On Thu, Jun 16, 2016 at 05:06:45PM +0530, Archit Taneja wrote: > The MDP4/5 DT node now contains a list of ports that describe how it > connects to external encoder interfaces like DSI and HDMI. These follow > the standard of_graph bindings, and allow us to get rid of the 'connectors' > phandle that contained a list of all the external encoders connected to > MDP. > > The GPU phandle is removed too until we figure out what's the right way > to specify it in DT.
You typically only have one instance, so just find it by compatible string. > > Cc: Rob Herring <robh at kernel.org> > Cc: devicetree at vger.kernel.org > > Signed-off-by: Archit Taneja <architt at codeaurora.org> > --- > .../devicetree/bindings/display/msm/mdp4.txt | 68 > ++++++++++++++++++++-- > .../devicetree/bindings/display/msm/mdp5.txt | 48 ++++++++++++++- > 2 files changed, 110 insertions(+), 6 deletions(-) Acked-by: Rob Herring <robh at kernel.org>