Commit 33af509f authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Use zynqmp specific compatible string for macb



The patch
"devicetree: Add compatible string for Zynq Ultrascale+ MPSoC"
(commit <988d6f07>)
introduced specific compatible string for ZynqMP which should be used
first.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 7928b2cb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -355,7 +355,7 @@
		};

		gem0: ethernet@ff0b0000 {
			compatible = "cdns,gem";
			compatible = "cdns,zynqmp-gem", "cdns,gem";
			status = "disabled";
			interrupt-parent = <&gic>;
			interrupts = <0 57 4>, <0 57 4>;
@@ -366,7 +366,7 @@
		};

		gem1: ethernet@ff0c0000 {
			compatible = "cdns,gem";
			compatible = "cdns,zynqmp-gem", "cdns,gem";
			status = "disabled";
			interrupt-parent = <&gic>;
			interrupts = <0 59 4>, <0 59 4>;
@@ -377,7 +377,7 @@
		};

		gem2: ethernet@ff0d0000 {
			compatible = "cdns,gem";
			compatible = "cdns,zynqmp-gem", "cdns,gem";
			status = "disabled";
			interrupt-parent = <&gic>;
			interrupts = <0 61 4>, <0 61 4>;
@@ -388,7 +388,7 @@
		};

		gem3: ethernet@ff0e0000 {
			compatible = "cdns,gem";
			compatible = "cdns,zynqmp-gem", "cdns,gem";
			status = "disabled";
			interrupt-parent = <&gic>;
			interrupts = <0 63 4>, <0 63 4>;