ARM: dts: aspeed: rainier: Don't shout addresses

Make them lowercase.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20201002063414.275161-4-andrew@aj.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Andrew Jeffery 2020-10-02 16:04:14 +09:30 committed by Joel Stanley
parent bb74fdbd8a
commit c680dd4e60

View file

@ -47,9 +47,9 @@ reserved-memory {
#size-cells = <1>;
ranges;
flash_memory: region@B8000000 {
flash_memory: region@b8000000 {
no-map;
reg = <0xB8000000 0x04000000>; /* 64M */
reg = <0xb8000000 0x04000000>; /* 64M */
};
ramoops@bc000000 {