Re: [PATCH] dt-bindings: arm: omap: ti,omap-dmm: Convert to DT schema

From: Rob Herring

Date: Wed Jun 03 2026 - 18:43:59 EST


On Wed, Jun 03, 2026 at 05:27:39PM +0530, Bhargav Joshi wrote:
> Convert the TI OMAP Dynamic Memory Manager (DMM) dt binding
> from text format to DT schema.
>
> During conversion following changes were made:
> - Make the 'ti,hwmods' property optional and mark it deprecated as it is
> no longer used, it is kept to support legacy dtbs.
> - Add the missing required property 'interrupts' to example node.
>
> Signed-off-by: Bhargav Joshi <j.bhargav.u@xxxxxxxxx>
> ---
> Documentation/devicetree/bindings/arm/omap/dmm.txt | 22 ---------
> .../devicetree/bindings/arm/omap/ti,omap-dmm.yaml | 53 ++++++++++++++++++++++
> 2 files changed, 53 insertions(+), 22 deletions(-)

This should move to bindings/soc/ti/. Otherwise, looks good.

Rob