[PATCH v5 5/5] arm64: dts: imx8mp-skov: support new 7inch panel board
Steffen Trumtrar <[email protected]>
| Newsgroups | dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260727-v7-0-topic-imx8mp-skov-dts-jutouch-7inch-v5-5-67faa5ee0bf6@pengutronix.de> |
This board is similar to the already upstream imx8mp-skov-revc-tian-g07017 and imx8mp-skov-revc-jt101tm023 but uses a different 7" panel with a different touch controller. Signed-off-by: Steffen Trumtrar <[email protected]> --- arch/arm64/boot/dts/freescale/Makefile | 3 ++ .../imx8mp-skov-revc-jutouch-jt070tm041.dtso | 36 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile index 2caac104bec6e..92559e0dd8396 100644 --- a/arch/arm64/boot/dts/freescale/Makefile +++ b/arch/arm64/boot/dts/freescale/Makefile @@ -435,10 +435,13 @@ dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revb-mi1010ait-1cp1.dtb dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revc-bd500.dtb dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revc-hdmi.dtb +imx8mp-skov-revc-jutouch-jt070tm041-dtbs += imx8mp-skov-revc-touch.dtb \ + imx8mp-skov-revc-jutouch-jt070tm041.dtbo imx8mp-skov-revc-jutouch-jt101tm023-dtbs += imx8mp-skov-revc-touch.dtb \ imx8mp-skov-revc-jutouch-jt101tm023.dtbo imx8mp-skov-revc-tian-g07017-dtbs += imx8mp-skov-revc-touch.dtb \ imx8mp-skov-revc-tian-g07017.dtbo +dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revc-jutouch-jt070tm041.dtb dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revc-jutouch-jt101tm023.dtb dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revc-tian-g07017.dtb diff --git a/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt070tm041.dtso b/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt070tm041.dtso new file mode 100644 index 0000000000000..2433b57aeed40 --- /dev/null +++ b/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt070tm041.dtso @@ -0,0 +1,36 @@ +// SPDX-License-Identifier: (GPL-2.0 OR MIT) + +/dts-v1/; +/plugin/; + +&{/} { + model = "SKOV IMX8MP CPU revC - JuTouch JT070TM041"; + compatible = "skov,imx8mp-skov-revc-jutouch-jt070tm041", "fsl,imx8mp"; + + panel { + compatible = "jutouch,jt070tm041"; + backlight = <&backlight>; + power-supply = <®_tft_vcom>; + + port { + in_lvds0: endpoint { + remote-endpoint = <&ldb_lvds_ch0>; + }; + }; + }; +}; + +&lvds_bridge { + /* IMX8MP_VIDEO_PLL1 = IMX8MP_CLK_MEDIA_DISP2_PIX * 7 */ + assigned-clock-rates = <0>, <358400000>; + + ports { + port@1 { + reg = <1>; + + ldb_lvds_ch0: endpoint { + remote-endpoint = <&in_lvds0>; + }; + }; + }; +}; -- 2.51.0