Skip to content

Commit

Permalink
ARM: ux500: correct typo in pinctrl Device Tree node
Browse files Browse the repository at this point in the history
The preference is to use '-' instead of '_' in compatible strings.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Lee Jones authored and Linus Walleij committed Jan 30, 2013
1 parent 2917e83 commit 627c1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/dbx5x0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
};

pinctrl {
compatible = "stericsson,nmk_pinctrl";
compatible = "stericsson,nmk-pinctrl";
prcm = <&prcmu>;
};

Expand Down

0 comments on commit 627c1a8

Please sign in to comment.