Skip to content

Commit fae7d90

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sm8250-xiaomi-elish-csot: fix panel compatible
The bindings expect "novatek,nt36523" fallback in the panel compatible: sm8250-xiaomi-elish-csot.dtb: panel@0: compatible: ['xiaomi,elish-csot-nt36523'] is too short Fixes: 8a78603 ("arm64: dts: qcom: sm8250-xiaomi-elish-csot: Add Xiaomi Mi Pad 5 Pro CSOT variant") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230408130809.52319-2-krzysztof.kozlowski@linaro.org
1 parent 0c7433d commit fae7d90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-csot.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
};
1414

1515
&display_panel {
16-
compatible = "xiaomi,elish-csot-nt36523";
16+
compatible = "xiaomi,elish-csot-nt36523", "novatek,nt36523";
1717
status = "okay";
1818
};

0 commit comments

Comments
 (0)