diff options
author | Bin Shi <Bin.Shi@csr.com> | 2014-01-09 08:08:46 +0400 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2014-01-09 15:55:41 +0400 |
commit | 7f97c303450135b2c6daee02891d8fcb752b1a11 (patch) | |
tree | 111b0e0ea69f2bbbef56570488e2bfd43ee3fe95 /arch/arm/boot/dts/atlas6.dtsi | |
parent | 794f8b21a386703646496442693398c770a7e1df (diff) | |
download | linux-7f97c303450135b2c6daee02891d8fcb752b1a11.tar.xz |
ARM: dts: sirf: add lost bus_width, clock and status for sdhci
some nodes missed bus_width, clocks and status properties, here we fix them
in prima2 and atlas6 dtsi.
Signed-off-by: Bin Shi <Bin.Shi@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/boot/dts/atlas6.dtsi')
-rw-r--r-- | arch/arm/boot/dts/atlas6.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/atlas6.dtsi b/arch/arm/boot/dts/atlas6.dtsi index f303a6ce644b..0f1821a69281 100644 --- a/arch/arm/boot/dts/atlas6.dtsi +++ b/arch/arm/boot/dts/atlas6.dtsi @@ -637,6 +637,7 @@ reg = <0x56100000 0x100000>; interrupts = <38>; status = "disabled"; + bus-width = <4>; clocks = <&clks 36>; }; @@ -646,6 +647,7 @@ reg = <0x56200000 0x100000>; interrupts = <23>; status = "disabled"; + bus-width = <4>; clocks = <&clks 37>; }; @@ -655,6 +657,7 @@ reg = <0x56300000 0x100000>; interrupts = <23>; status = "disabled"; + bus-width = <4>; clocks = <&clks 37>; }; @@ -664,6 +667,7 @@ reg = <0x56500000 0x100000>; interrupts = <39>; status = "disabled"; + bus-width = <4>; clocks = <&clks 38>; }; |