diff options
author | Tim Kryger <tim.kryger@linaro.org> | 2014-04-25 22:31:13 +0400 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-04-28 19:14:38 +0400 |
commit | cc33e42d3f7dd5341d032db7d452c52ae39d65ec (patch) | |
tree | e633367cc9109ff0b192f519c0a72118bd3258ce /arch/arm/boot/dts/bcm11351.dtsi | |
parent | a798c10faf62a505d24e5f6213fbaf904a39623f (diff) | |
download | linux-cc33e42d3f7dd5341d032db7d452c52ae39d65ec.tar.xz |
ARM: dts: Declare the PWM for bcm11351 (bcm281xx)
Add the device tree node for the PWM on bcm11351 SoCs.
Signed-off-by: Tim Kryger <tim.kryger@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/bcm11351.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm11351.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index 64d069bcc409..6b05ae6d476f 100644 --- a/arch/arm/boot/dts/bcm11351.dtsi +++ b/arch/arm/boot/dts/bcm11351.dtsi @@ -193,6 +193,14 @@ status = "disabled"; }; + pwm: pwm@3e01a000 { + compatible = "brcm,bcm11351-pwm", "brcm,kona-pwm"; + reg = <0x3e01a000 0xcc>; + clocks = <&slave_ccu BCM281XX_SLAVE_CCU_PWM>; + #pwm-cells = <3>; + status = "disabled"; + }; + clocks { #address-cells = <1>; #size-cells = <1>; |