diff options
author | Maxime Coquelin <maxime.coquelin@st.com> | 2015-09-23 02:47:44 +0200 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2015-09-29 15:55:04 +0200 |
commit | 8aa5f09df06f0c3a5a799c5fcf878acaf29db93f (patch) | |
tree | edcc0d1ac713c9604b8d268d0274c283c7691c7f /arch/arm/boot/dts/stihxxx-b2120.dtsi | |
parent | Linux 4.3-rc1 (diff) | |
download | linux-8aa5f09df06f0c3a5a799c5fcf878acaf29db93f.tar.xz linux-8aa5f09df06f0c3a5a799c5fcf878acaf29db93f.zip |
ARM: dts: stih407: Enable PWM nodes only board level
The PWM may not be used on some boards, so enable them only the board file.
Acked-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stihxxx-b2120.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stihxxx-b2120.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi index f589fe487f13..ab029f7239b2 100644 --- a/arch/arm/boot/dts/stihxxx-b2120.dtsi +++ b/arch/arm/boot/dts/stihxxx-b2120.dtsi @@ -27,6 +27,14 @@ }; }; + pwm0: pwm@9810000 { + status = "okay"; + }; + + pwm1: pwm@9510000 { + status = "okay"; + }; + i2c@9842000 { status = "okay"; }; |