diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-09-06 04:09:11 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-09-17 18:20:23 -0400 |
commit | 73efd53012af7775a4504da46ebf4145528d50e7 (patch) | |
tree | 5a287cbba28ac33007223a21e9846b57979bdb87 /arch/arm/boot | |
parent | 4672cddff21f6edde857aa4b523bbc1bfc741cf8 (diff) |
ARM: 7519/1: integrator: convert platform devices to Device Tree
This moves the physmap flash and SMSC91x ethernet devices
over to the device tree, moving the static board code down
into the #ifndef CONFIG_OF section.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/integrator.dtsi | 5 | ||||
-rw-r--r-- | arch/arm/boot/dts/integratorcp.dts | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/integrator.dtsi b/arch/arm/boot/dts/integrator.dtsi index 9bcc09d54457..813b91d7bea2 100644 --- a/arch/arm/boot/dts/integrator.dtsi +++ b/arch/arm/boot/dts/integrator.dtsi | |||
@@ -31,6 +31,11 @@ | |||
31 | clear-mask = <0xffffffff>; | 31 | clear-mask = <0xffffffff>; |
32 | }; | 32 | }; |
33 | 33 | ||
34 | flash@24000000 { | ||
35 | compatible = "cfi-flash"; | ||
36 | reg = <0x24000000 0x02000000>; | ||
37 | }; | ||
38 | |||
34 | fpga { | 39 | fpga { |
35 | compatible = "arm,amba-bus", "simple-bus"; | 40 | compatible = "arm,amba-bus", "simple-bus"; |
36 | #address-cells = <1>; | 41 | #address-cells = <1>; |
diff --git a/arch/arm/boot/dts/integratorcp.dts b/arch/arm/boot/dts/integratorcp.dts index 7bd49466cb0d..2dd5e4e48481 100644 --- a/arch/arm/boot/dts/integratorcp.dts +++ b/arch/arm/boot/dts/integratorcp.dts | |||
@@ -52,6 +52,13 @@ | |||
52 | valid-mask = <0x00000fff>; | 52 | valid-mask = <0x00000fff>; |
53 | }; | 53 | }; |
54 | 54 | ||
55 | ethernet@c8000000 { | ||
56 | compatible = "smsc,lan91c111"; | ||
57 | reg = <0xc8000000 0x10>; | ||
58 | interrupt-parent = <&pic>; | ||
59 | interrupts = <27>; | ||
60 | }; | ||
61 | |||
55 | fpga { | 62 | fpga { |
56 | /* | 63 | /* |
57 | * These PrimeCells are at the same location and using | 64 | * These PrimeCells are at the same location and using |