projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad0a55a
)
ARM: dts: bcm2838-rpi-4-b: Fix memory node
author
Stefan Wahren
<wahrenst@gmx.net>
Wed, 25 Dec 2019 14:32:29 +0000
(15:32 +0100)
committer
popcornmix
<popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:14 +0000
(16:33 +0100)
We need to declare the proper device type, otherwise U-Boot won't boot
with this devicetree. While we are this let the bootloader set the actual
memory size.
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
arch/arm/boot/dts/bcm2838-rpi-4-b.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm2838-rpi-4-b.dts
b/arch/arm/boot/dts/bcm2838-rpi-4-b.dts
index
7170a97
..
3550276
100644
(file)
--- a/
arch/arm/boot/dts/bcm2838-rpi-4-b.dts
+++ b/
arch/arm/boot/dts/bcm2838-rpi-4-b.dts
@@
-14,7
+14,8
@@
};
memory@0 {
- reg = <0 0 0x40000000>;
+ device_type = "memory";
+ reg = <0x0 0x0 0x0>;
};
leds {