Commit 35bdd839d0f0589157b25d4a610f9b092d5eb208

Authored by Rob Clark
Committed by Tom Rini
1 parent 9337dfb434

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 <robdclark@gmail.com>

Showing 1 changed file with 6 additions and 1 deletions Side-by-side Diff

arch/arm/dts/dragonboard410c.dts
... ... @@ -23,10 +23,15 @@
23 23 reg = <0 0x80000000 0 0x3da00000>;
24 24 };
25 25  
  26 + reserved-memory {
  27 + #address-cells = <2>;
  28 + #size-cells = <2>;
  29 + ranges;
  30 + };
  31 +
26 32 chosen {
27 33 stdout-path = "/soc/serial@78b0000";
28 34 };
29   -
30 35  
31 36 soc {
32 37 #address-cells = <0x1>;