On Sat, 29 Oct 2022 at 00:03, Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > On 28/10/2022 08:08, Robert Foss wrote: > > Enable the display subsystem and the dsi0 output for > > the sm8350-hdk board. > > > > Signed-off-by: Robert Foss <robert.foss@xxxxxxxxxx> > > --- > > arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 22 ++++++++++++++++++++++ > > 1 file changed, 22 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts > > index e6deb08c6da0..6e07feb4b3b2 100644 > > --- a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts > > +++ b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts > > @@ -213,10 +213,32 @@ &cdsp { > > firmware-name = "qcom/sm8350/cdsp.mbn"; > > }; > > > > +&dispcc { > > + status = "okay"; > > +}; > > + > > +&dsi0 { > > + status = "okay"; > > Status is the last property. Ack. > > > Best regards, > Krzysztof >