aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Volkov <rvolkov@v1ros.org>2016-01-01 08:38:11 -0500
committerArnd Bergmann <arnd@arndb.de>2016-01-07 10:02:53 -0500
commit0f090bf14e51e7eefb71d9d1c545807f8b627986 (patch)
tree8a6d17d6f6b2391887a81c45e45edbf5e02e4079
parent5b1a618118e7600c144f6e39e5337ae00ca5a346 (diff)
dts: vt8500: Add SDHC node to DTS file for WM8650
Since WM8650 has the same 'WMT' SDHC controller as WM8505, and the driver is already in the kernel, this node enables the controller support for WM8650 Signed-off-by: Roman Volkov <rvolkov@v1ros.org> Reviewed-by: Alexey Charkov <alchark@gmail.com> Cc: stable@vger.kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--arch/arm/boot/dts/wm8650.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/wm8650.dtsi b/arch/arm/boot/dts/wm8650.dtsi
index b1c59a766a13..e12213d16693 100644
--- a/arch/arm/boot/dts/wm8650.dtsi
+++ b/arch/arm/boot/dts/wm8650.dtsi
@@ -187,6 +187,15 @@
187 interrupts = <43>; 187 interrupts = <43>;
188 }; 188 };
189 189
190 sdhc@d800a000 {
191 compatible = "wm,wm8505-sdhc";
192 reg = <0xd800a000 0x400>;
193 interrupts = <20>, <21>;
194 clocks = <&clksdhc>;
195 bus-width = <4>;
196 sdon-inverted;
197 };
198
190 fb: fb@d8050800 { 199 fb: fb@d8050800 {
191 compatible = "wm,wm8505-fb"; 200 compatible = "wm,wm8505-fb";
192 reg = <0xd8050800 0x200>; 201 reg = <0xd8050800 0x200>;