[PATCH] arm64: dts: qcom: msm8953-flipkart-rimob: Fix panel compatible
From: Konrad Dybcio
Date: Tue Aug 18 2026 - 10:24:24 EST
From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
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 <konrad.dybcio@xxxxxxxxxxxxxxxx>
---
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 <konrad.dybcio@xxxxxxxxxxxxxxxx>