Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8505b4e authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'v4.20-rockchip-dts32fixes-1' of...

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: default avatarOlof Johansson <olof@lixom.net>
parents 9f603371 672e60b7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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>;
	};