[PATCH 3/3] ARM: dts: rainier: Don't shout addresses

Andrew Jeffery andrew at aj.id.au
Fri Oct 2 16:34:14 AEST 2020


Make them lowercase.

Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
---
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
index 46a0e95049fd..2e9206b65883 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
@@ -55,9 +55,9 @@ ramoops at b7f00000 {
 			pmsg-size = <0x4000>;
 		};
 
-		flash_memory: region at B8000000 {
+		flash_memory: region at b8000000 {
 			no-map;
-			reg = <0xB8000000 0x04000000>; /* 64M */
+			reg = <0xb8000000 0x04000000>; /* 64M */
 		};
 
 		vga_memory: region at bf000000 {
-- 
2.25.1



More information about the openbmc mailing list