At least omaps use simple-pm-bus for interconnects and interconnect segments. While the interconnects do have configurable registers, there is currently no need for a dedicated interconnect driver. Let's update the list of allowed node names to remove the related dt_binding_check warnings for omaps. Cc: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Cc: Rob Herring <robh@xxxxxxxxxx> Cc: Simon Horman <horms+renesas@xxxxxxxxxxxx> Cc: Suman Anna <s-anna@xxxxxx> Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> --- Documentation/devicetree/bindings/bus/simple-pm-bus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/bus/simple-pm-bus.yaml b/Documentation/devicetree/bindings/bus/simple-pm-bus.yaml --- a/Documentation/devicetree/bindings/bus/simple-pm-bus.yaml +++ b/Documentation/devicetree/bindings/bus/simple-pm-bus.yaml @@ -23,7 +23,7 @@ description: | properties: $nodename: - pattern: "^bus(@[0-9a-f]+)?$" + pattern: "^(bus|interconnect|segment)(@[0-9a-f]+)?$" compatible: contains: -- 2.33.0