Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: zynq: Add xlnx prefix to GEM compatible string

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

authored by

Harini Katakam and committed by
Michal Simek
ba2a4db9 0ebb3484

+2 -2
+2 -2
arch/arm/boot/dts/zynq-7000.dtsi
··· 243 243 }; 244 244 245 245 gem0: ethernet@e000b000 { 246 - compatible = "cdns,zynq-gem", "cdns,gem"; 246 + compatible = "xlnx,zynq-gem", "cdns,gem"; 247 247 reg = <0xe000b000 0x1000>; 248 248 status = "disabled"; 249 249 interrupts = <0 22 4>; ··· 254 254 }; 255 255 256 256 gem1: ethernet@e000c000 { 257 - compatible = "cdns,zynq-gem", "cdns,gem"; 257 + compatible = "xlnx,zynq-gem", "cdns,gem"; 258 258 reg = <0xe000c000 0x1000>; 259 259 status = "disabled"; 260 260 interrupts = <0 45 4>;