[PATCH 3/8] ARM: dts: stm32: Use lower-case hex for address for stm32746-disco-u-boot.dtsi

Patrice Chotard patrice.chotard at foss.st.com
Mon Nov 15 11:39:15 CET 2021


Replace upper-case hex with lower-case hex for address.

Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
---

 arch/arm/dts/stm32f746-disco-u-boot.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/stm32f746-disco-u-boot.dtsi b/arch/arm/dts/stm32f746-disco-u-boot.dtsi
index 4f34fc9a8c..f88466fa60 100644
--- a/arch/arm/dts/stm32f746-disco-u-boot.dtsi
+++ b/arch/arm/dts/stm32f746-disco-u-boot.dtsi
@@ -228,7 +228,7 @@
 };
 
 &qspi {
-	reg = <0xA0001000 0x1000>, <0x90000000 0x1000000>;
+	reg = <0xa0001000 0x1000>, <0x90000000 0x1000000>;
 	qflash0: n25q128a at 0 {
 		#address-cells = <1>;
 		#size-cells = <1>;
-- 
2.17.1



More information about the U-Boot mailing list