projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f6d11c
)
arm: kirkwood: add Device Tree informations for the SDIO controller
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Fri, 21 Dec 2012 14:49:10 +0000
(15:49 +0100)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 28 Feb 2013 17:57:10 +0000
(18:57 +0100)
Now that the SDIO controller has a Device Tree binding, let's use it
in kirkwood.dtsi.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/kirkwood.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/kirkwood.dtsi
b/arch/arm/boot/dts/kirkwood.dtsi
index d6ab442b7011e8777efa036b551aa8e8ef438e49..2c738d9dc82a17143b1578c3867dbf87e304cef0 100644
(file)
--- a/
arch/arm/boot/dts/kirkwood.dtsi
+++ b/
arch/arm/boot/dts/kirkwood.dtsi
@@
-193,5
+193,13
@@
clocks = <&gate_clk 17>;
status = "okay";
};
+
+ mvsdio@90000 {
+ compatible = "marvell,orion-sdio";
+ reg = <0x90000 0x200>;
+ interrupts = <28>;
+ clocks = <&gate_clk 4>;
+ status = "disabled";
+ };
};
};