On 23/11/2022 22:07, Dmitry Baryshkov wrote: > Add devices tree nodes describing display hardware on SM8450: > - Display Clock Controller > - MDSS > - MDP > - two DSI controllers and DSI PHYs > > This does not provide support for DP controllers present on SM8450. > > Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sm8450.dtsi | 283 ++++++++++++++++++++++++++- > 1 file changed, 279 insertions(+), 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi > index 8cc9f62f7645..31fcf3908b2a 100644 > --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi > +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi > @@ -2394,6 +2394,281 @@ camcc: clock-controller@ade0000 { > status = "disabled"; > }; > > + mdss: mdss@ae00000 { According to: https://lore.kernel.org/all/dfd2d1b5-4d1b-2381-ad11-5ea9e6654a55@xxxxxxxxxx/ this should be "display-subsystem" Best regards, Krzysztof