From 385952095dd21d1416911db815a9fa9be3741d10 Mon Sep 17 00:00:00 2001
From: Torben Hohn <torbenh@linutronix.de>
Date: Tue, 18 Mar 2014 10:32:29 +0100
Subject: [PATCH 44/51] dts am33xx: add regs and interrupts line for mmc1

---
 arch/arm/boot/dts/am33xx.dtsi |    2 ++
 1 file changed, 2 insertions(+)

@ arch/arm/boot/dts/am33xx.dtsi:254 @
 		mmc1: mmc@48060000 {
 			compatible = "ti,omap3-hsmmc";
 			ti,hwmods = "mmc1";
+			reg = <0x48060100 0x1000>;
 			ti,dual-volt;
 			ti,needs-special-reset;
 			dmas = <&edma 24
 				&edma 25>;
 			dma-names = "tx", "rx";
 			status = "disabled";
+			interrupts = <64>;
 		};
 
 		mmc2: mmc@481d8000 {
-- 
1.7.10.4