[PATCH] arm64: dts: qcom: msm8953-flipkart-rimob: Fix panel compatible
Konrad Dybcio <[email protected]>
| Newsgroups | org.kernel.vger.linux-devicetree,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260818-topic-more_dt_warn_fixes-v1-1-609d283502cb@oss.qualcomm.com> |
From: Konrad Dybcio <[email protected]> During the review process, the bindings have changed, but the DT has not been updated to match. Fix it to prevent a "compatible too short" DT warning. Fixes: a8c0bd4233a9 ("arm64: dts: qcom: msm8953-flipkart-rimob: Enable display and GPU") Signed-off-by: Konrad Dybcio <[email protected]> --- arch/arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts b/arch/arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts index 978820348fa5..07f9ee868105 100644 --- a/arch/arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts +++ b/arch/arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts @@ -147,7 +147,8 @@ &mdss_dsi0 { status = "okay"; panel: panel@0 { - compatible = "flipkart,rimob-panel-nt35532-cs"; + compatible = "flipkart,rimob-panel-nt35532-cs", + "novatek,nt35532"; reg = <0>; backlight = <&pmi8950_wled>; --- base-commit: e6664f2b33db9b6811eb4cec109f06cb2b4f458d change-id: 20260818-topic-more_dt_warn_fixes-2cca86964be9 Best regards, -- Konrad Dybcio <[email protected]>