Skip to content

Commit

Permalink
ARM: dts: stm32: fix RCC node name on stm32f429 MCU
Browse files Browse the repository at this point in the history
[ Upstream commit e4b9484 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Alexandre Torgue authored and gregkh committed Jul 25, 2021
1 parent 5d36882 commit 9e4183a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stm32f429.dtsi
Expand Up @@ -709,7 +709,7 @@
status = "disabled";
};

rcc: rcc@40023810 {
rcc: rcc@40023800 {
#reset-cells = <1>;
#clock-cells = <2>;
compatible = "st,stm32f42xx-rcc", "st,stm32-rcc";
Expand Down

0 comments on commit 9e4183a

Please sign in to comment.