On Wed, Jan 17, 2018 at 03:04:48PM +0530, Archit Taneja wrote:
SDM845 uses a newer revision (v2.0+) of the 6G DSI controller. This revision has another clock input at the block boundary called the byte interface clock. Specify this new clock in the binding.
A 10nm DSI PHY is used along with the controller. Add a compatible string for it and specify its base address/regulator supply needs.
Cc: Rob Herring robh@kernel.org Cc: devicetree@vger.kernel.org Signed-off-by: Archit Taneja architt@codeaurora.org
Documentation/devicetree/bindings/display/msm/dsi.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
Reviewed-by: Rob Herring robh@kernel.org