All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: rockchip: add Hynitron cst340 for Anbernic 353 series
@ 2022-11-26  1:14 ` Chris Morgan
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Morgan @ 2022-11-26  1:14 UTC (permalink / raw)
  To: devicetree
  Cc: linux-rockchip, heiko, krzysztof.kozlowski+dt, robh+dt, Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

Add support for the Hynitron cst340 touchscreen driver to the Anbernic
RG353P and RG353V devices. Note the RG353VS device does not have a
touchscreen.

https://lore.kernel.org/linux-input/Y1y9e9sgE%2FDck9fB@google.com/

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
---
 .../dts/rockchip/rk3566-anbernic-rg353p.dts   | 20 +++++++++++++++++++
 .../dts/rockchip/rk3566-anbernic-rg353v.dts   | 13 ++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
index 63cff402f3a8..06222dead921 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
@@ -95,6 +95,19 @@ &i2c2 {
 	pintctrl-names = "default";
 	pinctrl-0 = <&i2c2m1_xfer>;
 	status = "okay";
+
+	touch@1a {
+		compatible = "hynitron,cst340";
+		reg = <0x1a>;
+		interrupt-parent = <&gpio4>;
+		interrupts = <RK_PB1 IRQ_TYPE_EDGE_FALLING>;
+		pinctrl-0 = <&touch_rst>;
+		pinctrl-names = "default";
+		reset-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_LOW>;
+		touchscreen-size-x = <640>;
+		touchscreen-size-y = <480>;
+		status = "okay";
+	};
 };
 
 &pinctrl {
@@ -104,6 +117,13 @@ spk_amp_enable_h: spk-amp-enable-h {
 				<4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>;
 		};
 	};
+
+	touch {
+		touch_rst: touch-rst {
+			rockchip,pins =
+				<4 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>;
+		};
+	};
 };
 
 &rk817 {
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
index 885234a023e1..dc3fc67f5853 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
@@ -82,6 +82,19 @@ &i2c2 {
 	pintctrl-names = "default";
 	pinctrl-0 = <&i2c2m1_xfer>;
 	status = "okay";
+
+	touch@1a {
+		compatible = "hynitron,cst340";
+		reg = <0x1a>;
+		interrupt-parent = <&gpio4>;
+		interrupts = <RK_PB1 IRQ_TYPE_EDGE_FALLING>;
+		pinctrl-0 = <&touch_rst>;
+		pinctrl-names = "default";
+		reset-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_LOW>;
+		touchscreen-size-x = <640>;
+		touchscreen-size-y = <480>;
+		status = "okay";
+	};
 };
 
 &pinctrl {
-- 
2.25.1


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

* [PATCH] arm64: dts: rockchip: add Hynitron cst340 for Anbernic 353 series
@ 2022-11-26  1:14 ` Chris Morgan
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Morgan @ 2022-11-26  1:14 UTC (permalink / raw)
  To: devicetree
  Cc: linux-rockchip, heiko, krzysztof.kozlowski+dt, robh+dt, Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

Add support for the Hynitron cst340 touchscreen driver to the Anbernic
RG353P and RG353V devices. Note the RG353VS device does not have a
touchscreen.

https://lore.kernel.org/linux-input/Y1y9e9sgE%2FDck9fB@google.com/

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
---
 .../dts/rockchip/rk3566-anbernic-rg353p.dts   | 20 +++++++++++++++++++
 .../dts/rockchip/rk3566-anbernic-rg353v.dts   | 13 ++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
index 63cff402f3a8..06222dead921 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
@@ -95,6 +95,19 @@ &i2c2 {
 	pintctrl-names = "default";
 	pinctrl-0 = <&i2c2m1_xfer>;
 	status = "okay";
+
+	touch@1a {
+		compatible = "hynitron,cst340";
+		reg = <0x1a>;
+		interrupt-parent = <&gpio4>;
+		interrupts = <RK_PB1 IRQ_TYPE_EDGE_FALLING>;
+		pinctrl-0 = <&touch_rst>;
+		pinctrl-names = "default";
+		reset-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_LOW>;
+		touchscreen-size-x = <640>;
+		touchscreen-size-y = <480>;
+		status = "okay";
+	};
 };
 
 &pinctrl {
@@ -104,6 +117,13 @@ spk_amp_enable_h: spk-amp-enable-h {
 				<4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>;
 		};
 	};
+
+	touch {
+		touch_rst: touch-rst {
+			rockchip,pins =
+				<4 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>;
+		};
+	};
 };
 
 &rk817 {
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
index 885234a023e1..dc3fc67f5853 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
@@ -82,6 +82,19 @@ &i2c2 {
 	pintctrl-names = "default";
 	pinctrl-0 = <&i2c2m1_xfer>;
 	status = "okay";
+
+	touch@1a {
+		compatible = "hynitron,cst340";
+		reg = <0x1a>;
+		interrupt-parent = <&gpio4>;
+		interrupts = <RK_PB1 IRQ_TYPE_EDGE_FALLING>;
+		pinctrl-0 = <&touch_rst>;
+		pinctrl-names = "default";
+		reset-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_LOW>;
+		touchscreen-size-x = <640>;
+		touchscreen-size-y = <480>;
+		status = "okay";
+	};
 };
 
 &pinctrl {
-- 
2.25.1


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* [PATCH] arm64: dts: rockchip: add panel to Anbernic RG353 series
  2022-11-26  1:14 ` Chris Morgan
@ 2022-11-26  1:14   ` Chris Morgan
  -1 siblings, 0 replies; 8+ messages in thread
From: Chris Morgan @ 2022-11-26  1:14 UTC (permalink / raw)
  To: devicetree
  Cc: linux-rockchip, heiko, krzysztof.kozlowski+dt, robh+dt, Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

Add support for the newly mainlined panel to the RG353 series of
devices.

https://lore.kernel.org/dri-devel/CACRpkdatn3SFaSDwj33QVvx_B-020TaTDoPz3p_9K=EiT7A_7w@mail.gmail.com/

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
---
 .../dts/rockchip/rk3566-anbernic-rg353x.dtsi  | 58 +++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353x.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353x.dtsi
index 65a80d1f6d91..17450aa283b9 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353x.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353x.dtsi
@@ -20,6 +20,48 @@ &cru {
 	assigned-clock-rates = <1200000000>, <200000000>, <241500000>;
 };
 
+&dsi_dphy0 {
+	status = "okay";
+};
+
+&dsi0 {
+	status = "okay";
+	#address-cells = <1>;
+	#size-cells = <0>;
+
+	ports {
+		dsi0_in: port@0 {
+			reg = <0>;
+			dsi0_in_vp1: endpoint {
+				remote-endpoint = <&vp1_out_dsi0>;
+			};
+		};
+
+		dsi0_out: port@1 {
+			reg = <1>;
+			mipi_out_panel: endpoint {
+				remote-endpoint = <&mipi_in_panel>;
+			};
+		};
+	};
+
+	panel: panel@0 {
+		compatible = "anbernic,rg353p-panel", "newvision,nv3051d";
+		reg = <0>;
+		backlight = <&backlight>;
+		pinctrl-names = "default";
+		pinctrl-0 = <&lcd_rst>;
+		reset-gpios = <&gpio4 RK_PA0 GPIO_ACTIVE_LOW>;
+		vdd-supply = <&vcc3v3_lcd0_n>;
+
+		port {
+			mipi_in_panel: endpoint {
+				remote-endpoint = <&mipi_out_panel>;
+			};
+		};
+	};
+};
+
 &gpio_keys_control {
 	button-a {
 		gpios = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
@@ -55,6 +97,22 @@ power-monitor@62 {
 	};
 };
 
+&pinctrl {
+	gpio-lcd {
+		lcd_rst: lcd-rst {
+			rockchip,pins =
+				<4 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>;
+		};
+	};
+};
+
 &pwm4 {
 	status = "okay";
 };
+
+&vp1 {
+	vp1_out_dsi0: endpoint@ROCKCHIP_VOP2_EP_MIPI0 {
+		reg = <ROCKCHIP_VOP2_EP_MIPI0>;
+		remote-endpoint = <&dsi0_in_vp1>;
+	};
+};
-- 
2.25.1


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

* [PATCH] arm64: dts: rockchip: add panel to Anbernic RG353 series
@ 2022-11-26  1:14   ` Chris Morgan
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Morgan @ 2022-11-26  1:14 UTC (permalink / raw)
  To: devicetree
  Cc: linux-rockchip, heiko, krzysztof.kozlowski+dt, robh+dt, Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

Add support for the newly mainlined panel to the RG353 series of
devices.

https://lore.kernel.org/dri-devel/CACRpkdatn3SFaSDwj33QVvx_B-020TaTDoPz3p_9K=EiT7A_7w@mail.gmail.com/

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
---
 .../dts/rockchip/rk3566-anbernic-rg353x.dtsi  | 58 +++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353x.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353x.dtsi
index 65a80d1f6d91..17450aa283b9 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353x.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353x.dtsi
@@ -20,6 +20,48 @@ &cru {
 	assigned-clock-rates = <1200000000>, <200000000>, <241500000>;
 };
 
+&dsi_dphy0 {
+	status = "okay";
+};
+
+&dsi0 {
+	status = "okay";
+	#address-cells = <1>;
+	#size-cells = <0>;
+
+	ports {
+		dsi0_in: port@0 {
+			reg = <0>;
+			dsi0_in_vp1: endpoint {
+				remote-endpoint = <&vp1_out_dsi0>;
+			};
+		};
+
+		dsi0_out: port@1 {
+			reg = <1>;
+			mipi_out_panel: endpoint {
+				remote-endpoint = <&mipi_in_panel>;
+			};
+		};
+	};
+
+	panel: panel@0 {
+		compatible = "anbernic,rg353p-panel", "newvision,nv3051d";
+		reg = <0>;
+		backlight = <&backlight>;
+		pinctrl-names = "default";
+		pinctrl-0 = <&lcd_rst>;
+		reset-gpios = <&gpio4 RK_PA0 GPIO_ACTIVE_LOW>;
+		vdd-supply = <&vcc3v3_lcd0_n>;
+
+		port {
+			mipi_in_panel: endpoint {
+				remote-endpoint = <&mipi_out_panel>;
+			};
+		};
+	};
+};
+
 &gpio_keys_control {
 	button-a {
 		gpios = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
@@ -55,6 +97,22 @@ power-monitor@62 {
 	};
 };
 
+&pinctrl {
+	gpio-lcd {
+		lcd_rst: lcd-rst {
+			rockchip,pins =
+				<4 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>;
+		};
+	};
+};
+
 &pwm4 {
 	status = "okay";
 };
+
+&vp1 {
+	vp1_out_dsi0: endpoint@ROCKCHIP_VOP2_EP_MIPI0 {
+		reg = <ROCKCHIP_VOP2_EP_MIPI0>;
+		remote-endpoint = <&dsi0_in_vp1>;
+	};
+};
-- 
2.25.1


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [PATCH] arm64: dts: rockchip: add Hynitron cst340 for Anbernic 353 series
  2022-11-26  1:14 ` Chris Morgan
@ 2022-11-26 13:23   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-11-26 13:23 UTC (permalink / raw)
  To: Chris Morgan, devicetree
  Cc: linux-rockchip, heiko, krzysztof.kozlowski+dt, robh+dt, Chris Morgan

On 26/11/2022 02:14, Chris Morgan wrote:
> From: Chris Morgan <macromorgan@hotmail.com>
> 
> Add support for the Hynitron cst340 touchscreen driver to the Anbernic
> RG353P and RG353V devices. Note the RG353VS device does not have a
> touchscreen.
> 
> https://lore.kernel.org/linux-input/Y1y9e9sgE%2FDck9fB@google.com/
> 
> Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
> ---
>  .../dts/rockchip/rk3566-anbernic-rg353p.dts   | 20 +++++++++++++++++++
>  .../dts/rockchip/rk3566-anbernic-rg353v.dts   | 13 ++++++++++++
>  2 files changed, 33 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
> index 63cff402f3a8..06222dead921 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
> +++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
> @@ -95,6 +95,19 @@ &i2c2 {
>  	pintctrl-names = "default";
>  	pinctrl-0 = <&i2c2m1_xfer>;
>  	status = "okay";
> +
> +	touch@1a {
> +		compatible = "hynitron,cst340";
> +		reg = <0x1a>;
> +		interrupt-parent = <&gpio4>;
> +		interrupts = <RK_PB1 IRQ_TYPE_EDGE_FALLING>;
> +		pinctrl-0 = <&touch_rst>;
> +		pinctrl-names = "default";
> +		reset-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_LOW>;
> +		touchscreen-size-x = <640>;
> +		touchscreen-size-y = <480>;
> +		status = "okay";

Was it disabled anywhere?

> +	};
>  };
>  
>  &pinctrl {
> @@ -104,6 +117,13 @@ spk_amp_enable_h: spk-amp-enable-h {
>  				<4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>;
>  		};
>  	};
> +
> +	touch {
> +		touch_rst: touch-rst {
> +			rockchip,pins =
> +				<4 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>;
> +		};
> +	};
>  };
>  
>  &rk817 {
> diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
> index 885234a023e1..dc3fc67f5853 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
> +++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
> @@ -82,6 +82,19 @@ &i2c2 {
>  	pintctrl-names = "default";
>  	pinctrl-0 = <&i2c2m1_xfer>;
>  	status = "okay";
> +
> +	touch@1a {
> +		compatible = "hynitron,cst340";
> +		reg = <0x1a>;
> +		interrupt-parent = <&gpio4>;
> +		interrupts = <RK_PB1 IRQ_TYPE_EDGE_FALLING>;
> +		pinctrl-0 = <&touch_rst>;
> +		pinctrl-names = "default";
> +		reset-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_LOW>;
> +		touchscreen-size-x = <640>;
> +		touchscreen-size-y = <480>;
> +		status = "okay";

Same question.


Best regards,
Krzysztof


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

* Re: [PATCH] arm64: dts: rockchip: add Hynitron cst340 for Anbernic 353 series
@ 2022-11-26 13:23   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-11-26 13:23 UTC (permalink / raw)
  To: Chris Morgan, devicetree
  Cc: linux-rockchip, heiko, krzysztof.kozlowski+dt, robh+dt, Chris Morgan

On 26/11/2022 02:14, Chris Morgan wrote:
> From: Chris Morgan <macromorgan@hotmail.com>
> 
> Add support for the Hynitron cst340 touchscreen driver to the Anbernic
> RG353P and RG353V devices. Note the RG353VS device does not have a
> touchscreen.
> 
> https://lore.kernel.org/linux-input/Y1y9e9sgE%2FDck9fB@google.com/
> 
> Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
> ---
>  .../dts/rockchip/rk3566-anbernic-rg353p.dts   | 20 +++++++++++++++++++
>  .../dts/rockchip/rk3566-anbernic-rg353v.dts   | 13 ++++++++++++
>  2 files changed, 33 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
> index 63cff402f3a8..06222dead921 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
> +++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
> @@ -95,6 +95,19 @@ &i2c2 {
>  	pintctrl-names = "default";
>  	pinctrl-0 = <&i2c2m1_xfer>;
>  	status = "okay";
> +
> +	touch@1a {
> +		compatible = "hynitron,cst340";
> +		reg = <0x1a>;
> +		interrupt-parent = <&gpio4>;
> +		interrupts = <RK_PB1 IRQ_TYPE_EDGE_FALLING>;
> +		pinctrl-0 = <&touch_rst>;
> +		pinctrl-names = "default";
> +		reset-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_LOW>;
> +		touchscreen-size-x = <640>;
> +		touchscreen-size-y = <480>;
> +		status = "okay";

Was it disabled anywhere?

> +	};
>  };
>  
>  &pinctrl {
> @@ -104,6 +117,13 @@ spk_amp_enable_h: spk-amp-enable-h {
>  				<4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>;
>  		};
>  	};
> +
> +	touch {
> +		touch_rst: touch-rst {
> +			rockchip,pins =
> +				<4 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>;
> +		};
> +	};
>  };
>  
>  &rk817 {
> diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
> index 885234a023e1..dc3fc67f5853 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
> +++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
> @@ -82,6 +82,19 @@ &i2c2 {
>  	pintctrl-names = "default";
>  	pinctrl-0 = <&i2c2m1_xfer>;
>  	status = "okay";
> +
> +	touch@1a {
> +		compatible = "hynitron,cst340";
> +		reg = <0x1a>;
> +		interrupt-parent = <&gpio4>;
> +		interrupts = <RK_PB1 IRQ_TYPE_EDGE_FALLING>;
> +		pinctrl-0 = <&touch_rst>;
> +		pinctrl-names = "default";
> +		reset-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_LOW>;
> +		touchscreen-size-x = <640>;
> +		touchscreen-size-y = <480>;
> +		status = "okay";

Same question.


Best regards,
Krzysztof


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [PATCH] arm64: dts: rockchip: add panel to Anbernic RG353 series
  2022-11-26  1:14   ` Chris Morgan
@ 2023-04-12  9:50     ` Heiko Stuebner
  -1 siblings, 0 replies; 8+ messages in thread
From: Heiko Stuebner @ 2023-04-12  9:50 UTC (permalink / raw)
  To: Chris Morgan, devicetree
  Cc: Heiko Stuebner, krzysztof.kozlowski+dt, Chris Morgan, robh+dt,
	linux-rockchip

On Fri, 25 Nov 2022 19:14:32 -0600, Chris Morgan wrote:
> From: Chris Morgan <macromorgan@hotmail.com>
> 
> Add support for the newly mainlined panel to the RG353 series of
> devices.
> 
> https://lore.kernel.org/dri-devel/CACRpkdatn3SFaSDwj33QVvx_B-020TaTDoPz3p_9K=EiT7A_7w@mail.gmail.com/
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: rockchip: add panel to Anbernic RG353 series
      commit: 5e60ec02ec30e2db3088196a10fd20be5432bb6d

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

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

* Re: [PATCH] arm64: dts: rockchip: add panel to Anbernic RG353 series
@ 2023-04-12  9:50     ` Heiko Stuebner
  0 siblings, 0 replies; 8+ messages in thread
From: Heiko Stuebner @ 2023-04-12  9:50 UTC (permalink / raw)
  To: Chris Morgan, devicetree
  Cc: Heiko Stuebner, krzysztof.kozlowski+dt, Chris Morgan, robh+dt,
	linux-rockchip

On Fri, 25 Nov 2022 19:14:32 -0600, Chris Morgan wrote:
> From: Chris Morgan <macromorgan@hotmail.com>
> 
> Add support for the newly mainlined panel to the RG353 series of
> devices.
> 
> https://lore.kernel.org/dri-devel/CACRpkdatn3SFaSDwj33QVvx_B-020TaTDoPz3p_9K=EiT7A_7w@mail.gmail.com/
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: rockchip: add panel to Anbernic RG353 series
      commit: 5e60ec02ec30e2db3088196a10fd20be5432bb6d

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

end of thread, other threads:[~2023-04-12  9:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-26  1:14 [PATCH] arm64: dts: rockchip: add Hynitron cst340 for Anbernic 353 series Chris Morgan
2022-11-26  1:14 ` Chris Morgan
2022-11-26  1:14 ` [PATCH] arm64: dts: rockchip: add panel to Anbernic RG353 series Chris Morgan
2022-11-26  1:14   ` Chris Morgan
2023-04-12  9:50   ` Heiko Stuebner
2023-04-12  9:50     ` Heiko Stuebner
2022-11-26 13:23 ` [PATCH] arm64: dts: rockchip: add Hynitron cst340 for Anbernic 353 series Krzysztof Kozlowski
2022-11-26 13:23   ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.