Skip to content

Commit 1d0a779

Browse files
Rafał Miłeckilinusw
authored andcommitted
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 <[email protected]> Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 0398ada commit 1d0a779

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

Documentation/devicetree/bindings/pinctrl/brcm,ns-pinmux.yaml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,13 @@ additionalProperties: false
7777

7878
examples:
7979
- |
80-
cru@1800c100 {
81-
compatible = "simple-bus";
82-
reg = <0x1800c100 0x1a4>;
83-
ranges;
84-
#address-cells = <1>;
85-
#size-cells = <1>;
86-
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-
};
80+
pin-controller@1800c1c0 {
81+
compatible = "brcm,bcm4708-pinmux";
82+
reg = <0x1800c1c0 0x24>;
83+
reg-names = "cru_gpio_control";
84+
85+
spi-pins {
86+
function = "spi";
87+
groups = "spi_grp";
9688
};
9789
};

0 commit comments

Comments
 (0)