mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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: 51c4c2bd6f
("arm64: dts: qcom: sm8250-xiaomi-elish-boe: Add mdss and dsi panel")
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-1-krzysztof.kozlowski@linaro.org
19 lines
352 B
Plaintext
19 lines
352 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Jianhua Lu <lujianhua000@gmail.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sm8250-xiaomi-elish-common.dtsi"
|
|
|
|
/ {
|
|
model = "Xiaomi Mi Pad 5 Pro (BOE)";
|
|
compatible = "xiaomi,elish", "qcom,sm8250";
|
|
};
|
|
|
|
&display_panel {
|
|
compatible = "xiaomi,elish-boe-nt36523", "novatek,nt36523";
|
|
status = "okay";
|
|
};
|