bmips: dts: fix syscon-reboot nodes
[openwrt/staging/dedeckeh.git] / target / linux / bmips / dts / bcm6358.dtsi
index 8e2c9fa0eeb2934c48e28cb7d097f61cb26b8e36..b396d9335ba2b200bc01380a5dc724488dc8006b 100644 (file)
                };
 
                pll_cntl: syscon@fffe0008 {
-                       compatible = "syscon";
+                       compatible = "syscon", "simple-mfd";
                        reg = <0xfffe0008 0x4>;
                        native-endian;
-               };
 
-               syscon-reboot {
-                       compatible = "syscon-reboot";
-                       regmap = <&pll_cntl>;
-                       offset = <0x0>;
-                       mask = <0x1>;
+                       syscon-reboot {
+                               compatible = "syscon-reboot";
+                               offset = <0x0>;
+                               mask = <0x1>;
+                       };
                };
 
                periph_intc: interrupt-controller@fffe000c {