On Wed, 21 Apr 2021 20:20:41 +0200, Rafał Miłecki wrote: > From: Rafał Miłecki <rafal@xxxxxxxxxx> > > Important: this change converts the binding as it is. It includes > dependency on undocumented CRU that must be refactored. CRU must get > documented and offset property has to be reworked. > > Above can (and will be) be handled once every CRU MFD subdevice gets > documented properly (including the pinmux). > > Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> > --- > V2: Add "maxItems" to the "offset" > Add "minItems" & "maxItems" to the "groups" > Drop "DMU" simple-bus node from the example > Improve commit description (mention ugly "offset" property) > > CRU ("Clock and Reset Unit" or "Central Resource Unit") binding is being > worked on, for details see: > [PATCH robh dt/next] dt-bindings: mfd: add Broadcom CRU > https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20210415062839.11713-1-zajec5@xxxxxxxxx/ > --- > .../bindings/pinctrl/brcm,bcm4708-pinmux.txt | 55 ----------- > .../bindings/pinctrl/brcm,ns-pinmux.yaml | 94 +++++++++++++++++++ > 2 files changed, 94 insertions(+), 55 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/brcm,bcm4708-pinmux.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/brcm,ns-pinmux.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>