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>
This commit is contained in:
Lee Jones 2015-05-12 14:51:00 +02:00 committed by Maxime Coquelin
parent c66b296975
commit bc7dbcd08e
1 changed files with 10 additions and 0 deletions

View File

@ -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";
};
};
};