devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant
@ 2025-08-21  7:55 Steffen Trumtrar
  2025-08-21  7:55 ` [PATCH 1/5] dt-bindings: vendor-prefixes: Add JuTouch Technology Co, Ltd Steffen Trumtrar
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Steffen Trumtrar @ 2025-08-21  7:55 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Neil Armstrong,
	Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Thierry Reding,
	Sam Ravnborg, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam
  Cc: devicetree, linux-kernel, dri-devel, imx, linux-arm-kernel,
	Steffen Trumtrar

Add a new board variant for the Skov i.MX8MP based family of boards.

This variant uses a different 10" panel than the existing ones.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
Steffen Trumtrar (5):
      dt-bindings: vendor-prefixes: Add JuTouch Technology Co, Ltd
      dt-bindings: display: simple: Add JuTouch JT101TM023 panel
      drm/panel: simple: add JuTouch JT101TM023
      dt-bindings: arm: fsl: add compatible for Skov i.MX8MP variant
      arm64: dts: imx8mp-skov: support new 10" panel board

 Documentation/devicetree/bindings/arm/fsl.yaml     |  1 +
 .../bindings/display/panel/panel-simple.yaml       |  2 +
 .../devicetree/bindings/vendor-prefixes.yaml       |  2 +
 arch/arm64/boot/dts/freescale/Makefile             |  1 +
 .../imx8mp-skov-revc-jutouch-jt101tm023.dts        | 79 ++++++++++++++++++++++
 drivers/gpu/drm/panel/panel-simple.c               | 35 ++++++++++
 6 files changed, 120 insertions(+)
---
base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
change-id: 20250821-v6-17-topic-imx8mp-skov-dts-jutouch-10inch-9ef9faa75514

Best regards,
-- 
Steffen Trumtrar <s.trumtrar@pengutronix.de>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 1/5] dt-bindings: vendor-prefixes: Add JuTouch Technology Co, Ltd
  2025-08-21  7:55 [PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant Steffen Trumtrar
@ 2025-08-21  7:55 ` Steffen Trumtrar
  2025-08-22 16:25   ` Rob Herring (Arm)
  2025-08-21  7:55 ` [PATCH 2/5] dt-bindings: display: simple: Add JuTouch JT101TM023 panel Steffen Trumtrar
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Steffen Trumtrar @ 2025-08-21  7:55 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Neil Armstrong,
	Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Thierry Reding,
	Sam Ravnborg, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam
  Cc: devicetree, linux-kernel, dri-devel, imx, linux-arm-kernel,
	Steffen Trumtrar

JuTouch is a chinese touch screen supplier dedicated to manufacturing
high-end touch display products for the global industrial market.
(www.jutouch.com)

Add a vendor prefix for it.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 77160cd47f54079a39f35b570d69f7c4c2274724..074e2ce9025dfa5ff76f7df3a743c2dd2f9ccd93 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -799,6 +799,8 @@ patternProperties:
     description: JOZ BV
   "^jty,.*":
     description: JTY
+  "^jutouch,.*":
+    description: JuTouch Technology Co., Ltd.
   "^kam,.*":
     description: Kamstrup A/S
   "^karo,.*":

-- 
2.49.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/5] dt-bindings: display: simple: Add JuTouch JT101TM023 panel
  2025-08-21  7:55 [PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant Steffen Trumtrar
  2025-08-21  7:55 ` [PATCH 1/5] dt-bindings: vendor-prefixes: Add JuTouch Technology Co, Ltd Steffen Trumtrar
@ 2025-08-21  7:55 ` Steffen Trumtrar
  2025-08-22 16:25   ` Rob Herring (Arm)
  2025-08-21  7:55 ` [PATCH 3/5] drm/panel: simple: add JuTouch JT101TM023 Steffen Trumtrar
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Steffen Trumtrar @ 2025-08-21  7:55 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Neil Armstrong,
	Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Thierry Reding,
	Sam Ravnborg, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam
  Cc: devicetree, linux-kernel, dri-devel, imx, linux-arm-kernel,
	Steffen Trumtrar

Add the JuTouch Technology Co. 10" JT101TM023 LVDS panel.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 Documentation/devicetree/bindings/display/panel/panel-simple.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
index 1ac1f02190790cbff00c9f977d5c1a4420ed9f27..8107dc60e19695d56cd7302e7af7c808575df491 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
@@ -182,6 +182,8 @@ properties:
       - innolux,n156bge-l21
         # Innolux Corporation 7.0" WSVGA (1024x600) TFT LCD panel
       - innolux,zj070na-01p
+        # JuTouch Technology Co.. 10" JT101TM023 WXGA (1280 x 800) LVDS panel
+      - jutouch,jt101tm023
         # Kaohsiung Opto-Electronics Inc. 5.7" QVGA (320 x 240) TFT LCD panel
       - koe,tx14d24vm1bpa
         # Kaohsiung Opto-Electronics. TX31D200VM0BAA 12.3" HSXGA LVDS panel

-- 
2.49.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 3/5] drm/panel: simple: add JuTouch JT101TM023
  2025-08-21  7:55 [PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant Steffen Trumtrar
  2025-08-21  7:55 ` [PATCH 1/5] dt-bindings: vendor-prefixes: Add JuTouch Technology Co, Ltd Steffen Trumtrar
  2025-08-21  7:55 ` [PATCH 2/5] dt-bindings: display: simple: Add JuTouch JT101TM023 panel Steffen Trumtrar
@ 2025-08-21  7:55 ` Steffen Trumtrar
  2025-08-22 18:32   ` Dmitry Baryshkov
  2025-08-21  7:55 ` [PATCH 4/5] dt-bindings: arm: fsl: add compatible for Skov i.MX8MP variant Steffen Trumtrar
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Steffen Trumtrar @ 2025-08-21  7:55 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Neil Armstrong,
	Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Thierry Reding,
	Sam Ravnborg, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam
  Cc: devicetree, linux-kernel, dri-devel, imx, linux-arm-kernel,
	Steffen Trumtrar

Add JuTouch Technology JT101TM023 10" 1280x800 LVDS panel support.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 drivers/gpu/drm/panel/panel-simple.c | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 3333d4a0750468b058155bcdddc694a521d342d6..3bb52a557a193a3687bc5125ab055ad6ff065d49 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -2889,6 +2889,38 @@ static const struct panel_desc innolux_zj070na_01p = {
 	},
 };
 
+static const struct display_timing jutouch_jt101tm023_timing = {
+	.pixelclock = { 66300000, 72400000, 78900000 },
+	.hactive = { 1280, 1280, 1280 },
+	.hfront_porch = { 12, 72, 132 },
+	.hback_porch = { 88, 88, 88 },
+	.hsync_len = { 10, 10, 48 },
+	.vactive = { 800, 800, 800 },
+	.vfront_porch = { 1, 15, 49 },
+	.vback_porch = { 23, 23, 23 },
+	.vsync_len = { 5, 6, 13 },
+	.flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW |
+		 DISPLAY_FLAGS_DE_HIGH,
+};
+
+static const struct panel_desc jutouch_jt101tm023 = {
+	.timings = &jutouch_jt101tm023_timing,
+	.num_timings = 1,
+	.bpc = 8,
+	.size = {
+		.width = 217,
+		.height = 136,
+	},
+	.delay = {
+		.enable = 50,
+		.disable = 50,
+	},
+	.bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
+	.bus_flags = DRM_BUS_FLAG_DE_HIGH,
+	.connector_type = DRM_MODE_CONNECTOR_LVDS,
+};
+
+
 static const struct display_timing koe_tx14d24vm1bpa_timing = {
 	.pixelclock = { 5580000, 5850000, 6200000 },
 	.hactive = { 320, 320, 320 },
@@ -5185,6 +5217,9 @@ static const struct of_device_id platform_of_match[] = {
 	}, {
 		.compatible = "innolux,zj070na-01p",
 		.data = &innolux_zj070na_01p,
+	}, {
+		.compatible = "jutouch,jt101tm023",
+		.data = &jutouch_jt101tm023,
 	}, {
 		.compatible = "koe,tx14d24vm1bpa",
 		.data = &koe_tx14d24vm1bpa,

-- 
2.49.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 4/5] dt-bindings: arm: fsl: add compatible for Skov i.MX8MP variant
  2025-08-21  7:55 [PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant Steffen Trumtrar
                   ` (2 preceding siblings ...)
  2025-08-21  7:55 ` [PATCH 3/5] drm/panel: simple: add JuTouch JT101TM023 Steffen Trumtrar
@ 2025-08-21  7:55 ` Steffen Trumtrar
  2025-08-22 16:26   ` Rob Herring (Arm)
  2025-08-21  7:55 ` [PATCH 5/5] arm64: dts: imx8mp-skov: support new 10" panel board Steffen Trumtrar
  2025-08-21 17:19 ` [PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant Rob Herring (Arm)
  5 siblings, 1 reply; 11+ messages in thread
From: Steffen Trumtrar @ 2025-08-21  7:55 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Neil Armstrong,
	Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Thierry Reding,
	Sam Ravnborg, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam
  Cc: devicetree, linux-kernel, dri-devel, imx, linux-arm-kernel,
	Steffen Trumtrar

In preparation for adding a new device tree variant with a different
panel, describe the DT compatible in the binding.

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 a3e9f9e0735a8808721ebba713f14818ee49172a..95078d1a70b07e9c0d298f18ce4eaba3aebd4591 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -1111,6 +1111,7 @@ properties:
               - skov,imx8mp-skov-revb-lt6 # SKOV i.MX8MP climate control with 7” panel
               - skov,imx8mp-skov-revb-mi1010ait-1cp1 # SKOV i.MX8MP climate control with 10.1" panel
               - 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
               - ysoft,imx8mp-iota2-lumpy  # Y Soft i.MX8MP IOTA2 Lumpy Board
           - const: fsl,imx8mp

-- 
2.49.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 5/5] arm64: dts: imx8mp-skov: support new 10" panel board
  2025-08-21  7:55 [PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant Steffen Trumtrar
                   ` (3 preceding siblings ...)
  2025-08-21  7:55 ` [PATCH 4/5] dt-bindings: arm: fsl: add compatible for Skov i.MX8MP variant Steffen Trumtrar
@ 2025-08-21  7:55 ` Steffen Trumtrar
  2025-08-21 17:19 ` [PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant Rob Herring (Arm)
  5 siblings, 0 replies; 11+ messages in thread
From: Steffen Trumtrar @ 2025-08-21  7:55 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Neil Armstrong,
	Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Thierry Reding,
	Sam Ravnborg, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam
  Cc: devicetree, linux-kernel, dri-devel, imx, linux-arm-kernel,
	Steffen Trumtrar

This board is similar to the already upstream
imx8mp-skov-recv-tian-g07017.dts but uses a different 10" panel with a
different touch controller.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 arch/arm64/boot/dts/freescale/Makefile             |  1 +
 .../imx8mp-skov-revc-jutouch-jt101tm023.dts        | 79 ++++++++++++++++++++++
 2 files changed, 80 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/Makefile b/arch/arm64/boot/dts/freescale/Makefile
index 23535ed47631ca8f9db65bec5c07b6a7a7e36525..b0f98d60553d968820db45c06418ac671753df4b 100644
--- a/arch/arm64/boot/dts/freescale/Makefile
+++ b/arch/arm64/boot/dts/freescale/Makefile
@@ -226,6 +226,7 @@ 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-tian-g07017.dtb
+dtb-$(CONFIG_ARCH_MXC) += imx8mp-skov-revc-jutouch-jt101tm023.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.dts
new file mode 100644
index 0000000000000000000000000000000000000000..676c604fb4e5093af48f4de62a890700095ccf01
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt101tm023.dts
@@ -0,0 +1,79 @@
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
+
+/dts-v1/;
+
+#include "imx8mp-skov-reva.dtsi"
+
+/ {
+	model = "SKOV IMX8MP CPU revC - JuTouch JT101TM023";
+	compatible = "skov,imx8mp-skov-revc-jutouch-jt101tm023", "fsl,imx8mp";
+
+	panel {
+		compatible = "jutouch,jt101tm023";
+		backlight = <&backlight>;
+		power-supply = <&reg_tft_vcom>;
+
+		port {
+			in_lvds0: endpoint {
+				remote-endpoint = <&ldb_lvds_ch0>;
+			};
+		};
+	};
+};
+
+&backlight {
+	status = "okay";
+};
+
+&i2c2 {
+	clock-frequency = <100000>;
+	status = "okay";
+
+	touchscreen@2a {
+		compatible = "eeti,exc81w32";
+		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 = <1280>;
+		touchscreen-size-y = <800>;
+		vdd-supply = <&reg_vdd_3v3>;
+	};
+};
+
+&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 {
+		port@1 {
+			ldb_lvds_ch0: endpoint {
+				remote-endpoint = <&in_lvds0>;
+			};
+		};
+	};
+};
+
+&pwm4 {
+	status = "okay";
+};
+
+&pwm1 {
+	status = "okay";
+};
+
+&reg_tft_vcom {
+	regulator-min-microvolt = <3160000>;
+	regulator-max-microvolt = <3160000>;
+	voltage-table = <3160000 73>;
+	status = "okay";
+};

-- 
2.49.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant
  2025-08-21  7:55 [PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant Steffen Trumtrar
                   ` (4 preceding siblings ...)
  2025-08-21  7:55 ` [PATCH 5/5] arm64: dts: imx8mp-skov: support new 10" panel board Steffen Trumtrar
@ 2025-08-21 17:19 ` Rob Herring (Arm)
  5 siblings, 0 replies; 11+ messages in thread
From: Rob Herring (Arm) @ 2025-08-21 17:19 UTC (permalink / raw)
  To: Steffen Trumtrar
  Cc: Maarten Lankhorst, linux-kernel, Neil Armstrong,
	Krzysztof Kozlowski, devicetree, Thomas Zimmermann, Shawn Guo,
	imx, David Airlie, Sascha Hauer, Maxime Ripard, dri-devel,
	Simona Vetter, Sam Ravnborg, linux-arm-kernel, Thierry Reding,
	Conor Dooley, Pengutronix Kernel Team, Jessica Zhang,
	Fabio Estevam


On Thu, 21 Aug 2025 09:55:27 +0200, Steffen Trumtrar wrote:
> Add a new board variant for the Skov i.MX8MP based family of boards.
> 
> This variant uses a different 10" panel than the existing ones.
> 
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> ---
> Steffen Trumtrar (5):
>       dt-bindings: vendor-prefixes: Add JuTouch Technology Co, Ltd
>       dt-bindings: display: simple: Add JuTouch JT101TM023 panel
>       drm/panel: simple: add JuTouch JT101TM023
>       dt-bindings: arm: fsl: add compatible for Skov i.MX8MP variant
>       arm64: dts: imx8mp-skov: support new 10" panel board
> 
>  Documentation/devicetree/bindings/arm/fsl.yaml     |  1 +
>  .../bindings/display/panel/panel-simple.yaml       |  2 +
>  .../devicetree/bindings/vendor-prefixes.yaml       |  2 +
>  arch/arm64/boot/dts/freescale/Makefile             |  1 +
>  .../imx8mp-skov-revc-jutouch-jt101tm023.dts        | 79 ++++++++++++++++++++++
>  drivers/gpu/drm/panel/panel-simple.c               | 35 ++++++++++
>  6 files changed, 120 insertions(+)
> ---
> base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
> change-id: 20250821-v6-17-topic-imx8mp-skov-dts-jutouch-10inch-9ef9faa75514
> 
> Best regards,
> --
> Steffen Trumtrar <s.trumtrar@pengutronix.de>
> 
> 
> 


My bot found new DTB warnings on the .dts files added or changed in this
series.

Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.

If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:

  pip3 install dtschema --upgrade


This patch series was applied (using b4) to base:
 Base: using specified base-commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585

If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)

New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/freescale/' for 20250821-v6-17-topic-imx8mp-skov-dts-jutouch-10inch-v1-0-b492ef807d12@pengutronix.de:

arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt101tm023.dtb: touchscreen@2a (eeti,exc81w32): compatible: 'oneOf' conditional failed, one must be fixed:
	['eeti,exc81w32'] is too short
	'eeti,exc3000' was expected
	'eeti,exc80h60' was expected
	'eeti,exc80h84' was expected
	from schema $id: http://devicetree.org/schemas/input/touchscreen/eeti,exc3000.yaml#






^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 1/5] dt-bindings: vendor-prefixes: Add JuTouch Technology Co, Ltd
  2025-08-21  7:55 ` [PATCH 1/5] dt-bindings: vendor-prefixes: Add JuTouch Technology Co, Ltd Steffen Trumtrar
@ 2025-08-22 16:25   ` Rob Herring (Arm)
  0 siblings, 0 replies; 11+ messages in thread
From: Rob Herring (Arm) @ 2025-08-22 16:25 UTC (permalink / raw)
  To: Steffen Trumtrar
  Cc: Maxime Ripard, Neil Armstrong, Fabio Estevam, linux-kernel,
	Sam Ravnborg, Shawn Guo, Conor Dooley, David Airlie,
	Jessica Zhang, Thomas Zimmermann, Thierry Reding,
	Maarten Lankhorst, Simona Vetter, linux-arm-kernel,
	Krzysztof Kozlowski, Sascha Hauer, imx, devicetree, dri-devel,
	Pengutronix Kernel Team


On Thu, 21 Aug 2025 09:55:28 +0200, Steffen Trumtrar wrote:
> JuTouch is a chinese touch screen supplier dedicated to manufacturing
> high-end touch display products for the global industrial market.
> (www.jutouch.com)
> 
> Add a vendor prefix for it.
> 
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/5] dt-bindings: display: simple: Add JuTouch JT101TM023 panel
  2025-08-21  7:55 ` [PATCH 2/5] dt-bindings: display: simple: Add JuTouch JT101TM023 panel Steffen Trumtrar
@ 2025-08-22 16:25   ` Rob Herring (Arm)
  0 siblings, 0 replies; 11+ messages in thread
From: Rob Herring (Arm) @ 2025-08-22 16:25 UTC (permalink / raw)
  To: Steffen Trumtrar
  Cc: Maarten Lankhorst, David Airlie, Thierry Reding, Shawn Guo,
	Sascha Hauer, Jessica Zhang, dri-devel, Pengutronix Kernel Team,
	Sam Ravnborg, Neil Armstrong, imx, Maxime Ripard, Fabio Estevam,
	Simona Vetter, devicetree, Conor Dooley, linux-kernel,
	Krzysztof Kozlowski, Thomas Zimmermann, linux-arm-kernel


On Thu, 21 Aug 2025 09:55:29 +0200, Steffen Trumtrar wrote:
> Add the JuTouch Technology Co. 10" JT101TM023 LVDS panel.
> 
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> ---
>  Documentation/devicetree/bindings/display/panel/panel-simple.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 4/5] dt-bindings: arm: fsl: add compatible for Skov i.MX8MP variant
  2025-08-21  7:55 ` [PATCH 4/5] dt-bindings: arm: fsl: add compatible for Skov i.MX8MP variant Steffen Trumtrar
@ 2025-08-22 16:26   ` Rob Herring (Arm)
  0 siblings, 0 replies; 11+ messages in thread
From: Rob Herring (Arm) @ 2025-08-22 16:26 UTC (permalink / raw)
  To: Steffen Trumtrar
  Cc: devicetree, Maarten Lankhorst, linux-arm-kernel, Simona Vetter,
	Fabio Estevam, Maxime Ripard, Jessica Zhang, David Airlie,
	Shawn Guo, Sam Ravnborg, Sascha Hauer, Krzysztof Kozlowski, imx,
	Conor Dooley, Neil Armstrong, Pengutronix Kernel Team,
	Thomas Zimmermann, dri-devel, linux-kernel, Thierry Reding


On Thu, 21 Aug 2025 09:55:31 +0200, Steffen Trumtrar wrote:
> In preparation for adding a new device tree variant with a different
> panel, describe the DT compatible in the binding.
> 
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 3/5] drm/panel: simple: add JuTouch JT101TM023
  2025-08-21  7:55 ` [PATCH 3/5] drm/panel: simple: add JuTouch JT101TM023 Steffen Trumtrar
@ 2025-08-22 18:32   ` Dmitry Baryshkov
  0 siblings, 0 replies; 11+ messages in thread
From: Dmitry Baryshkov @ 2025-08-22 18:32 UTC (permalink / raw)
  To: Steffen Trumtrar
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Neil Armstrong,
	Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Thierry Reding,
	Sam Ravnborg, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, devicetree, linux-kernel, dri-devel, imx,
	linux-arm-kernel

On Thu, Aug 21, 2025 at 09:55:30AM +0200, Steffen Trumtrar wrote:
> Add JuTouch Technology JT101TM023 10" 1280x800 LVDS panel support.
> 
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> ---
>  drivers/gpu/drm/panel/panel-simple.c | 35 +++++++++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-08-22 18:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21  7:55 [PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant Steffen Trumtrar
2025-08-21  7:55 ` [PATCH 1/5] dt-bindings: vendor-prefixes: Add JuTouch Technology Co, Ltd Steffen Trumtrar
2025-08-22 16:25   ` Rob Herring (Arm)
2025-08-21  7:55 ` [PATCH 2/5] dt-bindings: display: simple: Add JuTouch JT101TM023 panel Steffen Trumtrar
2025-08-22 16:25   ` Rob Herring (Arm)
2025-08-21  7:55 ` [PATCH 3/5] drm/panel: simple: add JuTouch JT101TM023 Steffen Trumtrar
2025-08-22 18:32   ` Dmitry Baryshkov
2025-08-21  7:55 ` [PATCH 4/5] dt-bindings: arm: fsl: add compatible for Skov i.MX8MP variant Steffen Trumtrar
2025-08-22 16:26   ` Rob Herring (Arm)
2025-08-21  7:55 ` [PATCH 5/5] arm64: dts: imx8mp-skov: support new 10" panel board Steffen Trumtrar
2025-08-21 17:19 ` [PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant Rob Herring (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).