On Mon, 13 Sep 2021 10:00:21 +0200, Rafał Miłecki wrote: > From: Rafał Miłecki <rafal@xxxxxxxxxx> > > CRU has a shared register that is used e.g. to control USB 2.0 PHY block > access. It's a single 32 b register. Document it as syscon so it can be > used with a regmap. > > Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/mfd/brcm,cru.yaml | 8 ++++++++ > Documentation/devicetree/bindings/mfd/syscon.yaml | 1 + > 2 files changed, 9 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>