aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-03-27 12:53:37 +0200
committerMichal Simek <michal.simek@xilinx.com>2019-10-24 13:37:02 +0200
commitdead6f67c7ad11599fae5a81de8ae09d526938ba (patch)
treea7d96b4e84e5c9497afd0311bc95f72106f0afee
parent039c740d662b1d7ee472bd0246aff3f770fbf1b0 (diff)
downloadu-boot-dead6f67c7ad11599fae5a81de8ae09d526938ba.zip
u-boot-dead6f67c7ad11599fae5a81de8ae09d526938ba.tar.gz
u-boot-dead6f67c7ad11599fae5a81de8ae09d526938ba.tar.bz2
arm64: zynqmp: Use backward compatible string for gem
Add backward compatible string for gem ("cdns,gem"). Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--arch/arm/dts/zynqmp.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 854608c..dea918a 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -539,7 +539,7 @@
};
gem0: ethernet@ff0b0000 {
- compatible = "cdns,zynqmp-gem";
+ compatible = "cdns,zynqmp-gem", "cdns,gem";
status = "disabled";
interrupt-parent = <&gic>;
interrupts = <0 57 4>, <0 57 4>;
@@ -552,7 +552,7 @@
};
gem1: ethernet@ff0c0000 {
- compatible = "cdns,zynqmp-gem";
+ compatible = "cdns,zynqmp-gem", "cdns,gem";
status = "disabled";
interrupt-parent = <&gic>;
interrupts = <0 59 4>, <0 59 4>;
@@ -565,7 +565,7 @@
};
gem2: ethernet@ff0d0000 {
- compatible = "cdns,zynqmp-gem";
+ compatible = "cdns,zynqmp-gem", "cdns,gem";
status = "disabled";
interrupt-parent = <&gic>;
interrupts = <0 61 4>, <0 61 4>;
@@ -578,7 +578,7 @@
};
gem3: ethernet@ff0e0000 {
- compatible = "cdns,zynqmp-gem";
+ compatible = "cdns,zynqmp-gem", "cdns,gem";
status = "disabled";
interrupt-parent = <&gic>;
interrupts = <0 63 4>, <0 63 4>;