From: Rob Clark Date: Wed, 10 Jan 2018 10:34:39 +0000 (+0100) Subject: db410c: add reserved-memory node to dts X-Git-Tag: v2018.03-rc1~178 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=35bdd839d0f0589157b25d4a610f9b092d5eb208;p=oweals%2Fu-boot.git db410c: add reserved-memory node to dts 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 --- diff --git a/arch/arm/dts/dragonboard410c.dts b/arch/arm/dts/dragonboard410c.dts index b67e58882a..5ccfe7f8c8 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@78b0000"; }; - soc { #address-cells = <0x1>; #size-cells = <0x1>;