Skip to content

Commit 2520126

Browse files
mwalleShawn Guo
authored andcommitted
arm64: dts: freescale: sl28: var4: 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-var4.dts. Fixes: 815364d ("arm64: dts: freescale: add Kontron sl28 support") Signed-off-by: Michael Walle <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 779b56b commit 2520126

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@
3131
reg = <0x4>;
3232
eee-broken-1000t;
3333
eee-broken-100tx;
34-
3534
qca,clk-out-frequency = <125000000>;
3635
qca,clk-out-strength = <AR803X_STRENGTH_FULL>;
37-
38-
vddio-supply = <&vddh>;
36+
qca,keep-pll-enabled;
37+
vddio-supply = <&vddio>;
3938

4039
vddio: vddio-regulator {
4140
regulator-name = "VDDIO";

0 commit comments

Comments
 (0)