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 <[email protected]> > Signed-off-by: Dmitry Baryshkov <[email protected]> > --- > 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/[email protected]/ this should be "display-subsystem" Best regards, Krzysztof
