This patch is to add delay params for S32G EVB boards, or else, there will
be following warning messages:
sja1105 spi5.0: Probed switch chip: SJA1105Q
sja1105 spi5.0: Port 0 interpreting RGMII delay settings based on "phy-mode"
property, please update device tree to specify "rx-internal-delay-ps" and
"tx-internal-delay-ps"
---
arch/arm64/boot/dts/freescale/s32gxxxa-evb.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/s32gxxxa-evb.dtsi
b/arch/arm64/boot/dts/freescale/s32gxxxa-evb.dtsi
index d6c2463bc424..75486d696b99 100644
--- a/arch/arm64/boot/dts/freescale/s32gxxxa-evb.dtsi
+++ b/arch/arm64/boot/dts/freescale/s32gxxxa-evb.dtsi
@@ -1097,6 +1097,8 @@ ports {
port@0 {
label = "sw0-p0";
phy-mode = "rgmii-id";
+ rx-internal-delay-ps = <2000>;
+ tx-internal-delay-ps = <2000>;
ethernet = <&pfe_netif2>;
reg = <0>;
@@ -1123,6 +1125,8 @@ enet_p2@2 {
enet_p3@3 {
label = "enet_p3";
phy-mode = "rgmii-id";
+ rx-internal-delay-ps = <2000>;
+ tx-internal-delay-ps = <2000>;
phy-handle = <&pfe_mdio_a_phy2>;
reg = <3>;
};
@@ -1130,6 +1134,8 @@ enet_p3@3 {
enet_p4@4 {
label = "enet_p4";
phy-mode = "rgmii-id";
+ rx-internal-delay-ps = <2000>;
+ tx-internal-delay-ps = <2000>;
phy-handle = <&pfe_mdio_a_phy3>;
reg = <4>;
};
--
2.25.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12790):
https://lists.yoctoproject.org/g/linux-yocto/message/12790
Mute This Topic: https://lists.yoctoproject.org/mt/99749565/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-