On 14/11/14 13:03, Hans de Goede wrote:
Since simplefb nodes do not relate directly to hw typically they have been
placed in the root of the devicetree. As the represent runtime information
having them as sub-nodes of /chosen is more logical, specify this.
Also specify when to set the chosen stdout-path property to a simplefb node.
For reliable handover to a hardware specific driver, that driver needs to
know which simplefb to unregister when taking over, specify how the hw driver
can find the matching simplefb node.
Last add some advice on how to fill and use simplefb nodes from a firmware
pov.
Signed-off-by: Hans de Goede <redacted>
Acked-by: Geert Uytterhoeven <redacted>
Acked-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
Ok, so I have pushed this and the other simplefb series to fbdev for-next.
I can still refresh the whole series if need be, but if possible I'd
rather take any new changes as patches on top of the current ones.
Tomi