This series converts the TI TPD12S015 HDMI level shifter and ESD protection chip binding to DT schema, and fixes two device trees that use it.
Patch 1 is the conversion. Patch 2 drops the unit addresses from the TPD12S015 encoder and endpoint nodes in am57xx-idk-common.dtsi and am5729-beagleboneai.dts. Eduard Bostina (2): dt-bindings: display: ti: Convert ti,tpd12s015 to DT schema ARM: dts: ti: omap: Fix TPD12S015 node and endpoint names .../bindings/display/ti/ti,tpd12s015.txt | 44 ----------- .../bindings/display/ti/ti,tpd12s015.yaml | 78 +++++++++++++++++++ .../boot/dts/ti/omap/am5729-beagleboneai.dts | 6 +- .../boot/dts/ti/omap/am57xx-idk-common.dtsi | 6 +- 4 files changed, 84 insertions(+), 50 deletions(-) delete mode 100644 Documentation/devicetree/bindings/display/ti/ti,tpd12s015.txt create mode 100644 Documentation/devicetree/bindings/display/ti/ti,tpd12s015.yaml -- 2.54.0
