Skip to content

Commit

Permalink
pinctrl: fix typo in bindings documentation
Browse files Browse the repository at this point in the history
Fixed the missing comma in DT node example.

Signed-off-by: Sherman Yin <syin@broadcom.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Sherman Yin authored and Linus Walleij committed Apr 14, 2014
1 parent 74805e0 commit dc4bb47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Optional Properties (for HDMI pins):
Example:
// pin controller node
pinctrl@35004800 {
compatible = "brcmbcm11351-pinctrl";
compatible = "brcm,bcm11351-pinctrl";
reg = <0x35004800 0x430>;

// pin configuration node
Expand Down

0 comments on commit dc4bb47

Please sign in to comment.