ARM: bcm2835: Add PWM clock support to the device tree
authorRemi Pommarel <repk@triplefau.lt>
Mon, 21 Dec 2015 20:12:59 +0000 (21:12 +0100)
committerEric Anholt <eric@anholt.net>
Wed, 3 Feb 2016 02:01:25 +0000 (18:01 -0800)
Signed-off-by: Remi Pommarel <repk@triplefau.lt>
[anholt: Rebased on 2835.dtsi -> 283x.dtsi change]
Signed-off-by: Eric Anholt <eric@anholt.net>
arch/arm/boot/dts/bcm2835-rpi.dtsi
arch/arm/boot/dts/bcm283x.dtsi

index 3afb9fefe2d1fb7cd109e54cbb47856c9d9b520a..a584a93f631dc45bc76b6786a7f6d7d67efe405e 100644 (file)
@@ -58,3 +58,7 @@
        status = "okay";
        bus-width = <4>;
 };
+
+&pwm {
+       status = "okay";
+};
index f0d4573127467473d07d1d95e3078d032274390a..e4a279261d725f91753bf53f742eeb66f4548203 100644 (file)
                        status = "disabled";
                };
 
+               pwm: pwm@7e20c000 {
+                       compatible = "brcm,bcm2835-pwm";
+                       reg = <0x7e20c000 0x28>;
+                       clocks = <&clocks BCM2835_CLOCK_PWM>;
+                       assigned-clocks = <&clocks BCM2835_CLOCK_PWM>;
+                       assigned-clock-rates = <10000000>;
+                       #pwm-cells = <2>;
+                       status = "disabled";
+               };
+
                sdhci: sdhci@7e300000 {
                        compatible = "brcm,bcm2835-sdhci";
                        reg = <0x7e300000 0x100>;
This page took 0.025998 seconds and 5 git commands to generate.