Patch "arm64: dts: freescale: sl28: var4: fix RGMII clock and voltage" has been added to the 5.10-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: freescale: sl28: var4: fix RGMII clock and voltage

to the 5.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-freescale-sl28-var4-fix-rgmii-clock-and-vo.patch
and it can be found in the queue-5.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 642aff0d774bc4dccd58ec2c1a4cdff756fc5e25
Author: Michael Walle <michael@xxxxxxxx>
Date:   Fri May 14 20:55:52 2021 +0200

    arm64: dts: freescale: sl28: var4: fix RGMII clock and voltage
    
    [ Upstream commit 25201269c6ec3e9398426962ccdd55428261f7d0 ]
    
    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: 815364d0424e ("arm64: dts: freescale: add Kontron sl28 support")
    Signed-off-by: Michael Walle <michael@xxxxxxxx>
    Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var4.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var4.dts
index df212ed5bb94..e65d1c477e2c 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var4.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var4.dts
@@ -31,11 +31,10 @@
 			reg = <0x4>;
 			eee-broken-1000t;
 			eee-broken-100tx;
-
 			qca,clk-out-frequency = <125000000>;
 			qca,clk-out-strength = <AR803X_STRENGTH_FULL>;
-
-			vddio-supply = <&vddh>;
+			qca,keep-pll-enabled;
+			vddio-supply = <&vddio>;
 
 			vddio: vddio-regulator {
 				regulator-name = "VDDIO";



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux