Commit 1d0a7798 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Linus Walleij

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: default avatarRafał Miłecki <rafal@milecki.pl>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211008205938.29925-2-zajec5@gmail.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 0398adae
...@@ -77,21 +77,13 @@ additionalProperties: false ...@@ -77,21 +77,13 @@ additionalProperties: false
examples: examples:
- | - |
cru@1800c100 { pin-controller@1800c1c0 {
compatible = "simple-bus"; compatible = "brcm,bcm4708-pinmux";
reg = <0x1800c100 0x1a4>; reg = <0x1800c1c0 0x24>;
ranges; reg-names = "cru_gpio_control";
#address-cells = <1>;
#size-cells = <1>; spi-pins {
function = "spi";
pin-controller@1c0 { groups = "spi_grp";
compatible = "brcm,bcm4708-pinmux";
reg = <0x1c0 0x24>;
reg-names = "cru_gpio_control";
spi-pins {
function = "spi";
groups = "spi_grp";
};
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment