From: Antoine Tenart Date: Fri, 2 Oct 2015 14:59:48 +0000 (+0200) Subject: ARM: berlin: add a PWM node on the BG2Q X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=956d8217842938c4e614dc5e8b24d6a499ad547a;p=linux-beck.git ARM: berlin: add a PWM node on the BG2Q This patch adds a PWM node in the Berlin BG2Q 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/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi index 32b871ed7a30..d996e8b8e130 100644 --- a/arch/arm/boot/dts/berlin2q.dtsi +++ b/arch/arm/boot/dts/berlin2q.dtsi @@ -493,6 +493,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>;