Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 627c1a82 authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij
Browse files

ARM: ux500: correct typo in pinctrl Device Tree node



The preference is to use '-' instead of '_' in compatible strings.

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 2917e833
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@
		};

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