diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-04-21 23:39:46 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-17 15:54:29 +0400 |
commit | 20d4af68306c0e9b61ec158570502d4f89a00014 (patch) | |
tree | 9f4379f47d74de2967b3910cad7f5f182409104a /arch/arm/boot/dts/ste-u300.dts | |
parent | cf4af8670b7377a9e9dbb4c5d3622538185ca362 (diff) | |
download | linux-20d4af68306c0e9b61ec158570502d4f89a00014.tar.xz |
ARM: u300: probe the U300 dummy-spichip from device tree
This probes the U300 dummy-spichip from the device tree
and adds the apropriate node to the tree.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-u300.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-u300.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-u300.dts b/arch/arm/boot/dts/ste-u300.dts index 355ac60369c2..1b20769d261a 100644 --- a/arch/arm/boot/dts/ste-u300.dts +++ b/arch/arm/boot/dts/ste-u300.dts @@ -233,6 +233,11 @@ num-cs = <3>; #address-cells = <1>; #size-cells = <0>; + spi-dummy@1 { + compatible = "arm,pl022-dummy"; + reg = <1>; + spi-max-frequency = <20000000>; + }; }; }; }; |