Re: [PATCH] arm64: dts: qcom: use DT label for DSI outputs

From: Konrad Dybcio
Date: Fri Jul 25 2025 - 04:22:55 EST


On 7/25/25 4:59 AM, Dmitry Baryshkov wrote:
> Instead of keeping a copy of the DT tree going down to the DSI output
> endpoint use the label to reference it directly, making DTs less
> error-prone.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/qrb5165-rb5.dts | 12 ++++------
> arch/arm64/boot/dts/qcom/sc7180-idp.dts | 12 ++++------
> .../dts/qcom/sc7180-trogdor-quackingstick.dtsi | 12 ++++------
> .../boot/dts/qcom/sc7180-trogdor-wormdingler.dtsi | 12 ++++------
> arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi | 12 ++++------
> arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 24 +++++++-------------
> arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 26 ++++++++--------------
> .../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 12 ++++------
> arch/arm64/boot/dts/qcom/sm8150-hdk.dts | 24 +++++++-------------
> arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 12 ++++------
> .../boot/dts/qcom/sm8650-hdk-display-card.dtso | 15 +++----------

This file becomes different after the patch, but upon manual inspection,
it comes down to a phandle index shifting around (i.e. no *real* change)

Nice cleanup

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad