From: Nicolas Ferre Date: Tue, 10 Oct 2017 10:09:48 +0000 (+0300) Subject: ARM: dts: at91: at91sam9x25ek: add pwm0 X-Git-Tag: v4.15-rc1~75^2~22^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66156ea9e9941ef38dced44f1cc18cd8763112bb;p=thirdparty%2Flinux.git ARM: dts: at91: at91sam9x25ek: add pwm0 Add the PWM0 interface and one output of channel 0 (on PC10) on this headless board. The output conflicts with LCD and ISI, so only enable it for this particular board of the series (ISI is enabled on at91sam9g25ek, as an example but we can do the other way around). Signed-off-by: Nicolas Ferre Signed-off-by: Claudiu Beznea Signed-off-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/at91sam9x25ek.dts b/arch/arm/boot/dts/at91sam9x25ek.dts index f8360fb231073..f705a3165656d 100644 --- a/arch/arm/boot/dts/at91sam9x25ek.dts +++ b/arch/arm/boot/dts/at91sam9x25ek.dts @@ -29,6 +29,12 @@ phy-mode = "rmii"; status = "okay"; }; + + pwm0: pwm@f8034000 { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pwm0_pwm0_1>; + status = "okay"; + }; }; }; };