diff options
author | Michael Walle <michael@walle.cc> | 2012-06-06 20:30:57 +0200 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2012-07-27 16:48:22 +0200 |
commit | 763721205eaa14f097694a3b65f87b74ba6dfe40 (patch) | |
tree | 9f69048efe9d67a61d5f23d795279ac763370e68 /arch/arm/boot/dts/kirkwood.dtsi | |
parent | 278b45b06bf721b7cf5de67a0126786c60c720e6 (diff) | |
download | blackbird-obmc-linux-763721205eaa14f097694a3b65f87b74ba6dfe40.tar.gz blackbird-obmc-linux-763721205eaa14f097694a3b65f87b74ba6dfe40.zip |
ARM: kirkwood: use devicetree for orion-spi
Populate the devices with auxdata to set the device names which are used by
clkdev to lookup the clocks.
Signed-off-by: Michael Walle <micheal@walle.cc>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
v2: Add interrupts properties, although not used.
Diffstat (limited to 'arch/arm/boot/dts/kirkwood.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood.dtsi b/arch/arm/boot/dts/kirkwood.dtsi index cbaa7b6eb5da..3aaad7d147de 100644 --- a/arch/arm/boot/dts/kirkwood.dtsi +++ b/arch/arm/boot/dts/kirkwood.dtsi @@ -60,6 +60,16 @@ interrupts = <53>; }; + spi@10600 { + compatible = "marvell,orion-spi"; + #address-cells = <1>; + #size-cells = <0>; + cell-index = <0>; + interrupts = <23>; + reg = <0x10600 0x28>; + status = "disabled"; + }; + nand@3000000 { #address-cells = <1>; #size-cells = <1>; |