Browse Source

ARM: ux500: correct typo in pinctrl Device Tree node

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>
Lee Jones 12 years ago
parent
commit
627c1a8239
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/dbx5x0.dtsi

+ 1 - 1
arch/arm/boot/dts/dbx5x0.dtsi

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