diff options
author | Harini Katakam <harini.katakam@amd.com> | 2023-01-05 12:05:36 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2023-01-19 16:02:13 +0300 |
commit | ba2a4db96f4adc1a6b54cf274bb7488bd3f95a10 (patch) | |
tree | dcd5c9bf7a06bb8f428fd80c3a65158ca57691b2 | |
parent | 0ebb348417b0752dcf645a233989923b0759b6f9 (diff) | |
download | linux-ba2a4db96f4adc1a6b54cf274bb7488bd3f95a10.tar.xz |
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
-rw-r--r-- | arch/arm/boot/dts/zynq-7000.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi index bdaa08c54923..21b04fcfe481 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi @@ -243,7 +243,7 @@ }; gem0: ethernet@e000b000 { - compatible = "cdns,zynq-gem", "cdns,gem"; + compatible = "xlnx,zynq-gem", "cdns,gem"; reg = <0xe000b000 0x1000>; status = "disabled"; interrupts = <0 22 4>; @@ -254,7 +254,7 @@ }; gem1: ethernet@e000c000 { - compatible = "cdns,zynq-gem", "cdns,gem"; + compatible = "xlnx,zynq-gem", "cdns,gem"; reg = <0xe000c000 0x1000>; status = "disabled"; interrupts = <0 45 4>; |