diff options
author | Guido Günther <agx@sigxcpu.org> | 2022-02-28 14:12:22 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-04-08 18:40:54 +0800 |
commit | 9694ed9bcf3b761c05d7787739eb4e77bd86c367 (patch) | |
tree | 2587eb9c1826297d4e60a1706b93c4b2f8f075cc | |
parent | c3e9d4547a9e15b56c2ceefa54ec04057b3276eb (diff) | |
download | lwn-9694ed9bcf3b761c05d7787739eb4e77bd86c367.tar.gz lwn-9694ed9bcf3b761c05d7787739eb4e77bd86c367.zip |
arm64: dts: imx8mq-librem5-r4: add the correct panel
The r4 ("Evergreen") hardware revision of the Librem 5 phone includes a
slightly different panel than the revisions before it. Since its'
description is available, describe it properly for the board.
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq-librem5-r4.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-r4.dts b/arch/arm64/boot/dts/freescale/imx8mq-librem5-r4.dts index 30d65bef6939..1056b7981bdb 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5-r4.dts +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5-r4.dts @@ -18,6 +18,10 @@ led-max-microamp = <25000>; }; +&lcd_panel { + compatible = "ys,ys57pss36bh5gq"; +}; + &proximity { proximity-near-level = <10>; }; |