2023-05-16 06:50:02

by Jianhua Lu

[permalink] [raw]
Subject: [RESEND,PATCH 1/3] arm64: dts: qcom: sm8250-xiaomi-elish-boe: fix panel compatible

From: Krzysztof Kozlowski <[email protected]>

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 <[email protected]>
Signed-off-by: Jianhua Lu <[email protected]>
---
arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-boe.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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";
};
--
2.39.3



2023-05-16 07:24:27

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [RESEND,PATCH 1/3] arm64: dts: qcom: sm8250-xiaomi-elish-boe: fix panel compatible

On 16/05/2023 08:26, Jianhua Lu wrote:
> From: Krzysztof Kozlowski <[email protected]>
>
> 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 <[email protected]>
> Signed-off-by: Jianhua Lu <[email protected]>

I think there is no need to resend my patches. They are marked in
patchwork. Unless I am not responsive to something, please rather avoid
doing that.

Best regards,
Krzysztof


2023-05-16 07:43:02

by Jianhua Lu

[permalink] [raw]
Subject: Re: [RESEND,PATCH 1/3] arm64: dts: qcom: sm8250-xiaomi-elish-boe: fix panel compatible

On Tue, May 16, 2023 at 09:01:35AM +0200, Krzysztof Kozlowski wrote:
> On 16/05/2023 08:26, Jianhua Lu wrote:
> > From: Krzysztof Kozlowski <[email protected]>
> >
> > 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 <[email protected]>
> > Signed-off-by: Jianhua Lu <[email protected]>
>
> I think there is no need to resend my patches. They are marked in
> patchwork. Unless I am not responsive to something, please rather avoid
> doing that.

Acked
>
> Best regards,
> Krzysztof
>