Re: [PATCH v5] arm64: dts: sdm845: Add display nodes to MTP dts

2018-12-07 Thread Doug Anderson
Hi, On Fri, Dec 7, 2018 at 1:23 PM Abhinav Kumar wrote: > We posted this patch on top of Andy's tree which we had and this could > have changed. > > We will wait for his response if we need to repost it after rebasing. Yup, you did it all correctly here. I was more mentioning that there are a b

Re: [PATCH v5] arm64: dts: sdm845: Add display nodes to MTP dts

2018-12-07 Thread Abhinav Kumar
On 2018-12-07 12:59, Doug Anderson wrote: Hi, On Wed, Dec 5, 2018 at 7:35 PM Abhinav Kumar wrote: +&dsi0 { + status = "okay"; + qcom,dual-dsi-mode; + qcom,master-dsi; + qcom,sync-dual-dsi; + + vdda-supply = <&vdda_mipi_dsi0_1p2>; + + panel@0 { +

Re: [PATCH v5] arm64: dts: sdm845: Add display nodes to MTP dts

2018-12-07 Thread Doug Anderson
Hi, On Wed, Dec 5, 2018 at 7:35 PM Abhinav Kumar wrote: > +&dsi0 { > + status = "okay"; > + qcom,dual-dsi-mode; > + qcom,master-dsi; > + qcom,sync-dual-dsi; > + > + vdda-supply = <&vdda_mipi_dsi0_1p2>; > + > + panel@0 { > + compatible = "truly,nt3

[PATCH v5] arm64: dts: sdm845: Add display nodes to MTP dts

2018-12-05 Thread Abhinav Kumar
Add the display nodes containing information about the panel, DSI configuration and board specific pin configuration to the SDM845 MTP device tree file. This patch depends on the following: https://patchwork.freedesktop.org/series/51909/ Changes in v4: - patch introduced in the series