dt-bindings: pinctrl: brcm,ns-pinmux: drop unneeded CRU from example

There is no need to include CRU in example of this binding. It wasn't
complete / correct anyway. The proper binding can be find in the
mfd/brcm,cru.yaml .

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211008205938.29925-2-zajec5@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by Rafał Miłecki and committed by Linus Walleij 1d0a7798 0398adae

+7 -15
+7 -15
Documentation/devicetree/bindings/pinctrl/brcm,ns-pinmux.yaml
··· 77 77 78 78 examples: 79 79 - | 80 - cru@1800c100 { 81 - compatible = "simple-bus"; 82 - reg = <0x1800c100 0x1a4>; 83 - ranges; 84 - #address-cells = <1>; 85 - #size-cells = <1>; 80 + pin-controller@1800c1c0 { 81 + compatible = "brcm,bcm4708-pinmux"; 82 + reg = <0x1800c1c0 0x24>; 83 + reg-names = "cru_gpio_control"; 86 84 87 - pin-controller@1c0 { 88 - compatible = "brcm,bcm4708-pinmux"; 89 - reg = <0x1c0 0x24>; 90 - reg-names = "cru_gpio_control"; 91 - 92 - spi-pins { 93 - function = "spi"; 94 - groups = "spi_grp"; 95 - }; 85 + spi-pins { 86 + function = "spi"; 87 + groups = "spi_grp"; 96 88 }; 97 89 };