On 18.11.2020 22:45, Florian Fainelli wrote:
+ pmb: reset-controller@802800e0 { + compatible = "brcm,bcm4908-pmb"; + reg = <0x802800e0 0x20>; + #reset-cells = <2>; + }; + + foo { + resets = <&pmb BRCM_PMB_USB 17>; + }You are missing a ';' here which is why the binding example did not build.
Ah, the very last minute fix... Thanks!