]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: ti: k3-j722s-main: use J722S compatibles for WIZ, gmii-sel and CPSW3G
authorNora Schiffer <nora.schiffer@ew.tq-group.com>
Tue, 7 Apr 2026 11:42:37 +0000 (13:42 +0200)
committerNishanth Menon <nm@ti.com>
Tue, 26 May 2026 11:47:04 +0000 (06:47 -0500)
Update WIZ, gmii-sel and CPSW3G to use the J722S-specific compatible
strings, enabling SGMII support. The fallback compatibles preserve
compatibility of the updated Device Trees with older kernels.

Signed-off-by: Nora Schiffer <nora.schiffer@ew.tq-group.com>
Link: https://patch.msgid.link/391f17ba7b0e9dcaa1fc8210114dfda7eb3c0467.1775559102.git.nora.schiffer@ew.tq-group.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-j722s-main.dtsi

index d1dbf1e24fbf50529687e78322a8f2b04b5d232f..5a5b9a1bfd9eac93b7b7f8747f5eac5ab29e96f1 100644 (file)
@@ -18,7 +18,7 @@
 
 &cbass_main {
        serdes_wiz0: phy@f000000 {
-               compatible = "ti,am64-wiz-10g";
+               compatible = "ti,j722s-wiz-10g", "ti,am64-wiz-10g";
                ranges = <0x0f000000 0x0 0x0f000000 0x00010000>;
                #address-cells = <1>;
                #size-cells = <1>;
@@ -56,7 +56,7 @@
        };
 
        serdes_wiz1: phy@f010000 {
-               compatible = "ti,am64-wiz-10g";
+               compatible = "ti,j722s-wiz-10g", "ti,am64-wiz-10g";
                ranges = <0x0f010000 0x0 0x0f010000 0x00010000>;
                #address-cells = <1>;
                #size-cells = <1>;
        };
 };
 
+&cpsw3g {
+       compatible = "ti,j722s-cpsw-nuss", "ti,am642-cpsw-nuss";
+};
+
+&phy_gmii_sel {
+       compatible = "ti,j722s-phy-gmii-sel", "ti,am654-phy-gmii-sel";
+};
+
 &oc_sram {
        reg = <0x00 0x70000000 0x00 0x40000>;
        ranges = <0x00 0x00 0x70000000 0x40000>;