Skip to content

Commit 52387bb

Browse files
mwalleShawn Guo
authored andcommitted
arm64: dts: freescale: sl28: var1: fix RGMII clock and voltage
During hardware validation it was noticed that the clock isn't continuously enabled when there is no link. This is because the 125MHz clock is derived from the internal PLL which seems to go into some kind of power-down mode every once in a while. The LS1028A expects a contiuous clock. Thus enable the PLL all the time. Also, the RGMII pad voltage is wrong, it was configured to 2.5V (that is the VDDH regulator). The correct voltage is 1.8V, i.e. the VDDIO regulator. This fix is for the freescale/fsl-ls1028a-kontron-sl28-var1.dts. Fixes: 6428560 ("arm64: dts: freescale: sl28: add variant 1") Signed-off-by: Michael Walle <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 2520126 commit 52387bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var1.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
eee-broken-100tx;
4747
qca,clk-out-frequency = <125000000>;
4848
qca,clk-out-strength = <AR803X_STRENGTH_FULL>;
49-
vddio-supply = <&vddh>;
49+
qca,keep-pll-enabled;
50+
vddio-supply = <&vddio>;
5051

5152
vddio: vddio-regulator {
5253
regulator-name = "VDDIO";

0 commit comments

Comments
 (0)