/* No child device binding or driver in mainline */
                };
 
-               dmm@4e000000 {
-                       compatible = "ti,omap4-dmm";
-                       reg = <0x4e000000 0x800>;
-                       interrupts = <0 113 0x4>;
+               target-module@4e000000 {
+                       compatible = "ti,sysc-omap2", "ti,sysc";
                        ti,hwmods = "dmm";
+                       reg = <0x4e000000 0x4>,
+                             <0x4e000010 0x4>;
+                       reg-names = "rev", "sysc";
+                       ti,sysc-sidle = <SYSC_IDLE_FORCE>,
+                                       <SYSC_IDLE_NO>,
+                                       <SYSC_IDLE_SMART>;
+                       ranges = <0x0 0x4e000000 0x2000000>;
+                       #size-cells = <1>;
+                       #address-cells = <1>;
+
+                       dmm@0 {
+                               compatible = "ti,omap4-dmm";
+                               reg = <0 0x800>;
+                               interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
+                       };
                };
 
                emif1: emif@4c000000 {