]> git.ipfire.org Git - people/ms/linux.git/commitdiff
ARM: dts: stm32: fix RCC node name on stm32f429 MCU
authorAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 15 Apr 2021 10:10:26 +0000 (12:10 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Tue, 1 Jun 2021 10:09:20 +0000 (12:09 +0200)
This prevent warning observed with "make dtbs_check W=1"

Warning (simple_bus_reg): /soc/rcc@40023810: simple-bus unit address format
error, expected "40023800"

Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32f429.dtsi

index f6530d724d0043fa3d06c6ef5e7be2bb22f57ba6..41e0087bdbf9dd9a7e197f733657db5cc83a8e59 100644 (file)
                        status = "disabled";
                };
 
-               rcc: rcc@40023810 {
+               rcc: rcc@40023800 {
                        #reset-cells = <1>;
                        #clock-cells = <2>;
                        compatible = "st,stm32f42xx-rcc", "st,stm32-rcc";