diff mbox

[10/13] ARM: dts: omap36xx: Add omap control mmc data

Message ID 1367330633-5941-11-git-send-email-balajitk@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Balaji T K April 30, 2013, 2:03 p.m. UTC
Add omap-hsmmc-control data to omap630.
Update with pbias and prog_io1 register address.

Signed-off-by: Balaji T K <balajitk@ti.com>
---
 arch/arm/boot/dts/omap36xx.dtsi |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap36xx.dtsi
index 96bf028..9e396c4 100644
--- a/arch/arm/boot/dts/omap36xx.dtsi
+++ b/arch/arm/boot/dts/omap36xx.dtsi
@@ -23,3 +23,10 @@ 
 		};
 	};
 };
+&omap_control_mmc1 {
+	compatible = "ti,omap-hsmmc-control";
+	reg = <0x48002520 0x4>,
+	      <0x48002448 0x4>;
+	reg-names = "pbias", "prog_io1";
+	ctrl-type = <4>;
+};