Re: [PATCH] dt-bindings: bus: ti,omap-ocp2scp: Convert to DT schema
From: Rob Herring (Arm)
Date: Mon Aug 31 2026 - 13:12:22 EST
On Tue, 18 Aug 2026 21:59:49 +0530, Bhargav Joshi wrote:
> Convert the TI OCP2SCP bridge device tree bindings to DT schema.
> Changes during conversion:
> - Add list #address-cells and #size-cells as required properties.
> - Drop ranges from the required properties as it is omitted in some
> existing DTS.
> - Mark reg is not required for compatible ti,am437x-ocp2scp, driver skips
> fetching memory resources for this, existing DTS also omit it.
> - Mark the ti,hwmods property as deprecated.
> - Set additionalProperties to type: object rather than using
> patternProperties`. Since OCP2SCP acts as a generic bridge/bus, its
> child nodes represent various PHY devices.
>
> Signed-off-by: Bhargav Joshi <j.bhargav.u@xxxxxxxxx>
> ---
> .../devicetree/bindings/bus/omap-ocp2scp.txt | 29 ---------
> .../devicetree/bindings/bus/ti,omap-ocp2scp.yaml | 74 ++++++++++++++++++++++
> 2 files changed, 74 insertions(+), 29 deletions(-)
>
Applied, thanks!