[PATCH v2] arm64: dts: qcom: sc7180: Add Display Port dt node

2020-06-18 Thread Tanmay Shah
Enable DP driver for sc7180. This change depends-on following series: https://patchwork.freedesktop.org/series/78583/ and https://patchwork.freedesktop.org/patch/351990/ Changes in v2: - Add assigned-clocks and assigned-clock-parents - Remove cell-index and pixel_rcg - Change compatible to qcom,

Re: [PATCH v2] arm64: dts: qcom: sc7180: Add Display Port dt node

2020-06-18 Thread Stephen Boyd
Quoting Tanmay Shah (2020-06-18 16:21:13) > Enable DP driver for sc7180. Add DP device node on sc7180? This isn't a driver. > > This change depends-on following series: > https://patchwork.freedesktop.org/series/78583/ > and https://patchwork.freedesktop.org/patch/351990/ > > Changes in v2: >

Re: [PATCH v2] arm64: dts: qcom: sc7180: Add Display Port dt node

2020-06-19 Thread tanmay
Thanks Stephen for reviews. I will post new change addressing your all comments. On 2020-06-18 18:12, Stephen Boyd wrote: Quoting Tanmay Shah (2020-06-18 16:21:13) Enable DP driver for sc7180. Add DP device node on sc7180? This isn't a driver. Done. This change depends-on following series