devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: display: Drop duplicate ti,opa362 binding
@ 2025-08-07 21:45 Rob Herring (Arm)
  2025-08-08  7:41 ` Tomi Valkeinen
  2025-08-08 15:54 ` Conor Dooley
  0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-08-07 21:45 UTC (permalink / raw)
  To: Tomi Valkeinen, David Airlie, Simona Vetter, Maarten Lankhorst,
	Maxime Ripard, Thomas Zimmermann, Krzysztof Kozlowski,
	Conor Dooley
  Cc: dri-devel, devicetree, linux-kernel

The "ti,opa362" binding is already supported in simple-bridge.yaml, so
remove the old binding doc.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../bindings/display/ti/ti,opa362.txt         | 38 -------------------
 1 file changed, 38 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/display/ti/ti,opa362.txt

diff --git a/Documentation/devicetree/bindings/display/ti/ti,opa362.txt b/Documentation/devicetree/bindings/display/ti/ti,opa362.txt
deleted file mode 100644
index f96083c0bd17..000000000000
--- a/Documentation/devicetree/bindings/display/ti/ti,opa362.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-OPA362 analog video amplifier
-
-Required properties:
-- compatible: "ti,opa362"
-- enable-gpios: enable/disable output gpio
-
-Required node:
-- Video port 0 for opa362 input
-- Video port 1 for opa362 output
-
-Example:
-
-tv_amp: opa362 {
-	compatible = "ti,opa362";
-	enable-gpios = <&gpio1 23 0>;  /* GPIO to enable video out amplifier */
-
-	ports {
-		#address-cells = <1>;
-		#size-cells = <0>;
-
-		port@0 {
-			reg = <0>;
-			opa_in: endpoint@0 {
-				remote-endpoint = <&venc_out>;
-			};
-		};
-
-		port@1 {
-			reg = <1>;
-			opa_out: endpoint@0 {
-				remote-endpoint = <&tv_connector_in>;
-			};
-		};
-	};
-};
-
-
-
-- 
2.47.2


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

* Re: [PATCH] dt-bindings: display: Drop duplicate ti,opa362 binding
  2025-08-07 21:45 [PATCH] dt-bindings: display: Drop duplicate ti,opa362 binding Rob Herring (Arm)
@ 2025-08-08  7:41 ` Tomi Valkeinen
  2025-08-08 15:54 ` Conor Dooley
  1 sibling, 0 replies; 3+ messages in thread
From: Tomi Valkeinen @ 2025-08-08  7:41 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: dri-devel, devicetree, linux-kernel, David Airlie, Simona Vetter,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	Krzysztof Kozlowski, Conor Dooley

Hi,

On 08/08/2025 00:45, Rob Herring (Arm) wrote:
> The "ti,opa362" binding is already supported in simple-bridge.yaml, so
> remove the old binding doc.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  .../bindings/display/ti/ti,opa362.txt         | 38 -------------------
>  1 file changed, 38 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/display/ti/ti,opa362.txt
> 
> diff --git a/Documentation/devicetree/bindings/display/ti/ti,opa362.txt b/Documentation/devicetree/bindings/display/ti/ti,opa362.txt
> deleted file mode 100644
> index f96083c0bd17..000000000000
> --- a/Documentation/devicetree/bindings/display/ti/ti,opa362.txt
> +++ /dev/null
> @@ -1,38 +0,0 @@
> -OPA362 analog video amplifier
> -
> -Required properties:
> -- compatible: "ti,opa362"
> -- enable-gpios: enable/disable output gpio
> -
> -Required node:
> -- Video port 0 for opa362 input
> -- Video port 1 for opa362 output
> -
> -Example:
> -
> -tv_amp: opa362 {
> -	compatible = "ti,opa362";
> -	enable-gpios = <&gpio1 23 0>;  /* GPIO to enable video out amplifier */
> -
> -	ports {
> -		#address-cells = <1>;
> -		#size-cells = <0>;
> -
> -		port@0 {
> -			reg = <0>;
> -			opa_in: endpoint@0 {
> -				remote-endpoint = <&venc_out>;
> -			};
> -		};
> -
> -		port@1 {
> -			reg = <1>;
> -			opa_out: endpoint@0 {
> -				remote-endpoint = <&tv_connector_in>;
> -			};
> -		};
> -	};
> -};
> -
> -
> -

Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>

 Tomi


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

* Re: [PATCH] dt-bindings: display: Drop duplicate ti,opa362 binding
  2025-08-07 21:45 [PATCH] dt-bindings: display: Drop duplicate ti,opa362 binding Rob Herring (Arm)
  2025-08-08  7:41 ` Tomi Valkeinen
@ 2025-08-08 15:54 ` Conor Dooley
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2025-08-08 15:54 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: Tomi Valkeinen, David Airlie, Simona Vetter, Maarten Lankhorst,
	Maxime Ripard, Thomas Zimmermann, Krzysztof Kozlowski,
	Conor Dooley, dri-devel, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

On Thu, Aug 07, 2025 at 04:45:07PM -0500, Rob Herring (Arm) wrote:
> The "ti,opa362" binding is already supported in simple-bridge.yaml, so
> remove the old binding doc.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2025-08-08 15:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-07 21:45 [PATCH] dt-bindings: display: Drop duplicate ti,opa362 binding Rob Herring (Arm)
2025-08-08  7:41 ` Tomi Valkeinen
2025-08-08 15:54 ` Conor Dooley

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).