[PATCH V2 2/3] dt-bindings: mxsfb: Add new bindings for the MXSFB driver

2016-11-16 Thread Marek Vasut
On 11/16/2016 01:24 AM, Rob Herring wrote: > On Mon, Nov 14, 2016 at 11:10:35AM +0100, Marek Vasut wrote: >> Add new DT bindings for new MXSFB driver that is using the >> OF graph to parse the video output structure instead of >> hard-coding the display properties into the MXSFB node. >> The old MX

[PATCH V2 2/3] dt-bindings: mxsfb: Add new bindings for the MXSFB driver

2016-11-15 Thread Rob Herring
On Mon, Nov 14, 2016 at 11:10:35AM +0100, Marek Vasut wrote: > Add new DT bindings for new MXSFB driver that is using the > OF graph to parse the video output structure instead of > hard-coding the display properties into the MXSFB node. > The old MXSFB fbdev driver bindings are preserved in the >

[PATCH V2 2/3] dt-bindings: mxsfb: Add new bindings for the MXSFB driver

2016-11-14 Thread Marek Vasut
Add new DT bindings for new MXSFB driver that is using the OF graph to parse the video output structure instead of hard-coding the display properties into the MXSFB node. The old MXSFB fbdev driver bindings are preserved in the same file in the "Old bindings" section. Signed-off-by: Marek Vasut C