ARM: dts: stm32: Use lower-case hex for address for stm32746-disco-u-boot.dtsi
authorPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 15 Nov 2021 10:39:15 +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/stm32f746-disco-u-boot.dtsi

index 4f34fc9..f88466f 100644 (file)
 };
 
 &qspi {
-       reg = <0xA0001000 0x1000>, <0x90000000 0x1000000>;
+       reg = <0xa0001000 0x1000>, <0x90000000 0x1000000>;
        qflash0: n25q128a@0 {
                #address-cells = <1>;
                #size-cells = <1>;