Browse Source

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>
Lee Jones 10 years ago
parent
commit
bc7dbcd08e
1 changed files with 10 additions and 0 deletions
  1. 10 0
      arch/arm/boot/dts/stih416-b2020e.dts

+ 10 - 0
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";
+		};
 	};
 };