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

From: Rob Herring (Arm)

Date: Fri Jun 05 2026 - 16:35:40 EST



On Fri, 05 Jun 2026 09:07:26 +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:
> - Move file from /bindings/arm/omap to /bindings/soc/ti/
> - 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>
> ---
> Changes in v2:
> - Move the binding from /bindings/arm/omap to /bindings/soc/ti/
> - Link to v1: https://patch.msgid.link/20260603-ti-omap-dmm-v1-1-ef491c4699d9@xxxxxxxxx
> ---
> Documentation/devicetree/bindings/arm/omap/dmm.txt | 22 ---------
> .../devicetree/bindings/soc/ti/ti,omap-dmm.yaml | 53 ++++++++++++++++++++++
> 2 files changed, 53 insertions(+), 22 deletions(-)
>

Applied, thanks!