[Freedreno] [PATCH v11 3/5] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-06-15 Thread Sandeep Panda
Document the bindings used for the sn65dsi86 DSI to eDP bridge. Changes in v1: - Rephrase the dt-binding descriptions to be more inline with existing bindings (Andrzej Hajda). - Add missing dt-binding that are parsed by corresponding driver (Andrzej Hajda). Changes in v2: - Remove edp

[Freedreno] [PATCH v11 4/5] drm/panel: add Innolux TV123WAM panel driver support

2018-06-15 Thread Sandeep Panda
Add support for Innolux TV123WAM, which is a 12.3" eDP display panel with 2160x1440 resolution. Changes in v1: - Add the compatibility string, display_mode and panel_desc structures in alphabetical order (Sean Paul). Signed-off-by: Sandeep Panda Reviewed-by: Sean Paul ---

[Freedreno] [PATCH v11 5/5] dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings

2018-06-15 Thread Sandeep Panda
Innolux TV123WAM is a 12.3" eDP display panel with 2160x1440 resolution, which can be supported by simple panel driver. Changes in v1: - Make use of simple panel driver instead of creating a new driver for this panel (Sean Paul). - Combine dt-binding and driver changes into one patch as

[Freedreno] [PATCH v11 0/5] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-06-15 Thread Sandeep Panda
Changes in current patchset: - Read DPPLL_SRC register to determine if continuous dsi clock needed or not. - Reorder the patchsets. Sandeep Panda (5): dt-bindings: media: extend interface documentation for DSI and DP drm/bridge: add support for sn65dsi86 bridge driver dt-bindings:

[Freedreno] [PATCH v11 2/5] drm/bridge: add support for sn65dsi86 bridge driver

2018-06-15 Thread Sandeep Panda
Add support for TI's sn65dsi86 dsi2edp bridge chip. The chip converts DSI transmitted signal to eDP signal, which is fed to the connected eDP panel. This chip can be controlled via either i2c interface or dsi interface. Currently in driver all the control registers are being accessed through i2c

[Freedreno] [PATCH v11 1/5] dt-bindings: media: extend interface documentation for DSI and DP

2018-06-15 Thread Sandeep Panda
Properties like data-lanes, clock-noncontinuous and lane-polarities are applicable to DSI and DisplayPort interface also. So update the documentation to mention the same. Signed-off-by: Sandeep Panda --- Documentation/devicetree/bindings/media/video-interfaces.txt | 10 ++ 1 file