Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mfd: brcm,cru: Rename pinctrl node

This matches pinctrl.yaml requirement and fixes:

Documentation/devicetree/bindings/mfd/brcm,cru.example.dt.yaml: pin-controller@1c0: $nodename:0: 'pin-controller@1c0' does not match '^(pinctrl|pinmux)(@[0-9a-f]+)?$'
From schema: Documentation/devicetree/bindings/pinctrl/brcm,ns-pinmux.yaml

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220216112928.5330-1-zajec5@gmail.com

authored by

Rafał Miłecki and committed by
Lee Jones
e7391b02 9876ef1d

+2 -2
+2 -2
Documentation/devicetree/bindings/mfd/brcm,cru.yaml
··· 39 39 '^phy@[a-f0-9]+$': 40 40 $ref: ../phy/bcm-ns-usb2-phy.yaml 41 41 42 - '^pin-controller@[a-f0-9]+$': 42 + '^pinctrl@[a-f0-9]+$': 43 43 $ref: ../pinctrl/brcm,ns-pinmux.yaml 44 44 45 45 '^syscon@[a-f0-9]+$': ··· 94 94 reg = <0x180 0x4>; 95 95 }; 96 96 97 - pin-controller@1c0 { 97 + pinctrl@1c0 { 98 98 compatible = "brcm,bcm4708-pinmux"; 99 99 reg = <0x1c0 0x24>; 100 100 reg-names = "cru_gpio_control";