Message ID | 20211007124858.44011-3-tony@atomide.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Updates for simple-pm-bus and ti-sysc bindings | expand |
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:
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@glider.be> Cc: Rob Herring <robh@kernel.org> Cc: Simon Horman <horms+renesas@verge.net.au> Cc: Suman Anna <s-anna@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com> --- Documentation/devicetree/bindings/bus/simple-pm-bus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)