From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Clark Date: Fri, 21 Jul 2017 15:10:12 -0400 Subject: [U-Boot] [PATCH 3/5] db410c: add reserved-memory node to dts In-Reply-To: <20170721191014.8161-1-robdclark@gmail.com> References: <20170721191014.8161-1-robdclark@gmail.com> Message-ID: <20170721191014.8161-4-robdclark@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de If lk lights up display and populates simple-framebuffer node, it will also setup a reserved-memory node (needed by simplefb on linux). But it isn't clever enough to cope when the reserved-memory node is not present. Signed-off-by: Rob Clark --- arch/arm/dts/dragonboard410c.dts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/dragonboard410c.dts b/arch/arm/dts/dragonboard410c.dts index 7746622dda..c239d9d997 100644 --- a/arch/arm/dts/dragonboard410c.dts +++ b/arch/arm/dts/dragonboard410c.dts @@ -23,11 +23,16 @@ reg = <0 0x80000000 0 0x3da00000>; }; + reserved-memory { + #address-cells = <2>; + #size-cells = <2>; + ranges; + }; + chosen { stdout-path = "/soc/serial at 78b0000"; }; - soc { #address-cells = <0x1>; #size-cells = <0x1>; -- 2.13.0