]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: cygnus: Add the PWM node
authorEric Anholt <eric@anholt.net>
Thu, 31 Aug 2017 18:54:16 +0000 (11:54 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 25 Sep 2017 18:45:03 +0000 (11:45 -0700)
This is connected up to the backlight on 911360_entphn, which we'll
need for a panel driver. For now, leave the node disabled in the
shared dtsi.

Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm-cygnus.dtsi

index 90a19770feae024362eb334b480f4ffc02939956..d65311ff028f4eb54d4438e70c4f11b3c1217ae6 100644 (file)
@@ -585,6 +585,14 @@ adc: adc@180a6000 {
                        status = "disabled";
                };
 
+               pwm: pwm@180aa500 {
+                       compatible = "brcm,kona-pwm";
+                       reg = <0x180aa500 0xc4>;
+                       #pwm-cells = <3>;
+                       clocks = <&asiu_clks BCM_CYGNUS_ASIU_PWM_CLK>;
+                       status = "disabled";
+               };
+
                keypad: keypad@180ac000 {
                        compatible = "brcm,bcm-keypad";
                        reg = <0x180ac000 0x14c>;