Skip to content

Commit 0c7433d

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sm8250-xiaomi-elish-boe: fix panel compatible
The bindings expect "novatek,nt36523" fallback in the panel compatible: sm8250-xiaomi-elish-boe.dtb: panel@0: compatible: ['xiaomi,elish-boe-nt36523'] is too shor Fixes: 51c4c2b ("arm64: dts: qcom: sm8250-xiaomi-elish-boe: Add mdss and dsi panel") Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 16bd455 commit 0c7433d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-boe.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-boe-nt36523";
16+
compatible = "xiaomi,elish-boe-nt36523", "novatek,nt36523";
1717
status = "okay";
1818
};

0 commit comments

Comments
 (0)