diff options
author | 2024-12-10 07:57:05 -0300 | |
---|---|---|
committer | 2024-12-30 15:42:27 +0800 | |
commit | 0dbdaba234bbd0dec2448b3f931b48c2214d6237 (patch) | |
tree | 683d1250e12e266f18fabc498b3371a9265f3a34 | |
parent | arm64: dts: imx93: add pca9452 support (diff) | |
download | wireguard-linux-0dbdaba234bbd0dec2448b3f931b48c2214d6237.tar.xz wireguard-linux-0dbdaba234bbd0dec2448b3f931b48c2214d6237.zip |
arm64: dts: imx8mm-phg: Add LVDS compatible string
The imx8mm-phg board has an AUO G084SN05 V9 8.4" 800x600 LVDS panel.
Improve the devicetree description by passing the LVDS compatible
string to fix the following dt-schema warning:
imx8mm-phg.dtb: panel: compatible:0: 'panel-lvds' is not one of
['admatec,9904379', 'auo,b101ew05', 'auo,g084sn05',
'chunghwa,claa070wp03xg','edt,etml0700z9ndha', 'hannstar,hsd101pww2',
'hydis,hv070wx2-1e0', 'jenson,bl-jt60050-01a', 'tbs,a711-panel']
...
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-phg.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phg.dts b/arch/arm64/boot/dts/freescale/imx8mm-phg.dts index 75bbedc6164c..a134b1833649 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-phg.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-phg.dts @@ -82,7 +82,7 @@ }; panel { - compatible = "panel-lvds"; + compatible = "auo,g084sn05", "panel-lvds"; width-mm = <170>; height-mm = <28>; data-mapping = "jeida-18"; |