public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH] ARM: ux500: fix typo in STUIB device tree
@ 2013-05-21 11:56 Linus Walleij
  2013-05-21 12:09 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2013-05-21 11:56 UTC (permalink / raw)
  To: linux-arm-kernel

From: Linus Walleij <linus.walleij@linaro•org>

The Rohm vendor name was twisted in the STUIB device tree
include file. Fix it up.

Signed-off-by: Linus Walleij <linus.walleij@linaro•org>
---
 arch/arm/boot/dts/stuib.dtsi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm/boot/dts/stuib.dtsi b/arch/arm/boot/dts/stuib.dtsi
index 7fa10a7..0fdb259 100644
--- a/arch/arm/boot/dts/stuib.dtsi
+++ b/arch/arm/boot/dts/stuib.dtsi
@@ -53,25 +53,25 @@
 
 		i2c at 80110000 {
 			bu21013_tp at 0x5c {
-				compatible = "rhom,bu21013_tp";
+				compatible = "rohm,bu21013_tp";
 				reg = <0x5c>;
 				touch-gpio = <&gpio2 20 0x4>;
 				avdd-supply = <&ab8500_ldo_aux1_reg>;
 
-				rhom,touch-max-x = <384>;
-				rhom,touch-max-y = <704>;
-				rhom,flip-y;
+				rohm,touch-max-x = <384>;
+				rohm,touch-max-y = <704>;
+				rohm,flip-y;
 			};
 
 			bu21013_tp at 0x5d {
-				compatible = "rhom,bu21013_tp";
+				compatible = "rohm,bu21013_tp";
 				reg = <0x5d>;
 				touch-gpio = <&gpio2 20 0x4>;
 				avdd-supply = <&ab8500_ldo_aux1_reg>;
 
-				rhom,touch-max-x = <384>;
-				rhom,touch-max-y = <704>;
-				rhom,flip-y;
+				rohm,touch-max-x = <384>;
+				rohm,touch-max-y = <704>;
+				rohm,flip-y;
 			};
 		};
 	};
-- 
1.7.11.3

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

* [PATCH] ARM: ux500: fix typo in STUIB device tree
  2013-05-21 11:56 [PATCH] ARM: ux500: fix typo in STUIB device tree Linus Walleij
@ 2013-05-21 12:09 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2013-05-21 12:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, 21 May 2013, Linus Walleij wrote:

> From: Linus Walleij <linus.walleij@linaro•org>
> 
> The Rohm vendor name was twisted in the STUIB device tree
> include file. Fix it up.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro•org>
> ---
>  arch/arm/boot/dts/stuib.dtsi | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)

Acked-by: Lee Jones <lee.jones@linaro•org>

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2013-05-21 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-21 11:56 [PATCH] ARM: ux500: fix typo in STUIB device tree Linus Walleij
2013-05-21 12:09 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox