diff options
author | Nathan Sullivan <nathan.sullivan@ni.com> | 2015-05-22 10:22:11 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-22 15:04:33 -0400 |
commit | 9eeb5161397a54580a630c99841b5badb07cf246 (patch) | |
tree | 8ec4be26793b9754f8c4d74da3d77401450c3ab6 /arch | |
parent | 222ca8e0c183309081bdb0fd5827fc2a922be3ad (diff) |
ARM: zynq: DT: Use the zynq binding with macb
Use the new zynq binding for macb ethernet, since it will disable half
duplex gigabit like the Zynq TRM says to do.
Signed-off-by: Nathan Sullivan <nathan.sullivan@ni.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-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 a5cd2eda3edf..9ea54b3dba09 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi | |||
@@ -193,7 +193,7 @@ | |||
193 | }; | 193 | }; |
194 | 194 | ||
195 | gem0: ethernet@e000b000 { | 195 | gem0: ethernet@e000b000 { |
196 | compatible = "cdns,gem"; | 196 | compatible = "cdns,zynq-gem"; |
197 | reg = <0xe000b000 0x1000>; | 197 | reg = <0xe000b000 0x1000>; |
198 | status = "disabled"; | 198 | status = "disabled"; |
199 | interrupts = <0 22 4>; | 199 | interrupts = <0 22 4>; |
@@ -204,7 +204,7 @@ | |||
204 | }; | 204 | }; |
205 | 205 | ||
206 | gem1: ethernet@e000c000 { | 206 | gem1: ethernet@e000c000 { |
207 | compatible = "cdns,gem"; | 207 | compatible = "cdns,zynq-gem"; |
208 | reg = <0xe000c000 0x1000>; | 208 | reg = <0xe000c000 0x1000>; |
209 | status = "disabled"; | 209 | status = "disabled"; |
210 | interrupts = <0 45 4>; | 210 | interrupts = <0 45 4>; |