Patch "arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio" has been added to the 6.2-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: imx8dxl-evk: Fix eqos phy reset gpio

to the 6.2-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-imx8dxl-evk-fix-eqos-phy-reset-gpio.patch
and it can be found in the queue-6.2 subdirectory.

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



commit fa3742ba4594461428618fb0458db58c9f305be9
Author: Andrew Halaney <ahalaney@xxxxxxxxxx>
Date:   Tue Feb 14 11:15:05 2023 -0600

    arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio
    
    [ Upstream commit feafeb53140af3cde3fba46b292b15b3a0c0635c ]
    
    The deprecated property is named snps,reset-gpio, but this devicetree
    used snps,reset-gpios instead which results in the reset not being used
    and the following make dtbs_check error:
    
        ./arch/arm64/boot/dts/freescale/imx8dxl-evk.dtb: ethernet@5b050000: 'snps,reset-gpio' is a dependency of 'snps,reset-delays-us'
            From schema: ./Documentation/devicetree/bindings/net/snps,dwmac.yaml
    
    Use the preferred method of defining the reset gpio in the phy node
    itself. Note that this drops the 10 us pre-delay, but prior this wasn't
    used at all and a pre-delay doesn't make much sense in this context so
    it should be fine.
    
    Fixes: 8dd495d12374 ("arm64: dts: freescale: add support for i.MX8DXL EVK board")
    Signed-off-by: Andrew Halaney <ahalaney@xxxxxxxxxx>
    Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
    Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts b/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
index 1bcf228a22b8b..852420349c013 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
@@ -121,8 +121,6 @@ &eqos {
 	phy-handle = <&ethphy0>;
 	nvmem-cells = <&fec_mac1>;
 	nvmem-cell-names = "mac-address";
-	snps,reset-gpios = <&pca6416_1 2 GPIO_ACTIVE_LOW>;
-	snps,reset-delays-us = <10 20 200000>;
 	status = "okay";
 
 	mdio {
@@ -136,6 +134,9 @@ ethphy0: ethernet-phy@0 {
 			eee-broken-1000t;
 			qca,disable-smarteee;
 			qca,disable-hibernation-mode;
+			reset-gpios = <&pca6416_1 2 GPIO_ACTIVE_LOW>;
+			reset-assert-us = <20>;
+			reset-deassert-us = <200000>;
 			vddio-supply = <&vddio0>;
 
 			vddio0: vddio-regulator {



[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