ARM: dts: stm32: Use lower-case hex for address for stm32f429-disco-u-boot.dtsi
authorPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 15 Nov 2021 10:39:18 +0000 (11:39 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 30 Nov 2021 10:15:59 +0000 (11:15 +0100)
Replace upper-case hex with lower-case hex for address.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/dts/stm32f429-disco-u-boot.dtsi

index 297cc56..c993f86 100644 (file)
@@ -33,7 +33,7 @@
 
                fmc: fmc@A0000000 {
                        compatible = "st,stm32-fmc";
-                       reg = <0xA0000000 0x1000>;
+                       reg = <0xa0000000 0x1000>;
                        clocks = <&rcc 0 STM32F4_AHB3_CLOCK(FMC)>;
                        pinctrl-0 = <&fmc_pins>;
                        pinctrl-names = "default";