From: Maxime Ripard Date: Thu, 20 Oct 2016 06:49:59 +0000 (+0200) Subject: ARM: gr8: Add missing pwm channel 1 pin X-Git-Tag: v4.10-rc1~82^2~14^2~31 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aade6b90d5846a08254f212de6c5f7757cdf4f6c;p=karo-tx-linux.git ARM: gr8: Add missing pwm channel 1 pin The PWM controller has two different channels, but only the first pin was exposed in the DTSI. Add the other one. Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai --- diff --git a/arch/arm/boot/dts/sun5i-gr8.dtsi b/arch/arm/boot/dts/sun5i-gr8.dtsi index 74aff795e723..c68439b27ef9 100644 --- a/arch/arm/boot/dts/sun5i-gr8.dtsi +++ b/arch/arm/boot/dts/sun5i-gr8.dtsi @@ -854,6 +854,13 @@ allwinner,pull = ; }; + pwm1_pins: pwm1 { + allwinner,pins = "PG13"; + allwinner,function = "pwm1"; + allwinner,drive = ; + allwinner,pull = ; + }; + spdif_tx_pins_a: spdif@0 { allwinner,pins = "PB10"; allwinner,function = "spdif";