From: Antoine Tenart Date: Fri, 2 Oct 2015 14:59:50 +0000 (+0200) Subject: ARM: berlin: add a PWM node on the BG2CD X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5f5cdc08231eb802ad3890ba3bd2ef272c21b924;p=linux-beck.git ARM: berlin: add a PWM node on the BG2CD This patch adds a PWM node in the Berlin BG2CD device tree, using the newly added Berlin PWM driver. Signed-off-by: Antoine Tenart Signed-off-by: Sebastian Hesselbarth --- diff --git a/arch/arm/boot/dts/berlin2cd.dtsi b/arch/arm/boot/dts/berlin2cd.dtsi index 75b14211559a..b16df157214d 100644 --- a/arch/arm/boot/dts/berlin2cd.dtsi +++ b/arch/arm/boot/dts/berlin2cd.dtsi @@ -381,6 +381,13 @@ status = "disabled"; }; + pwm: pwm@f20000 { + compatible = "marvell,berlin-pwm"; + reg = <0xf20000 0x40>; + clocks = <&chip_clk CLKID_CFG>; + #pwm-cells = <3>; + }; + apb@fc0000 { compatible = "simple-bus"; #address-cells = <1>;