[PATCH 02/13] ARM: dts: stm32: fix RCC node name on stm32f429 MCU
Alexandre Torgue
alexandre.torgue at foss.st.com
Thu Apr 15 11:10:26 BST 2021
This prevent warning observed with "make dtbs_check W=1"
Warning (simple_bus_reg): /soc/rcc at 40023810: simple-bus unit address format
error, expected "40023800"
Signed-off-by: Alexandre Torgue <alexandre.torgue at foss.st.com>
diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index f6530d724d00..41e0087bdbf9 100644
--- a/arch/arm/boot/dts/stm32f429.dtsi
+++ b/arch/arm/boot/dts/stm32f429.dtsi
@@ -709,7 +709,7 @@
status = "disabled";
};
- rcc: rcc at 40023810 {
+ rcc: rcc at 40023800 {
#reset-cells = <1>;
#clock-cells = <2>;
compatible = "st,stm32f42xx-rcc", "st,stm32-rcc";
--
2.17.1
More information about the linux-arm-kernel
mailing list