* [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant
@ 2026-08-31 8:17 Steffen Trumtrar
2026-08-31 8:17 ` [PATCH v8 1/5] arm64: dts: freescale: imx8mp: skov: fix sort order Steffen Trumtrar
` (5 more replies)
0 siblings, 6 replies; 10+ messages in thread
From: Steffen Trumtrar @ 2026-08-31 8:17 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Frank Li,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, Shawn Guo
Cc: Steffen Trumtrar, Søren Andersen, devicetree, linux-kernel,
imx, linux-arm-kernel, Conor Dooley
Add a new board variant for the Skov i.MX8MP based family of boards.
This variant uses a different 7" panel than the existing ones.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
Changes in v8:
- add #address-cells and #size-cells to i2c2
- fix touchscreen resolution
- add missing binding includes
- Link to v7: https://patch.msgid.link/20260727-v7-0-topic-imx8mp-skov-dts-jutouch-7inch-v7-0-ca8a0446166a@pengutronix.de
Changes in v7:
- address more of sashikos rightful feedback
- Link to v6: https://patch.msgid.link/20260727-v7-0-topic-imx8mp-skov-dts-jutouch-7inch-v6-0-fa8f71dfc56f@pengutronix.de
Changes in v6:
- address sashikos rightful feedback
- Link to v5: https://patch.msgid.link/20260727-v7-0-topic-imx8mp-skov-dts-jutouch-7inch-v5-0-67faa5ee0bf6@pengutronix.de
Changes in v5:
- convert to overlays
- Link to v4: https://patch.msgid.link/20260706-v7-0-topic-imx8mp-skov-dts-jutouch-7inch-v4-0-dfc0c8827c02@pengutronix.de
Changes in v4:
- fix Makefile sort order
- add touchscreen fallback compatible
- fix lvds_bridge comment
- Link to v3: https://patch.msgid.link/20260701-v7-0-topic-imx8mp-skov-dts-jutouch-7inch-v3-0-d74f7e3f8293@pengutronix.de
Changes in v3:
- rebase to v7.2-rc1
- Link to v2: https://patch.msgid.link/20260427-v7-0-topic-imx8mp-skov-dts-jutouch-7inch-v2-0-e2b79fc24391@pengutronix.de
Changes in v2:
- rebase to v7.1-rc1
- Link to v1: https://patch.msgid.link/20260325-v7-0-topic-imx8mp-skov-dts-jutouch-7inch-v1-0-10255d236439@pengutronix.de
To: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk+dt@kernel.org>
To: Conor Dooley <conor+dt@kernel.org>
To: Frank Li <Frank.Li@nxp.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
To: Pengutronix Kernel Team <kernel@pengutronix.de>
To: Fabio Estevam <festevam@gmail.com>
To: Shawn Guo <shawnguo@kernel.org>
Cc: Søren Andersen <san@skov.dk>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: imx@lists.linux.dev
Cc: linux-arm-kernel@lists.infradead.org
---
Steffen Trumtrar (5):
arm64: dts: freescale: imx8mp: skov: fix sort order
dt-bindings: arm: fsl: add compatible for Skov i.MX8MP revC Touch
arm64: dts: imx8mp-skov-revc: convert to overlays
dt-bindings: arm: fsl: add compatible for new Skov i.MX8MP variant
arm64: dts: imx8mp-skov: support new 7inch panel board
Documentation/devicetree/bindings/arm/fsl.yaml | 2 +
arch/arm64/boot/dts/freescale/Makefile | 11 +++-
.../imx8mp-skov-revc-jutouch-jt070tm041.dtso | 58 ++++++++++++++++++++++
...ts => imx8mp-skov-revc-jutouch-jt101tm023.dtso} | 46 +++++------------
...07017.dts => imx8mp-skov-revc-tian-g07017.dtso} | 44 +++++-----------
.../boot/dts/freescale/imx8mp-skov-revc-touch.dts | 45 +++++++++++++++++
6 files changed, 140 insertions(+), 66 deletions(-)
---
base-commit: 8d3ae59288f1e7d58d76558a6ee96d533bc5019f
change-id: 20260325-v7-0-topic-imx8mp-skov-dts-jutouch-7inch-3dbcb450a39c
Best regards,
--
Steffen Trumtrar <s.trumtrar@pengutronix.de>
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH v8 1/5] arm64: dts: freescale: imx8mp: skov: fix sort order
2026-08-31 8:17 [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant Steffen Trumtrar
@ 2026-08-31 8:17 ` Steffen Trumtrar
2026-08-31 8:17 ` [PATCH v8 2/5] dt-bindings: arm: fsl: add compatible for Skov i.MX8MP revC Touch Steffen Trumtrar
` (4 subsequent siblings)
5 siblings, 0 replies; 10+ messages in thread
From: Steffen Trumtrar @ 2026-08-31 8:17 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Frank Li,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, Shawn Guo
Cc: Steffen Trumtrar, Søren Andersen, devicetree, linux-kernel,
imx, linux-arm-kernel
The imx8mp-skov-revc-jutouch should be alphabetically before the
imx8mp-skov-revc-tian variant.
Sort the entries in the correct order.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
arch/arm64/boot/dts/freescale/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
index 8ddaab127ab9c..b46f452f4b988 100644
--- a/arch/arm64/boot/dts/freescale/Makefile
+++ b/arch/arm64/boot/dts/freescale/Makefile
@@ -434,8 +434,8 @@ dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revb-lt6.dtb
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
-dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revc-tian-g07017.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revc-jutouch-jt101tm023.dtb
+dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revc-tian-g07017.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mp-toradex-smarc-dev.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mp-tqma8mpql-mba8mpxl.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mp-tqma8mpql-mba8mp-ras314.dtb
--
2.51.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH v8 2/5] dt-bindings: arm: fsl: add compatible for Skov i.MX8MP revC Touch
2026-08-31 8:17 [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant Steffen Trumtrar
2026-08-31 8:17 ` [PATCH v8 1/5] arm64: dts: freescale: imx8mp: skov: fix sort order Steffen Trumtrar
@ 2026-08-31 8:17 ` Steffen Trumtrar
2026-08-31 8:17 ` [PATCH v8 3/5] arm64: dts: imx8mp-skov-revc: convert to overlays Steffen Trumtrar
` (3 subsequent siblings)
5 siblings, 0 replies; 10+ messages in thread
From: Steffen Trumtrar @ 2026-08-31 8:17 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Frank Li,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, Shawn Guo
Cc: Steffen Trumtrar, Søren Andersen, devicetree, linux-kernel,
imx, linux-arm-kernel
Add a compatible for revC-based Skov boards with a touch panel.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 86876311ec59a..55d0b682a7305 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -1149,6 +1149,7 @@ properties:
- skov,imx8mp-skov-revc-bd500 # SKOV i.MX8MP climate control with LED frontplate
- skov,imx8mp-skov-revc-jutouch-jt101tm023 # SKOV i.MX8MP climate control with 10" JuTouch panel
- skov,imx8mp-skov-revc-tian-g07017 # SKOV i.MX8MP climate control with 7" panel
+ - skov,imx8mp-skov-revc-touch # SKOV i.MX8MP climate control revision C with touch panel
- ultratronik,imx8mp-ultra-mach-sbc # Ultratronik SBC i.MX8MP based board
- ysoft,imx8mp-iota2-lumpy # Y Soft i.MX8MP IOTA2 Lumpy Board
- const: fsl,imx8mp
--
2.51.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH v8 3/5] arm64: dts: imx8mp-skov-revc: convert to overlays
2026-08-31 8:17 [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant Steffen Trumtrar
2026-08-31 8:17 ` [PATCH v8 1/5] arm64: dts: freescale: imx8mp: skov: fix sort order Steffen Trumtrar
2026-08-31 8:17 ` [PATCH v8 2/5] dt-bindings: arm: fsl: add compatible for Skov i.MX8MP revC Touch Steffen Trumtrar
@ 2026-08-31 8:17 ` Steffen Trumtrar
2026-08-31 8:17 ` [PATCH v8 4/5] dt-bindings: arm: fsl: add compatible for new Skov i.MX8MP variant Steffen Trumtrar
` (2 subsequent siblings)
5 siblings, 0 replies; 10+ messages in thread
From: Steffen Trumtrar @ 2026-08-31 8:17 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Frank Li,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, Shawn Guo
Cc: Steffen Trumtrar, Søren Andersen, devicetree, linux-kernel,
imx, linux-arm-kernel
The i.MX8MP Skov RevC jutouch 10" and Tian 7" variants are pretty
similar, apart from the Display and touch controller.
Move the common bindings to imx8mp-skov-revc-touch.dts and convert both
variants to use overlays applied on this base version.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
arch/arm64/boot/dts/freescale/Makefile | 6 +++
...ts => imx8mp-skov-revc-jutouch-jt101tm023.dtso} | 46 ++++++----------------
...07017.dts => imx8mp-skov-revc-tian-g07017.dtso} | 44 ++++++---------------
.../boot/dts/freescale/imx8mp-skov-revc-touch.dts | 45 +++++++++++++++++++++
4 files changed, 76 insertions(+), 65 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
index b46f452f4b988..2caac104bec6e 100644
--- a/arch/arm64/boot/dts/freescale/Makefile
+++ b/arch/arm64/boot/dts/freescale/Makefile
@@ -434,8 +434,14 @@ dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revb-lt6.dtb
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-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-jt101tm023.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revc-tian-g07017.dtb
+
dtb-$(CONFIG_ARCH_MXC) += imx8mp-toradex-smarc-dev.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mp-tqma8mpql-mba8mpxl.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mp-tqma8mpql-mba8mp-ras314.dtb
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt101tm023.dts b/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt101tm023.dtso
similarity index 60%
rename from arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt101tm023.dts
rename to arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt101tm023.dtso
index 3e320d6dea3a2..b19912e6e0db0 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt101tm023.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt101tm023.dtso
@@ -1,12 +1,14 @@
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/dts-v1/;
+/plugin/;
-#include "imx8mp-skov-reva.dtsi"
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/interrupt-controller/irq.h>
-/ {
+&{/} {
model = "SKOV IMX8MP CPU revC - JuTouch JT101TM023";
- compatible = "skov,imx8mp-skov-revc-jutouch-jt101tm023", "fsl,imx8mp";
+ compatible = "skov,imx8mp-skov-revc-jutouch-jt101tm023", "skov,imx8mp-skov-revc-touch", "fsl,imx8mp";
panel {
compatible = "jutouch,jt101tm023";
@@ -21,13 +23,9 @@ in_lvds0: endpoint {
};
};
-&backlight {
- status = "okay";
-};
-
&i2c2 {
- clock-frequency = <100000>;
- status = "okay";
+ #address-cells = <1>;
+ #size-cells = <0>;
touchscreen@2a {
compatible = "eeti,exc81w32", "eeti,exc80h84";
@@ -42,38 +40,20 @@ touchscreen@2a {
};
};
-&lcdif2 {
- status = "okay";
-};
-
&lvds_bridge {
- assigned-clocks = <&clk IMX8MP_CLK_MEDIA_LDB>,
- <&clk IMX8MP_VIDEO_PLL1>;
- assigned-clock-parents = <&clk IMX8MP_VIDEO_PLL1_OUT>;
/* IMX8MP_VIDEO_PLL1 = IMX8MP_CLK_MEDIA_DISP2_PIX * 7 */
assigned-clock-rates = <0>, <506800000>;
- status = "okay";
ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
port@1 {
+ reg = <1>;
+
ldb_lvds_ch0: endpoint {
remote-endpoint = <&in_lvds0>;
};
};
- };
-};
-
-&pwm4 {
- status = "okay";
-};
-
-&pwm1 {
- status = "okay";
-};
-
-®_tft_vcom {
- regulator-min-microvolt = <3160000>;
- regulator-max-microvolt = <3160000>;
- voltage-table = <3160000 73>;
- status = "okay";
+ };
};
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-tian-g07017.dts b/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-tian-g07017.dtso
similarity index 61%
rename from arch/arm64/boot/dts/freescale/imx8mp-skov-revc-tian-g07017.dts
rename to arch/arm64/boot/dts/freescale/imx8mp-skov-revc-tian-g07017.dtso
index 9a562c011f2c2..13c83855cfd6d 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-tian-g07017.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-tian-g07017.dtso
@@ -1,12 +1,14 @@
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/dts-v1/;
+/plugin/;
-#include "imx8mp-skov-reva.dtsi"
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/interrupt-controller/irq.h>
-/ {
+&{/} {
model = "SKOV IMX8MP CPU revC - TIAN G07017";
- compatible = "skov,imx8mp-skov-revc-tian-g07017", "fsl,imx8mp";
+ compatible = "skov,imx8mp-skov-revc-tian-g07017", "skov,imx8mp-skov-revc-touch", "fsl,imx8mp";
panel {
compatible = "topland,tian-g07017-01";
@@ -21,13 +23,9 @@ in_lvds0: endpoint {
};
};
-&backlight {
- status = "okay";
-};
-
&i2c2 {
- clock-frequency = <100000>;
- status = "okay";
+ #address-cells = <1>;
+ #size-cells = <0>;
touchscreen@38 {
compatible = "edt,edt-ft5506";
@@ -44,38 +42,20 @@ touchscreen@38 {
};
};
-&lcdif2 {
- status = "okay";
-};
-
&lvds_bridge {
- assigned-clocks = <&clk IMX8MP_CLK_MEDIA_LDB>,
- <&clk IMX8MP_VIDEO_PLL1>;
- assigned-clock-parents = <&clk IMX8MP_VIDEO_PLL1_OUT>;
/* IMX8MP_VIDEO_PLL1 = IMX8MP_CLK_MEDIA_DISP2_PIX * 2 * 7 */
assigned-clock-rates = <0>, <358400000>;
- status = "okay";
ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
port@1 {
+ reg = <1>;
+
ldb_lvds_ch0: endpoint {
remote-endpoint = <&in_lvds0>;
};
};
};
};
-
-&pwm4 {
- status = "okay";
-};
-
-&pwm1 {
- status = "okay";
-};
-
-®_tft_vcom {
- regulator-min-microvolt = <3160000>;
- regulator-max-microvolt = <3160000>;
- voltage-table = <3160000 73>;
- status = "okay";
-};
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-touch.dts b/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-touch.dts
new file mode 100644
index 0000000000000..46be8c2e1619c
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-touch.dts
@@ -0,0 +1,45 @@
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
+
+/dts-v1/;
+
+#include "imx8mp-skov-reva.dtsi"
+
+/ {
+ model = "SKOV IMX8MP CPU revC";
+ compatible = "skov,imx8mp-skov-revc-touch", "fsl,imx8mp";
+};
+
+&backlight {
+ status = "okay";
+};
+
+&i2c2 {
+ clock-frequency = <100000>;
+ status = "okay";
+};
+
+&lcdif2 {
+ status = "okay";
+};
+
+&lvds_bridge {
+ assigned-clocks = <&clk IMX8MP_CLK_MEDIA_LDB>,
+ <&clk IMX8MP_VIDEO_PLL1>;
+ assigned-clock-parents = <&clk IMX8MP_VIDEO_PLL1_OUT>;
+ status = "okay";
+};
+
+&pwm4 {
+ status = "okay";
+};
+
+&pwm1 {
+ status = "okay";
+};
+
+®_tft_vcom {
+ regulator-min-microvolt = <3160000>;
+ regulator-max-microvolt = <3160000>;
+ voltage-table = <3160000 73>;
+ status = "okay";
+};
--
2.51.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH v8 4/5] dt-bindings: arm: fsl: add compatible for new Skov i.MX8MP variant
2026-08-31 8:17 [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant Steffen Trumtrar
` (2 preceding siblings ...)
2026-08-31 8:17 ` [PATCH v8 3/5] arm64: dts: imx8mp-skov-revc: convert to overlays Steffen Trumtrar
@ 2026-08-31 8:17 ` Steffen Trumtrar
2026-09-01 8:44 ` Krzysztof Kozlowski
2026-08-31 8:17 ` [PATCH v8 5/5] arm64: dts: imx8mp-skov: support new 7inch panel board Steffen Trumtrar
2026-08-31 18:22 ` [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant Rob Herring
5 siblings, 1 reply; 10+ messages in thread
From: Steffen Trumtrar @ 2026-08-31 8:17 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Frank Li,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, Shawn Guo
Cc: Steffen Trumtrar, Søren Andersen, devicetree, linux-kernel,
imx, linux-arm-kernel, Conor Dooley
In preparation for adding a new device tree variant with a different 7"
panel, describe the DT compatible in the binding.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 55d0b682a7305..aaa9d18a241f8 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -1147,6 +1147,7 @@ properties:
- skov,imx8mp-skov-revb-mi1010ait-1cp1 # SKOV i.MX8MP climate control with 10.1" panel
- skov,imx8mp-skov-revc-hdmi # SKOV i.MX8MP climate control without panel
- skov,imx8mp-skov-revc-bd500 # SKOV i.MX8MP climate control with LED frontplate
+ - skov,imx8mp-skov-revc-jutouch-jt070tm041 # SKOV i.MX8MP climate control with 7" JuTouch panel
- skov,imx8mp-skov-revc-jutouch-jt101tm023 # SKOV i.MX8MP climate control with 10" JuTouch panel
- skov,imx8mp-skov-revc-tian-g07017 # SKOV i.MX8MP climate control with 7" panel
- skov,imx8mp-skov-revc-touch # SKOV i.MX8MP climate control revision C with touch panel
--
2.51.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH v8 5/5] arm64: dts: imx8mp-skov: support new 7inch panel board
2026-08-31 8:17 [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant Steffen Trumtrar
` (3 preceding siblings ...)
2026-08-31 8:17 ` [PATCH v8 4/5] dt-bindings: arm: fsl: add compatible for new Skov i.MX8MP variant Steffen Trumtrar
@ 2026-08-31 8:17 ` Steffen Trumtrar
2026-08-31 18:22 ` [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant Rob Herring
5 siblings, 0 replies; 10+ messages in thread
From: Steffen Trumtrar @ 2026-08-31 8:17 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Frank Li,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, Shawn Guo
Cc: Steffen Trumtrar, Søren Andersen, devicetree, linux-kernel,
imx, linux-arm-kernel
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 <s.trumtrar@pengutronix.de>
---
arch/arm64/boot/dts/freescale/Makefile | 3 ++
.../imx8mp-skov-revc-jutouch-jt070tm041.dtso | 58 ++++++++++++++++++++++
2 files changed, 61 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..f36985aaf2599
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt070tm041.dtso
@@ -0,0 +1,58 @@
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
+
+/dts-v1/;
+/plugin/;
+
+#include <dt-bindings/interrupt-controller/irq.h>
+#include <dt-bindings/gpio/gpio.h>
+
+&{/} {
+ model = "SKOV IMX8MP CPU revC - JuTouch JT070TM041";
+ compatible = "skov,imx8mp-skov-revc-jutouch-jt070tm041", "skov,imx8mp-skov-revc-touch", "fsl,imx8mp";
+ panel {
+ compatible = "jutouch,jt070tm041";
+ backlight = <&backlight>;
+ power-supply = <®_tft_vcom>;
+
+ port {
+ in_lvds0: endpoint {
+ remote-endpoint = <&ldb_lvds_ch0>;
+ };
+ };
+ };
+};
+
+&i2c2 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ touchscreen@2a {
+ compatible = "eeti,exc81w32", "eeti,exc80h84";
+ reg = <0x2a>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_touchscreen>;
+ interrupts-extended = <&gpio4 28 IRQ_TYPE_LEVEL_LOW>;
+ reset-gpios = <&gpio4 29 GPIO_ACTIVE_LOW>;
+ touchscreen-size-x = <1024>;
+ touchscreen-size-y = <600>;
+ vdd-supply = <®_vdd_3v3>;
+ };
+};
+
+&lvds_bridge {
+ /* IMX8MP_VIDEO_PLL1 = IMX8MP_CLK_MEDIA_DISP2_PIX * 7 */
+ assigned-clock-rates = <0>, <358400000>;
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@1 {
+ reg = <1>;
+
+ ldb_lvds_ch0: endpoint {
+ remote-endpoint = <&in_lvds0>;
+ };
+ };
+ };
+};
--
2.51.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant
2026-08-31 8:17 [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant Steffen Trumtrar
` (4 preceding siblings ...)
2026-08-31 8:17 ` [PATCH v8 5/5] arm64: dts: imx8mp-skov: support new 7inch panel board Steffen Trumtrar
@ 2026-08-31 18:22 ` Rob Herring
2026-09-01 7:55 ` Steffen Trumtrar
5 siblings, 1 reply; 10+ messages in thread
From: Rob Herring @ 2026-08-31 18:22 UTC (permalink / raw)
To: Steffen Trumtrar
Cc: Krzysztof Kozlowski, Conor Dooley, Frank Li, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, Shawn Guo,
Søren Andersen, devicetree, linux-kernel, imx,
linux-arm-kernel, Conor Dooley
On Mon, Aug 31, 2026 at 10:17:37AM +0200, Steffen Trumtrar wrote:
> Add a new board variant for the Skov i.MX8MP based family of boards.
>
> This variant uses a different 7" panel than the existing ones.
The sashiko issue needs to be addressed.
Rob
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant
2026-08-31 18:22 ` [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant Rob Herring
@ 2026-09-01 7:55 ` Steffen Trumtrar
2026-09-01 14:04 ` Rob Herring
0 siblings, 1 reply; 10+ messages in thread
From: Steffen Trumtrar @ 2026-09-01 7:55 UTC (permalink / raw)
To: Rob Herring
Cc: Krzysztof Kozlowski, Conor Dooley, Frank Li, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, Shawn Guo,
Søren Andersen, devicetree, linux-kernel, imx,
linux-arm-kernel, Conor Dooley
On 2026-08-31 at 13:22 -05, Rob Herring <robh@kernel.org> wrote:
> On Mon, Aug 31, 2026 at 10:17:37AM +0200, Steffen Trumtrar wrote:
> > Add a new board variant for the Skov i.MX8MP based family of boards.
> >
> > This variant uses a different 7" panel than the existing ones.
>
> The sashiko issue needs to be addressed.
I'm not 100% sure what would be the correct solution for this case.
Would it be valid when the *.dtso just drop the "skov,imx8mp-skov-revc-touch"?
The generic compatible is not really needed, but the base DTS wouldn't have a compatible otherwise.
Or do I have to change the binding, so that 3 entries are valid for the skov,imx8mp-skov-recv-* and keep the hierarchy (although unused)?
Thanks,
Steffen
--
Pengutronix e.K. | Dipl.-Inform. Steffen Trumtrar |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686| Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v8 4/5] dt-bindings: arm: fsl: add compatible for new Skov i.MX8MP variant
2026-08-31 8:17 ` [PATCH v8 4/5] dt-bindings: arm: fsl: add compatible for new Skov i.MX8MP variant Steffen Trumtrar
@ 2026-09-01 8:44 ` Krzysztof Kozlowski
0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2026-09-01 8:44 UTC (permalink / raw)
To: Steffen Trumtrar
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Frank Li,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, Shawn Guo,
Søren Andersen, devicetree, linux-kernel, imx,
linux-arm-kernel, Conor Dooley
On Mon, Aug 31, 2026 at 10:17:41AM +0200, Steffen Trumtrar wrote:
> In preparation for adding a new device tree variant with a different 7"
> panel, describe the DT compatible in the binding.
>
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> ---
> Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
> 1 file changed, 1 insertion(+)
Just squash these two patches. Adding compatible per patch is just
churn.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant
2026-09-01 7:55 ` Steffen Trumtrar
@ 2026-09-01 14:04 ` Rob Herring
0 siblings, 0 replies; 10+ messages in thread
From: Rob Herring @ 2026-09-01 14:04 UTC (permalink / raw)
To: Steffen Trumtrar
Cc: Krzysztof Kozlowski, Conor Dooley, Frank Li, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, Shawn Guo,
Søren Andersen, devicetree, linux-kernel, imx,
linux-arm-kernel, Conor Dooley
On Tue, Sep 01, 2026 at 09:55:47AM +0200, Steffen Trumtrar wrote:
> On 2026-08-31 at 13:22 -05, Rob Herring <robh@kernel.org> wrote:
>
> > On Mon, Aug 31, 2026 at 10:17:37AM +0200, Steffen Trumtrar wrote:
> > > Add a new board variant for the Skov i.MX8MP based family of boards.
> > > > This variant uses a different 7" panel than the existing ones.
> >
> > The sashiko issue needs to be addressed.
>
> I'm not 100% sure what would be the correct solution for this case.
>
> Would it be valid when the *.dtso just drop the "skov,imx8mp-skov-revc-touch"?
> The generic compatible is not really needed, but the base DTS wouldn't have a compatible otherwise.
>
> Or do I have to change the binding, so that 3 entries are valid for the skov,imx8mp-skov-recv-* and keep the hierarchy (although unused)?
You have to pass schema validation on the base DT and base+overlay(s)
DT.
Rob
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2026-09-01 14:04 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-31 8:17 [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant Steffen Trumtrar
2026-08-31 8:17 ` [PATCH v8 1/5] arm64: dts: freescale: imx8mp: skov: fix sort order Steffen Trumtrar
2026-08-31 8:17 ` [PATCH v8 2/5] dt-bindings: arm: fsl: add compatible for Skov i.MX8MP revC Touch Steffen Trumtrar
2026-08-31 8:17 ` [PATCH v8 3/5] arm64: dts: imx8mp-skov-revc: convert to overlays Steffen Trumtrar
2026-08-31 8:17 ` [PATCH v8 4/5] dt-bindings: arm: fsl: add compatible for new Skov i.MX8MP variant Steffen Trumtrar
2026-09-01 8:44 ` Krzysztof Kozlowski
2026-08-31 8:17 ` [PATCH v8 5/5] arm64: dts: imx8mp-skov: support new 7inch panel board Steffen Trumtrar
2026-08-31 18:22 ` [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant Rob Herring
2026-09-01 7:55 ` Steffen Trumtrar
2026-09-01 14:04 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox