summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-02-11 15:26:46 +0100
committerMichal Simek <michal.simek@xilinx.com>2016-04-13 18:29:03 +0200
commitda2ad7843cedc1b9d2d056b1eb7a67a153b76cc4 (patch)
tree278b0fd1f0a979aad3abda78f0654443925dfda5 /arch
parent7f1d7d974bf6a969447212c2c9bc65d77dcf7d67 (diff)
downloadtalos-obmc-uboot-da2ad7843cedc1b9d2d056b1eb7a67a153b76cc4.tar.gz
talos-obmc-uboot-da2ad7843cedc1b9d2d056b1eb7a67a153b76cc4.zip
ARM64: zynqmp: Sync GEM nodes with Linux
Remove jumbo properties which are handled in the driver directly and use mainline compatible string which is already handled by the driver. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/zynqmp.dtsi16
1 files changed, 4 insertions, 12 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 66abe6fe0b..7ac21f2f87 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -302,7 +302,7 @@
};
gem0: ethernet@ff0b0000 {
- compatible = "cdns,gem";
+ compatible = "cdns,zynqmp-gem";
status = "disabled";
interrupt-parent = <&gic>;
interrupts = <0 57 4>, <0 57 4>;
@@ -311,12 +311,10 @@
#address-cells = <1>;
#size-cells = <0>;
#stream-id-cells = <1>;
- jumbo-max-len = <10240>;
- jumbo-supported;
};
gem1: ethernet@ff0c0000 {
- compatible = "cdns,gem";
+ compatible = "cdns,zynqmp-gem";
status = "disabled";
interrupt-parent = <&gic>;
interrupts = <0 59 4>, <0 59 4>;
@@ -325,12 +323,10 @@
#address-cells = <1>;
#size-cells = <0>;
#stream-id-cells = <1>;
- jumbo-max-len = <10240>;
- jumbo-supported;
};
gem2: ethernet@ff0d0000 {
- compatible = "cdns,gem";
+ compatible = "cdns,zynqmp-gem";
status = "disabled";
interrupt-parent = <&gic>;
interrupts = <0 61 4>, <0 61 4>;
@@ -339,12 +335,10 @@
#address-cells = <1>;
#size-cells = <0>;
#stream-id-cells = <1>;
- jumbo-max-len = <10240>;
- jumbo-supported;
};
gem3: ethernet@ff0e0000 {
- compatible = "cdns,gem";
+ compatible = "cdns,zynqmp-gem";
status = "disabled";
interrupt-parent = <&gic>;
interrupts = <0 63 4>, <0 63 4>;
@@ -353,8 +347,6 @@
#address-cells = <1>;
#size-cells = <0>;
#stream-id-cells = <1>;
- jumbo-max-len = <10240>;
- jumbo-supported;
};
gpio: gpio@ff0a0000 {
OpenPOWER on IntegriCloud