On Thu, 12 Sep 2019 14:39:07 +0300, Tero Kristo wrote: > Add new binding for OMAP PRM (Power and Reset Manager) instances. Each > of these will act as a power domain controller and potentially as a reset > provider. > > Signed-off-by: Tero Kristo <t-kristo@xxxxxx> > --- > v5: - dropped the clocks property as the dependency towards clocks was > removed > - changed the name of the node to be power-controller > > .../devicetree/bindings/arm/omap/prm-inst.txt | 28 +++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/omap/prm-inst.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>