From: Lee Jones Date: Tue, 12 May 2015 12:51:00 +0000 (+0200) Subject: ARM: STi: STiH416-b2020e: Enable PWM on the B2020 Rev-E X-Git-Tag: v4.2-rc1~99^2~38^2~8 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bc7dbcd08e6e450e37e1caa1e86f7205c6f32016;p=linux-block.git ARM: STi: STiH416-b2020e: Enable PWM on the B2020 Rev-E All the infrastructure is now in place for ST's PWM controller. This patch takes the final step and enables the IP on the 2020 Rev-E development platform. Signed-off-by: Ajit Pal Singh Signed-off-by: Lee Jones Signed-off-by: Maxime Coquelin --- diff --git a/arch/arm/boot/dts/stih416-b2020e.dts b/arch/arm/boot/dts/stih416-b2020e.dts index 961799e1dc51..f1ceee192a0e 100644 --- a/arch/arm/boot/dts/stih416-b2020e.dts +++ b/arch/arm/boot/dts/stih416-b2020e.dts @@ -51,5 +51,15 @@ sata0: sata@fe380000{ status = "okay"; }; + + /* SAS PWM Module */ + pwm0: pwm@fed10000 { + status = "okay"; + }; + + /* SBC PWM Module */ + pwm1: pwm@fe510000 { + status = "okay"; + }; }; };