All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: nomadik: set proper compatible for accelerometer
@ 2014-08-23 17:31 Linus Walleij
  0 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2014-08-23 17:31 UTC (permalink / raw)
  To: linux-arm-kernel

Adjust device tree entry to the proper registered compatible
string for LIS3LV02DL.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
index dbcf521b017f..258876b67050 100644
--- a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
+++ b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
@@ -744,8 +744,9 @@
 			   reg = <0x1a>;
 		};
 		lis3lv02dl at 1d {
-			   compatible = "st,lis3lv02dl";
-			   reg = <0x1d>;
+			/* Accelerometer */
+			compatible = "st,lis3lv02dl-accel";
+			reg = <0x1d>;
 		};
 	};
 
-- 
1.9.3

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

* [PATCH] ARM: nomadik: set proper compatible for accelerometer
  2015-06-15 19:05   ` Kevin Hilman
@ 2015-06-15 20:43     ` Linus Walleij
  0 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2015-06-15 20:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 15, 2015 at 9:05 PM, Kevin Hilman <khilman@kernel.org> wrote:
> Linus Walleij <linus.walleij@linaro.org> writes:
>> On Fri, Jun 5, 2015 at 9:42 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
>>
>>> Adjust device tree entry to the proper registered compatible
>>> string for LIS3LV02DL.
>>>
>>> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
>>> ---
>>> Hi ARM SoC people, please apply this directly for -next on the
>>> DT branch. It makes the accelerometer work on the Nomadik.
>>
>> Ping on this.
>
> Sorry, forgot to reply here, but this was applied to next/dt at the same
> time as your other one (ARM64: juno: add GPIO keys).  It's in arm-soc as
> 386f56bb7330 ARM: nomadik: set proper compatible for accelerometer

Ah, I should've checked. Sorry, and thanks!

Yours,
Linus Walleij

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

* [PATCH] ARM: nomadik: set proper compatible for accelerometer
  2015-06-15  7:58 ` Linus Walleij
@ 2015-06-15 19:05   ` Kevin Hilman
  2015-06-15 20:43     ` Linus Walleij
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Hilman @ 2015-06-15 19:05 UTC (permalink / raw)
  To: linux-arm-kernel

Linus Walleij <linus.walleij@linaro.org> writes:

> On Fri, Jun 5, 2015 at 9:42 AM, Linus Walleij <linus.walleij@linaro.org> wrote:
>
>> Adjust device tree entry to the proper registered compatible
>> string for LIS3LV02DL.
>>
>> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
>> ---
>> Hi ARM SoC people, please apply this directly for -next on the
>> DT branch. It makes the accelerometer work on the Nomadik.
>
> Ping on this.

Sorry, forgot to reply here, but this was applied to next/dt at the same
time as your other one (ARM64: juno: add GPIO keys).  It's in arm-soc as
386f56bb7330 ARM: nomadik: set proper compatible for accelerometer

Thanks,

Kevin



    

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

* [PATCH] ARM: nomadik: set proper compatible for accelerometer
  2015-06-05  7:42 Linus Walleij
@ 2015-06-15  7:58 ` Linus Walleij
  2015-06-15 19:05   ` Kevin Hilman
  0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2015-06-15  7:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jun 5, 2015 at 9:42 AM, Linus Walleij <linus.walleij@linaro.org> wrote:

> Adjust device tree entry to the proper registered compatible
> string for LIS3LV02DL.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> Hi ARM SoC people, please apply this directly for -next on the
> DT branch. It makes the accelerometer work on the Nomadik.

Ping on this.

Yours,
Linus Walleij

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

* [PATCH] ARM: nomadik: set proper compatible for accelerometer
@ 2015-06-05  7:42 Linus Walleij
  2015-06-15  7:58 ` Linus Walleij
  0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2015-06-05  7:42 UTC (permalink / raw)
  To: linux-arm-kernel

Adjust device tree entry to the proper registered compatible
string for LIS3LV02DL.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Hi ARM SoC people, please apply this directly for -next on the
DT branch. It makes the accelerometer work on the Nomadik.
---
 arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
index f182f6538e90..9a5f2ba139b7 100644
--- a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
+++ b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
@@ -722,8 +722,9 @@
 			   reg = <0x1a>;
 		};
 		lis3lv02dl at 1d {
-			   compatible = "st,lis3lv02dl";
-			   reg = <0x1d>;
+			/* Accelerometer */
+			compatible = "st,lis3lv02dl-accel";
+			reg = <0x1d>;
 		};
 	};
 
-- 
2.4.2

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

end of thread, other threads:[~2015-06-15 20:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-23 17:31 [PATCH] ARM: nomadik: set proper compatible for accelerometer Linus Walleij
2015-06-05  7:42 Linus Walleij
2015-06-15  7:58 ` Linus Walleij
2015-06-15 19:05   ` Kevin Hilman
2015-06-15 20:43     ` 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.