From nobody Sun Oct 5 05:26:33 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5F5152264D5; Thu, 7 Aug 2025 21:45:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754603111; cv=none; b=PTfS+EkuZxHIOUFJ+j3uQyfTDsto1RobihzV0AEomVGgMxzHoT7r90HZsTmlQtePUQGVs5a3qZZuhYDICLjgHCS+juMcGRXdfHPlZ80AzsZEb7GHJ3ykGdyEl/2Um6c/VzIjveEUr+DOoZF6wdgoRScdMorQHkDsIA/S8BzAOtg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754603111; c=relaxed/simple; bh=BcqwRlgnCAKwxdgorrU4/Y1BN3OUrz4kEzJGkFYmBKw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Uf6uQ+3UxCPZso1HjlBUf6CcMBKwagWFmvGP+tLxfIX9Vw6TfZOKQX8Yxq8t8pK8Vx6zHcaXT0DneAJzgbeoVOZGcuIqfEcqor1GVg7D/I5Ml2vFeh0IXRY4VgljZZYoY0CI4TysUBfTcq8fXgH0ogZozCW32437BL2A1/tVs4g= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QiamnT9N; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QiamnT9N" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA070C4CEEB; Thu, 7 Aug 2025 21:45:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1754603111; bh=BcqwRlgnCAKwxdgorrU4/Y1BN3OUrz4kEzJGkFYmBKw=; h=From:To:Cc:Subject:Date:From; b=QiamnT9Nk2fIzBq0gXPcoNsROoJ53xe9Bz9pCijPj95dtnUKvgmXAbsiYE904EH0Y QTQsjX2D78GdHjBvUwjQ07iUwc7JqVUJopSJxpMhUQVCxr2lNyN/Lk75Fv/2KWmOOm mJNSi7rJ4Z7XnUQiAqGLBjUkxvi/9FOmuF6sgI9Ov9zIiEe608lQT2Hovp0SP56LHg Jk15vkx/3XKQaNdh4UtpXEtHbdahfpUfb05qWyAXTtRf1pfoXARVuB7UjStkybPLzv NrnwDpyhKQgAimwTOi+W024DLo+80uf7qYKwygt5FWxX8XJdsptZ1D4ujnAfG0t1nz 6jZXhhPQl3nVg== From: "Rob Herring (Arm)" To: Tomi Valkeinen , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Krzysztof Kozlowski , Conor Dooley Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: display: Drop duplicate ti,opa362 binding Date: Thu, 7 Aug 2025 16:45:07 -0500 Message-ID: <20250807214508.4174167-1-robh@kernel.org> X-Mailer: git-send-email 2.47.2 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The "ti,opa362" binding is already supported in simple-bridge.yaml, so remove the old binding doc. Signed-off-by: Rob Herring (Arm) Acked-by: Conor Dooley Reviewed-by: Tomi Valkeinen --- .../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/D= ocumentation/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 =3D "ti,opa362"; - enable-gpios =3D <&gpio1 23 0>; /* GPIO to enable video out amplifier */ - - ports { - #address-cells =3D <1>; - #size-cells =3D <0>; - - port@0 { - reg =3D <0>; - opa_in: endpoint@0 { - remote-endpoint =3D <&venc_out>; - }; - }; - - port@1 { - reg =3D <1>; - opa_out: endpoint@0 { - remote-endpoint =3D <&tv_connector_in>; - }; - }; - }; -}; - - - --=20 2.47.2