Add omap-hsmmc-control data to omap5.
Update with pbias register address, used for pbias dual volt i/o cells
in mmc1.

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

diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index 790bb2a..d480b9f 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -289,6 +289,13 @@
                        clock-frequency = <48000000>;
                };
 
+               omap_control_mmc1: omap-hsmmc-control@4a002E00 {
+                       compatible = "ti,omap-hsmmc-control";
+                       reg = <0x4a002E00 0x4>;
+                       reg-names = "pbias";
+                       ctrl-type = <7>;
+               };
+
                mmc1: mmc@4809c000 {
                        compatible = "ti,omap4-hsmmc";
                        reg = <0x4809c000 0x400>;
@@ -296,6 +303,7 @@
                        ti,hwmods = "mmc1";
                        ti,dual-volt;
                        ti,needs-special-reset;
+                       ctrl-module = <&omap_control_mmc1>;
                };
 
                mmc2: mmc@480b4000 {
-- 
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" 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