ARM: dts: zynq: Add xlnx prefix to GEM compatible string
authorHarini Katakam <harini.katakam@amd.com>
Thu, 5 Jan 2023 09:05:36 +0000 (10:05 +0100)
committerMichal Simek <michal.simek@amd.com>
Thu, 19 Jan 2023 13:02:13 +0000 (14:02 +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,zynq-gem compatible string.

Signed-off-by: Harini Katakam <harini.katakam@amd.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/7768d5d68fe38dd8e9300e9c6e09c228e79b2862.1672909533.git.michal.simek@amd.com
arch/arm/boot/dts/zynq-7000.dtsi

index bdaa08c549238cbde94426e204eb7a58a378bbde..21b04fcfe481db37a3b8e1507c71d341b064fc9b 100644 (file)
                };
 
                gem0: ethernet@e000b000 {
-                       compatible = "cdns,zynq-gem", "cdns,gem";
+                       compatible = "xlnx,zynq-gem", "cdns,gem";
                        reg = <0xe000b000 0x1000>;
                        status = "disabled";
                        interrupts = <0 22 4>;
                };
 
                gem1: ethernet@e000c000 {
-                       compatible = "cdns,zynq-gem", "cdns,gem";
+                       compatible = "xlnx,zynq-gem", "cdns,gem";
                        reg = <0xe000c000 0x1000>;
                        status = "disabled";
                        interrupts = <0 45 4>;