[PATCH v2 2/5] dt-bindings: soc: ti: omap-dsp: Make ti,hwmods optional

From: Eduard Bostina

Date: Mon Jul 06 2026 - 05:25:51 EST


Make the 'ti,hwmods' property optional to resolve dtbs_check warnings,
as several in-tree device trees currently omit it.

A review of the ti-sysc driver (drivers/bus/ti-sysc.c)
shows that the property is not strictly required for probing. The driver
only reads it to populate the 'ddata->legacy_mode' flag. If the property
is absent, the probe sequence continues normally without error.

Signed-off-by: Eduard Bostina <egbostina@xxxxxxxxx>
---
Documentation/devicetree/bindings/soc/ti/ti,omap3-c64.yaml | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/soc/ti/ti,omap3-c64.yaml b/Documentation/devicetree/bindings/soc/ti/ti,omap3-c64.yaml
index a97e163c890a..09d0ebf2cb13 100644
--- a/Documentation/devicetree/bindings/soc/ti/ti,omap3-c64.yaml
+++ b/Documentation/devicetree/bindings/soc/ti/ti,omap3-c64.yaml
@@ -20,7 +20,6 @@ properties:

required:
- compatible
- - ti,hwmods

additionalProperties: false

--
2.43.0