Add omap-hsmmc-control data to omap3.
Update with pbias and devconf0 register address for mmc1.
Update with devconf1 register address for mmc2

Signed-off-by: Balaji T K <balaj...@ti.com>
---
 arch/arm/boot/dts/omap3.dtsi |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index 1acc261..c5c7d17 100644
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi
@@ -218,15 +218,32 @@
                        ti,spi-num-cs = <1>;
                };
 
+               omap_control_mmc1: omap-hsmmc-control@48002520 {
+                       compatible = "ti,omap-hsmmc-control";
+                       reg = <0x48002520 0x4>,
+                             <0x48002274 0x4>;
+                       reg-names = "pbias", "devconf0";
+                       ctrl-type = <3>;
+               };
+
                mmc1: mmc@4809c000 {
                        compatible = "ti,omap3-hsmmc";
                        ti,hwmods = "mmc1";
                        ti,dual-volt;
+                       ctrl-module = <&omap_control_mmc1>;
+               };
+
+               omap_control_mmc2: omap-hsmmc-control@480022D8 {
+                       compatible = "ti,omap-hsmmc-control";
+                       reg = <0x480022D8 0x4>;
+                       reg-names = "devconf1";
+                       ctrl-type = <2>;
                };
 
                mmc2: mmc@480b4000 {
                        compatible = "ti,omap3-hsmmc";
                        ti,hwmods = "mmc2";
+                       ctrl-module = <&omap_control_mmc2>;
                };
 
                mmc3: mmc@480ad000 {
-- 
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to