Re: [PATCH] dt-bindings: mfd: Convert OMAP USB TLL to DT schema
"Rob Herring (Arm)" <[email protected]>
| Newsgroups | dev.linux.lists.mfd,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 08 Jul 2026 12:33:28 +0000, Eduard Bostina wrote: > Convert the OMAP HS USB Host TLL bindings to DT schema. > > During the conversion, ti,hwmods has been made optional to resolve > dtbs_check warnings. Modern OMAP platforms do not require this > property, but it is still required for older platforms. > > Signed-off-by: Eduard Bostina <[email protected]> > --- > .../devicetree/bindings/mfd/omap-usb-tll.txt | 27 ---------- > .../devicetree/bindings/mfd/ti,usbhs-tll.yaml | 53 +++++++++++++++++++ > 2 files changed, 53 insertions(+), 27 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mfd/omap-usb-tll.txt > create mode 100644 Documentation/devicetree/bindings/mfd/ti,usbhs-tll.yaml > Reviewed-by: Rob Herring (Arm) <[email protected]>