ARM: bcm2835: Add PWM clock support to the device tree
[linux-2.6-microblaze.git] / arch / arm / boot / dts / bcm2835-rpi.dtsi
index 3572f03..a584a93 100644 (file)
@@ -1,5 +1,3 @@
-#include "bcm2835.dtsi"
-
 / {
        memory {
                reg = <0 0x10000000>;
@@ -60,3 +58,7 @@
        status = "okay";
        bus-width = <4>;
 };
+
+&pwm {
+       status = "okay";
+};