arm64: dts: zynqmp: Add xlnx prefix to GEM compatible string
authorHarini Katakam <harini.katakam@amd.com>
Thu, 5 Jan 2023 09:03:51 +0000 (10:03 +0100)
committerMichal Simek <michal.simek@amd.com>
Thu, 19 Jan 2023 13:03:32 +0000 (14:03 +0100)
cdns,zynq/zynqmp/versal-gem was recently deprecated in Linux in
favour of xlnx prefix. Add this new compatible string and remove
the existing cdns,zynqmp-gem compatible string.

Signed-off-by: Harini Katakam <harini.katakam@amd.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/578a4fcbb4143888af954996a45f5e1110e0ee50.1672909426.git.michal.simek@amd.com
arch/arm64/boot/dts/xilinx/zynqmp.dtsi

index 2ff4b788e094295b0b620232896963a5c9fbefcf..153db59dc4b3e4051dc17f4088581caf77d35c76 100644 (file)
                };
 
                gem0: ethernet@ff0b0000 {
-                       compatible = "cdns,zynqmp-gem", "cdns,gem";
+                       compatible = "xlnx,zynqmp-gem", "cdns,gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 57 4>, <0 57 4>;
                };
 
                gem1: ethernet@ff0c0000 {
-                       compatible = "cdns,zynqmp-gem", "cdns,gem";
+                       compatible = "xlnx,zynqmp-gem", "cdns,gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 59 4>, <0 59 4>;
                };
 
                gem2: ethernet@ff0d0000 {
-                       compatible = "cdns,zynqmp-gem", "cdns,gem";
+                       compatible = "xlnx,zynqmp-gem", "cdns,gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 61 4>, <0 61 4>;
                };
 
                gem3: ethernet@ff0e0000 {
-                       compatible = "cdns,zynqmp-gem", "cdns,gem";
+                       compatible = "xlnx,zynqmp-gem", "cdns,gem";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 63 4>, <0 63 4>;