]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: stm32: Add missing reset-cells node in stm32f746
authorLionel Debieve <lionel.debieve@st.com>
Wed, 7 Jun 2017 14:50:21 +0000 (16:50 +0200)
committerAlexandre TORGUE <alexandre.torgue@st.com>
Wed, 7 Jun 2017 14:50:42 +0000 (16:50 +0200)
rcc node must include reset-cells node.

Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32f746.dtsi

index d6b1b56f340cb24cb0ecdd1d2aef555ad044dc99..4506eb97a4ab47baf45cda13f851083a951cb440 100644 (file)
                };
 
                rcc: rcc@40023800 {
+                       #reset-cells = <1>;
                        #clock-cells = <2>;
                        compatible = "st,stm32f746-rcc", "st,stm32-rcc";
                        reg = <0x40023800 0x400>;