@@ -30,3 +30,23 @@
&i2c3 {
clock-frequency = <400000>;
};
+
+&omap_control_mmc1 {
+ compatible = "ti,omap-hsmmc-control";
+ ctrl-type = <0>;
+};
+
+omap_control_mmc2: omap-hsmmc-control@480022D8 {
+ compatible = "ti,omap-hsmmc-control";
+ reg = <0x480022D8 0x4>;
+ reg-names = "devconf1";
+ ctrl-type = <2>;
+};
+
+&mmc1 {
+ bus-width = <8>;
+};
+
+&mmc2 {
+ status = "disabled";
+};
@@ -25,3 +25,23 @@
};
};
};
+
+&omap_control_mmc1 {
+ compatible = "ti,omap-hsmmc-control";
+ ctrl-type = <0>;
+};
+
+omap_control_mmc2: omap-hsmmc-control@480022D8 {
+ compatible = "ti,omap-hsmmc-control";
+ reg = <0x480022D8 0x4>;
+ reg-names = "devconf1";
+ ctrl-type = <2>;
+};
+
+&mmc1 {
+ bus-width = <8>;
+};
+
+&mmc2 {
+ status = "disabled";
+};
Add omap-hsmmc-control data to am3517 board. Update with devconf1 register address, used for loopback clock configuration in mmc2. Signed-off-by: Balaji T K <balajitk@ti.com> --- arch/arm/boot/dts/am3517-evm.dts | 20 ++++++++++++++++++++ arch/arm/boot/dts/am3517_mt_ventoux.dts | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+), 0 deletions(-)