diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-03-26 22:45:02 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-05-14 09:41:42 +0800 |
commit | 7cbfdc4ec908586968b84edf5c845ae5db57181b (patch) | |
tree | c5ab09807e62b6dfed5a2a068b22649c3e40332d | |
parent | 1cce2b71ef7aa7e01f894c2c720fd7febda402c5 (diff) | |
download | lwn-7cbfdc4ec908586968b84edf5c845ae5db57181b.tar.gz lwn-7cbfdc4ec908586968b84edf5c845ae5db57181b.zip |
arm64: dts: imx8mq-mnt-reform2: drop invalid simple-panel compatible
"simple-panel" compatible is not documented and nothing in Linux kernel
binds to it:
imx8mq-mnt-reform2.dtb: panel: compatible: ['innolux,n125hce-gn1', 'simple-panel'] is too long
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts b/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts index 200268660518..3ae3824be027 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts +++ b/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts @@ -26,7 +26,7 @@ }; panel { - compatible = "innolux,n125hce-gn1", "simple-panel"; + compatible = "innolux,n125hce-gn1"; power-supply = <®_main_3v3>; backlight = <&backlight>; no-hpd; |