diff options
author | Roland Stigge <stigge@antcom.de> | 2012-06-14 18:16:18 +0400 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2012-06-14 18:16:18 +0400 |
commit | 2c7fa28622d8c00ca41f0362d11c52d9f404f543 (patch) | |
tree | d3ff9f4841f73e9b6d70b5930fd23e36aaee4135 /arch/arm/boot/dts/phy3250.dts | |
parent | 291dd71fe48c0b696a9391ed1ba476c8878d6fca (diff) | |
download | linux-2c7fa28622d8c00ca41f0362d11c52d9f404f543.tar.xz |
ARM: LPC32xx: DTS adjustment for using pl18x primecell
This patch adjusts the dts files to reference the pl18x primecell driver
correctly.
Signed-off-by: Roland Stigge <stigge@antcom.de>
Diffstat (limited to 'arch/arm/boot/dts/phy3250.dts')
-rw-r--r-- | arch/arm/boot/dts/phy3250.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/phy3250.dts b/arch/arm/boot/dts/phy3250.dts index 1dbfea8b7bdf..d5432378f234 100644 --- a/arch/arm/boot/dts/phy3250.dts +++ b/arch/arm/boot/dts/phy3250.dts @@ -129,6 +129,14 @@ compatible = "atmel,at25"; }; }; + + sd@20098000 { + wp-gpios = <&gpio 3 0 0>; + cd-gpios = <&gpio 3 1 0>; + cd-inverted; + bus-width = <4>; + status = "okay"; + }; }; fab { |