Re: [PATCH 1/2] dt-bindings: display: ti: Convert ti, tpd12s015 to DT schema
"Rob Herring (Arm)" <[email protected]> Mon, 3 Aug 2026 17:17:25 -0500
| Newsgroups | org.freedesktop.lists.dri-devel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-omap |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 30 Jul 2026 12:22:44 +0300, Eduard Bostina wrote: > Convert the Texas Instruments TPD12S015 HDMI level shifter and > ESD protection chip bindings to DT schema. > > During the conversion, the following updates were made: > - Added the 'ti,tpd12s016' compatible string, which is used in > am57xx device trees. > - The 'gpios' property now allows up to 5 items, as the > omap5-igep0050 device tree routes additional control pins > beyond the standard 3 documented in the old text file. > > Signed-off-by: Eduard Bostina <[email protected]> > --- > .../bindings/display/ti/ti,tpd12s015.txt | 44 ----------- > .../bindings/display/ti/ti,tpd12s015.yaml | 78 +++++++++++++++++++ > 2 files changed, 78 insertions(+), 44 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/ti/ti,tpd12s015.txt > create mode 100644 Documentation/devicetree/bindings/display/ti/ti,tpd12s015.yaml > Reviewed-by: Rob Herring (Arm) <[email protected]>