Message ID | 20231002145644.5771-1-chris.paterson2@renesas.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [5.10.y-cip] arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos | expand |
Hi! > commit db67345716a52abb750ec8f76d6a5675218715f9 upstream. > > It looks like txdv-skew-psec is a typo from a copy+paste. txdv-skew-psec > is not present in the PHY bindings nor is it in the driver. > > Correct to txen-skew-psec which is clearly what it was meant to be. > > Given that the default for txen-skew-psec is 0, and the device tree is > only trying to set it to 0 anyway, there should not be any functional > change from this fix. Looks ok to me. I can apply it provided there are no other comments and that it passes testing. Best regards, Pavel
Hi! > commit db67345716a52abb750ec8f76d6a5675218715f9 upstream. > > It looks like txdv-skew-psec is a typo from a copy+paste. txdv-skew-psec > is not present in the PHY bindings nor is it in the driver. > > Correct to txen-skew-psec which is clearly what it was meant to be. > > Given that the default for txen-skew-psec is 0, and the device tree is > only trying to set it to 0 anyway, there should not be any functional > change from this fix. Thank you, applied. Best regards, Pavel
diff --git a/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi index 8d5e67c05c9f..bee71f852d01 100644 --- a/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi +++ b/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi @@ -95,7 +95,7 @@ phy0: ethernet-phy@7 { rxc-skew-psec = <2400>; txc-skew-psec = <2400>; rxdv-skew-psec = <0>; - txdv-skew-psec = <0>; + txen-skew-psec = <0>; rxd0-skew-psec = <0>; rxd1-skew-psec = <0>; rxd2-skew-psec = <0>; @@ -121,7 +121,7 @@ phy1: ethernet-phy@7 { rxc-skew-psec = <2400>; txc-skew-psec = <2400>; rxdv-skew-psec = <0>; - txdv-skew-psec = <0>; + txen-skew-psec = <0>; rxd0-skew-psec = <0>; rxd1-skew-psec = <0>; rxd2-skew-psec = <0>; diff --git a/arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi index d853648825e7..5653aa53494d 100644 --- a/arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi +++ b/arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi @@ -75,7 +75,7 @@ phy0: ethernet-phy@7 { rxc-skew-psec = <2400>; txc-skew-psec = <2400>; rxdv-skew-psec = <0>; - txdv-skew-psec = <0>; + txen-skew-psec = <0>; rxd0-skew-psec = <0>; rxd1-skew-psec = <0>; rxd2-skew-psec = <0>; diff --git a/arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi index b291d26e6d2f..be29e446e60f 100644 --- a/arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi +++ b/arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi @@ -80,7 +80,7 @@ phy0: ethernet-phy@7 { rxc-skew-psec = <2400>; txc-skew-psec = <2400>; rxdv-skew-psec = <0>; - txdv-skew-psec = <0>; + txen-skew-psec = <0>; rxd0-skew-psec = <0>; rxd1-skew-psec = <0>; rxd2-skew-psec = <0>; @@ -107,7 +107,7 @@ phy1: ethernet-phy@7 { rxc-skew-psec = <2400>; txc-skew-psec = <2400>; rxdv-skew-psec = <0>; - txdv-skew-psec = <0>; + txen-skew-psec = <0>; rxd0-skew-psec = <0>; rxd1-skew-psec = <0>; rxd2-skew-psec = <0>;