diff options
author | Grant Likely <grant.likely@linaro.org> | 2013-12-11 05:37:37 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-01-16 11:26:19 -0500 |
commit | 351291754df3ba09e5570671705c305a2ee652ee (patch) | |
tree | e2d50e0c5710b9f44aaad3356996a1444d3297c2 /arch/arm | |
parent | dae95c1f07a2da77d09bc3cd44b252b31c25f267 (diff) |
dt/bindings: remove device_type "network" references
device_type is deprecated and the kernel doesn't require it in most
cases. The only exceptions for flat tree users are the "gianfar",
"ucc_geth" and "ibm,emac" bindings, and arguably that requirement could
be relaxed for ucc_geth and ibm,emac (that is a task for separate
patches though).
This patch removes references to device_type="network" from the binding
documentation where possible and removes the properties from ARM and
microblaze dts files. This patch does not modify the powerpc .dts files
since there are a much larger number of them affected and I think the
ucc_geth, ibm,emac and gianfar users should be addressed before clearing
out the references to reduce the chance of breakage.
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Acked-by: Michal Simek <monstr@monstr.eu>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/dove.dtsi | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/kirkwood.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/orion5x.dtsi | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 9311edf441c6..39ffabe04cc5 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi | |||
@@ -573,7 +573,6 @@ | |||
573 | status = "disabled"; | 573 | status = "disabled"; |
574 | 574 | ||
575 | ethernet-port@0 { | 575 | ethernet-port@0 { |
576 | device_type = "network"; | ||
577 | compatible = "marvell,orion-eth-port"; | 576 | compatible = "marvell,orion-eth-port"; |
578 | reg = <0>; | 577 | reg = <0>; |
579 | interrupts = <29>; | 578 | interrupts = <29>; |
diff --git a/arch/arm/boot/dts/kirkwood.dtsi b/arch/arm/boot/dts/kirkwood.dtsi index 8b73c80f1dad..2c9d3808d61d 100644 --- a/arch/arm/boot/dts/kirkwood.dtsi +++ b/arch/arm/boot/dts/kirkwood.dtsi | |||
@@ -253,7 +253,6 @@ | |||
253 | status = "disabled"; | 253 | status = "disabled"; |
254 | 254 | ||
255 | ethernet0-port@0 { | 255 | ethernet0-port@0 { |
256 | device_type = "network"; | ||
257 | compatible = "marvell,kirkwood-eth-port"; | 256 | compatible = "marvell,kirkwood-eth-port"; |
258 | reg = <0>; | 257 | reg = <0>; |
259 | interrupts = <11>; | 258 | interrupts = <11>; |
@@ -273,7 +272,6 @@ | |||
273 | status = "disabled"; | 272 | status = "disabled"; |
274 | 273 | ||
275 | ethernet1-port@0 { | 274 | ethernet1-port@0 { |
276 | device_type = "network"; | ||
277 | compatible = "marvell,kirkwood-eth-port"; | 275 | compatible = "marvell,kirkwood-eth-port"; |
278 | reg = <0>; | 276 | reg = <0>; |
279 | interrupts = <15>; | 277 | interrupts = <15>; |
diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi index e06c37e91ac6..b1645462e270 100644 --- a/arch/arm/boot/dts/orion5x.dtsi +++ b/arch/arm/boot/dts/orion5x.dtsi | |||
@@ -154,7 +154,6 @@ | |||
154 | status = "disabled"; | 154 | status = "disabled"; |
155 | 155 | ||
156 | ethernet-port@0 { | 156 | ethernet-port@0 { |
157 | device_type = "network"; | ||
158 | compatible = "marvell,orion-eth-port"; | 157 | compatible = "marvell,orion-eth-port"; |
159 | reg = <0>; | 158 | reg = <0>; |
160 | /* overwrite MAC address in bootloader */ | 159 | /* overwrite MAC address in bootloader */ |