All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: ux500: correct typo in pinctrl Device Tree node
@ 2013-01-30 16:25 ` Linus Walleij
  0 siblings, 0 replies; 12+ messages in thread
From: Linus Walleij @ 2013-01-30 16:25 UTC (permalink / raw)
  To: linux-arm-kernel

From: Lee Jones <lee.jones@linaro.org>

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>
---
 arch/arm/boot/dts/dbx5x0.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi
index 96f518b..69140ba 100644
--- a/arch/arm/boot/dts/dbx5x0.dtsi
+++ b/arch/arm/boot/dts/dbx5x0.dtsi
@@ -171,7 +171,7 @@
 		};
 
 		pinctrl {
-			compatible = "stericsson,nmk_pinctrl";
+			compatible = "stericsson,nmk-pinctrl";
 			prcm = <&prcmu>;
 		};
 
-- 
1.7.11.3

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-01-30 18:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30 16:25 [PATCH] ARM: ux500: correct typo in pinctrl Device Tree node Linus Walleij
2013-01-30 16:25 ` Linus Walleij
2013-01-30 16:46 ` Stephen Warren
2013-01-30 16:46   ` Stephen Warren
2013-01-30 16:58   ` Lee Jones
2013-01-30 16:58     ` Lee Jones
2013-01-30 17:07   ` [PATCH 1/1] pinctrl: nomadik: Rename Device Tree compatible string Lee Jones
2013-01-30 17:07     ` Lee Jones
2013-01-30 17:27     ` Stephen Warren
2013-01-30 17:27       ` Stephen Warren
2013-01-30 18:08     ` Linus Walleij
2013-01-30 18:08       ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.