Преглед изворни кода

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 година
родитељ
комит
627c1a8239
1 измењених фајлова са 1 додато и 1 уклоњено
  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>;
 		};