ARM: STi: STiH416-b2020e: Enable PWM on the B2020 Rev-E
authorLee Jones <lee.jones@linaro.org>
Tue, 12 May 2015 12:51:00 +0000 (14:51 +0200)
committerMaxime Coquelin <maxime.coquelin@st.com>
Wed, 13 May 2015 08:41:41 +0000 (10:41 +0200)
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>
arch/arm/boot/dts/stih416-b2020e.dts

index 961799e1dc519e68ddd600645236010032c28420..f1ceee192a0e2c176cbd80f7d91c4c8a024bff81 100644 (file)
                sata0: sata@fe380000{
                        status = "okay";
                };
+
+               /* SAS PWM Module */
+               pwm0: pwm@fed10000 {
+                       status          = "okay";
+               };
+
+               /* SBC PWM Module */
+               pwm1: pwm@fe510000 {
+                       status          = "okay";
+               };
        };
 };