diff options
author | Olof Johansson <olof@lixom.net> | 2018-11-30 20:49:48 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-11-30 20:49:48 +0100 |
commit | a8505b4e02b49368878ccb14fb295b25c1859665 (patch) | |
tree | 77c0894e47e62f62c1a451213c1745067bf1766c | |
parent | Merge tag 'at91-4.20-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
parent | ARM: dts: rockchip: Remove @0 from the veyron memory node (diff) | |
download | linux-a8505b4e02b49368878ccb14fb295b25c1859665.tar.xz linux-a8505b4e02b49368878ccb14fb295b25c1859665.zip |
Merge tag 'v4.20-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes
Moving the veyron memory node from memory@0 back to memory, as the
firmware on these devices as issues identifying the formally correct
node.
* tag 'v4.20-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
ARM: dts: rockchip: Remove @0 from the veyron memory node
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron.dtsi b/arch/arm/boot/dts/rk3288-veyron.dtsi index 2075120cfc4d..d8bf939a3aff 100644 --- a/arch/arm/boot/dts/rk3288-veyron.dtsi +++ b/arch/arm/boot/dts/rk3288-veyron.dtsi @@ -10,7 +10,11 @@ #include "rk3288.dtsi" / { - memory@0 { + /* + * The default coreboot on veyron devices ignores memory@0 nodes + * and would instead create another memory node. + */ + memory { device_type = "memory"; reg = <0x0 0x0 0x0 0x80000000>; }; |