ARM: dts: stm32: enable timer trigger 6 on stm32mp157c-ed1
authorFabrice Gasnier <fabrice.gasnier@st.com>
Tue, 17 Apr 2018 13:45:00 +0000 (15:45 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Wed, 2 May 2018 15:18:57 +0000 (17:18 +0200)
Enable timer 6 on stm32mp157c-ed1 that can serve as trigger for
ADC for instance.

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ed1.dts

index 9f90337..4f12225 100644 (file)
        };
 };
 
+&timers6 {
+       status = "okay";
+       timer@5 {
+               status = "okay";
+       };
+};
+
 &uart4 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart4_pins_a>;