mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 12:24:37 -04:00
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>
This commit is contained in:
committed by
Florian Fainelli
parent
5607785b86
commit
a7794db38e
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user