diff options
author | Lee Jones <lee.jones@linaro.org> | 2015-05-12 15:51:00 +0300 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2015-05-13 11:41:41 +0300 |
commit | bc7dbcd08e6e450e37e1caa1e86f7205c6f32016 (patch) | |
tree | 8e2426a1701cdf7e5e212837fce46accf615ef34 /arch/arm/boot/dts/stih416-b2020e.dts | |
parent | c66b2969758061b8107764de9809c1a1c4fd100d (diff) | |
download | linux-bc7dbcd08e6e450e37e1caa1e86f7205c6f32016.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/stih416-b2020e.dts')
-rw-r--r-- | arch/arm/boot/dts/stih416-b2020e.dts | 10 |
1 files changed, 10 insertions, 0 deletions
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"; + }; }; }; |