Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tim Kryger and committed by
Matt Porter
cc33e42d a798c10f

+8
+8
arch/arm/boot/dts/bcm11351.dtsi
··· 193 193 status = "disabled"; 194 194 }; 195 195 196 + pwm: pwm@3e01a000 { 197 + compatible = "brcm,bcm11351-pwm", "brcm,kona-pwm"; 198 + reg = <0x3e01a000 0xcc>; 199 + clocks = <&slave_ccu BCM281XX_SLAVE_CCU_PWM>; 200 + #pwm-cells = <3>; 201 + status = "disabled"; 202 + }; 203 + 196 204 clocks { 197 205 #address-cells = <1>; 198 206 #size-cells = <1>;