diff options
author | Eric Anholt <eric@anholt.net> | 2017-08-31 11:54:16 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-09-25 11:45:03 -0700 |
commit | a7794db38ed826a2738f53b9b1e9c85cc0876fbe (patch) | |
tree | d721e1d9f06c6fd8a241ab5139950f3e6ced3ac4 /arch/arm/boot/dts/bcm-cygnus.dtsi | |
parent | 5607785b86eb345f1982ae6e319c6c5b8d477c68 (diff) | |
download | linux-a7794db38ed826a2738f53b9b1e9c85cc0876fbe.tar.bz2 |
ARM: dts: cygnus: Add the PWM node
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>
Diffstat (limited to 'arch/arm/boot/dts/bcm-cygnus.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm-cygnus.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index 90a19770feae..d65311ff028f 100644 --- a/arch/arm/boot/dts/bcm-cygnus.dtsi +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi @@ -585,6 +585,14 @@ 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>; |