Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <ajitpal.singh@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>

authored by

Lee Jones and committed by
Maxime Coquelin
bc7dbcd0 c66b2969

+10
+10
arch/arm/boot/dts/stih416-b2020e.dts
··· 51 51 sata0: sata@fe380000{ 52 52 status = "okay"; 53 53 }; 54 + 55 + /* SAS PWM Module */ 56 + pwm0: pwm@fed10000 { 57 + status = "okay"; 58 + }; 59 + 60 + /* SBC PWM Module */ 61 + pwm1: pwm@fe510000 { 62 + status = "okay"; 63 + }; 54 64 }; 55 65 };