On Mon, Sep 29, 2025 at 04:06:24PM -0400, Kamal Dasu wrote: >Adding brcmstb-hwspinlock bindings. > >Signed-off-by: Kamal Dasu <[email protected]> >--- > .../hwlock/brcm,brcmstb-hwspinlock.yaml | 36 +++++++++++++++++++ > 1 file changed, 36 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/hwlock/brcm,brcmstb-hwspinlock.yaml > >+ - | >+ hwlock@8404038 { >+ compatible = "brcm,brcmstb-hwspinlock"; >+ reg = <0x8404038 0x40>;
Just have a question: the base is not 64KB aligned, so just want to know is this module part of the other ip block? Thanks, Peng >+ #hwlock-cells = <1>; >+ }; >+ >-- >2.34.1 >

