diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-03-15 12:47:11 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-03-16 15:48:47 -0400 |
commit | 15daf691e8e0119e6c21d3ddf6b4754e66e37365 (patch) | |
tree | 7115fdaa43c0f1eeb4a5ef3ceae2ce4a7815a9ea /arch/arm/boot/dts/db8500.dtsi | |
parent | f1949ea0d1f6034d38ce20089980b6b26d527c25 (diff) |
ARM: ux500: Enable PL022 SSP Controller in Device Tree
This SSP Controller supports a number of serial communication methods
and as such cannot be registered using of_register_spi_devices.
Instead we register it simply as a primecell device.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/db8500.dtsi')
-rw-r--r-- | arch/arm/boot/dts/db8500.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi index ce3b56fb9132..a81cce0f755e 100644 --- a/arch/arm/boot/dts/db8500.dtsi +++ b/arch/arm/boot/dts/db8500.dtsi | |||
@@ -204,7 +204,10 @@ | |||
204 | #address-cells = <1>; | 204 | #address-cells = <1>; |
205 | #size-cells = <0>; | 205 | #size-cells = <0>; |
206 | status = "disabled"; | 206 | status = "disabled"; |
207 | |||
208 | // Add one of these for each child device | ||
207 | cs-gpios = <&gpio0 31 &gpio4 14 &gpio4 16 &gpio6 22 &gpio7 0>; | 209 | cs-gpios = <&gpio0 31 &gpio4 14 &gpio4 16 &gpio6 22 &gpio7 0>; |
210 | |||
208 | }; | 211 | }; |
209 | 212 | ||
210 | uart@80120000 { | 213 | uart@80120000 { |