Re: [PATCH 3/4] ARM: dts: qcom: msm8974-klte: add support for display

2021-01-25 Thread Bjorn Andersson
On Mon 25 Jan 09:47 CST 2021, Konrad Dybcio wrote: > > > I know how bad it is, so I understand your desire to not have to rebase > > that, but I will merge things as they become ready on the list. > > > > So please post your change (perhaps it's posted and I'm failing to find > > it in my

Re: [PATCH 3/4] ARM: dts: qcom: msm8974-klte: add support for display

2021-01-25 Thread Konrad Dybcio
> I know how bad it is, so I understand your desire to not have to rebase > that, but I will merge things as they become ready on the list. > > So please post your change (perhaps it's posted and I'm failing to find > it in my inbox?) and I'd be happy to merge it so we get it cleaned up! > >

Re: [PATCH 3/4] ARM: dts: qcom: msm8974-klte: add support for display

2021-01-25 Thread Bjorn Andersson
On Sun 24 Jan 11:33 CST 2021, Konrad Dybcio wrote: > > > All msm8974 dts(i) files use this style. Deviating from it for this doesn't > > make sense. And yes msm8974 should probably be converted to the newer label > > style (as was done with msm8916 a while ago). > > I have a >3k lines commit

Re: [PATCH 3/4] ARM: dts: qcom: msm8974-klte: add support for display

2021-01-24 Thread Luca Weiss
Hi Konrad, On Sonntag, 24. Jänner 2021 16:04:13 CET Konrad Dybcio wrote: > > + mdss@fd90 { > > + status = "ok"; > > + > > + mdp@fd90 { > > + status = "ok"; > > + }; > > + > > + dsi@fd922800 { > > + status =

Re: [PATCH 3/4] ARM: dts: qcom: msm8974-klte: add support for display

2021-01-24 Thread Konrad Dybcio
> All msm8974 dts(i) files use this style. Deviating from it for this doesn't > make sense. And yes msm8974 should probably be converted to the newer label > style (as was done with msm8916 a while ago). I have a >3k lines commit fixing that. Adding more code that strays from the new style

Re: [PATCH 3/4] ARM: dts: qcom: msm8974-klte: add support for display

2021-01-24 Thread Konrad Dybcio
> + mdss@fd90 { > + status = "ok"; > + > + mdp@fd90 { > + status = "ok"; > + }; > + > + dsi@fd922800 { > + status = "ok"; > + > + vdda-supply = <_l2>; > +

[PATCH 3/4] ARM: dts: qcom: msm8974-klte: add support for display

2021-01-24 Thread Iskren Chernev
From: Samuel Pascua Add initial support for the display found on the Samsung Galaxy 5 (klte) phone. This is based on work from Jonathan Marek & Brian Masney. Signed-off-by: Samuel Pascua Signed-off-by: Iskren Chernev --- .../boot/dts/qcom-msm8974-samsung-klte.dts| 58 +++

[PATCH 3/4] ARM: dts: qcom: msm8974-klte: add support for display

2020-12-30 Thread Iskren Chernev
From: Samuel Pascua Add initial support for the display found on the Samsung Galaxy 5 (klte) phone. This is based on work from Jonathan Marek & Brian Masney. Please note that this patch depends on dt-binding patch in [1] [1] https://lkml.org/lkml/2020/12/30/293 Signed-off-by: Samuel Pascua