pwm: Update DT bindings to reference pwm.txt for cells documentation
[deliverable/linux.git] / arch / arm / boot / dts / omap4.dtsi
index 6137aff7dd3beed5ee09c51b9d63a37b48ac0d8b..22d9f2b593d461eb5bde36a35f24e2eaea40e298 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/interrupt-controller/arm-gic.h>
+#include <dt-bindings/pinctrl/omap.h>
 
 #include "skeleton.dtsi"
 
        };
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "arm,cortex-a9";
+                       device_type = "cpu";
                        next-level-cache = <&L2>;
+                       reg = <0x0>;
                };
                cpu@1 {
                        compatible = "arm,cortex-a9";
+                       device_type = "cpu";
                        next-level-cache = <&L2>;
+                       reg = <0x1>;
                };
        };
 
This page took 0.047007 seconds and 5 git commands to generate.