diff mbox series

[1/2] arm64: dts: qcom: sm8250-xiaomi-elish-boe: fix panel compatible

Message ID 20230408130809.52319-1-krzysztof.kozlowski@linaro.org
State Accepted
Commit 0c7433dd81b5e771ef222f340fef03501131761b
Headers show
Series [1/2] arm64: dts: qcom: sm8250-xiaomi-elish-boe: fix panel compatible | expand

Commit Message

Krzysztof Kozlowski April 8, 2023, 1:08 p.m. UTC
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: 51c4c2bd6f31 ("arm64: dts: qcom: sm8250-xiaomi-elish-boe: Add mdss and dsi panel")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-boe.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bjorn Andersson May 23, 2023, 3:03 a.m. UTC | #1
On Sat, 8 Apr 2023 15:08:08 +0200, Krzysztof Kozlowski wrote:
> 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
> 
> 

Applied, thanks!

[1/2] arm64: dts: qcom: sm8250-xiaomi-elish-boe: fix panel compatible
      commit: 0c7433dd81b5e771ef222f340fef03501131761b
[2/2] arm64: dts: qcom: sm8250-xiaomi-elish-csot: fix panel compatible
      commit: fae7d907a75eaad4bfb17e7990e357938c5b1351

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-boe.dts b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-boe.dts
index 8b2ae39950ff..de6101ddebe7 100644
--- a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-boe.dts
+++ b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-boe.dts
@@ -13,6 +13,6 @@  / {
 };
 
 &display_panel {
-	compatible = "xiaomi,elish-boe-nt36523";
+	compatible = "xiaomi,elish-boe-nt36523", "novatek,nt36523";
 	status = "okay";
 };