* [PATCH] ARM: shmobile: kzm9g dts: Add adxl345-specific compatible property
@ 2015-07-06 9:59 Geert Uytterhoeven
[not found] ` <1436176746-10995-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2015-07-06 9:59 UTC (permalink / raw)
To: Simon Horman, Magnus Damm
Cc: Laurent Pinchart, linux-sh, linux-arm-kernel, linux-input,
devicetree, Geert Uytterhoeven
The accelerometer node used the generic compatible property only.
Add the device-specific one, to make it future proof.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Depends on commit 3a38958d2477b718 ("Input: adxl34x - add OF match
support"), which is in v4.2-rc1.
---
arch/arm/boot/dts/sh73a0-kzm9g.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g.dts b/arch/arm/boot/dts/sh73a0-kzm9g.dts
index 24b4cd24dceb2f9e..ae91278d77b45b38 100644
--- a/arch/arm/boot/dts/sh73a0-kzm9g.dts
+++ b/arch/arm/boot/dts/sh73a0-kzm9g.dts
@@ -206,7 +206,7 @@
};
accelerometer@1d {
- compatible = "adi,adxl34x";
+ compatible = "adi,adxl345", "adi,adxl34x";
reg = <0x1d>;
interrupt-parent = <&irqpin3>;
interrupts = <2 IRQ_TYPE_LEVEL_HIGH>,
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <1436176746-10995-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>]
* Re: [PATCH] ARM: shmobile: kzm9g dts: Add adxl345-specific compatible property [not found] ` <1436176746-10995-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> @ 2015-07-06 10:17 ` Laurent Pinchart 2015-07-06 10:49 ` Geert Uytterhoeven 0 siblings, 1 reply; 3+ messages in thread From: Laurent Pinchart @ 2015-07-06 10:17 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Simon Horman, Magnus Damm, Laurent Pinchart, linux-sh-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-input-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA Hi Geert, Thank you for the patch. On Monday 06 July 2015 11:59:06 Geert Uytterhoeven wrote: > The accelerometer node used the generic compatible property only. > Add the device-specific one, to make it future proof. > > Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> > --- > Depends on commit 3a38958d2477b718 ("Input: adxl34x - add OF match > support"), which is in v4.2-rc1. > --- > arch/arm/boot/dts/sh73a0-kzm9g.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/sh73a0-kzm9g.dts > b/arch/arm/boot/dts/sh73a0-kzm9g.dts index > 24b4cd24dceb2f9e..ae91278d77b45b38 100644 > --- a/arch/arm/boot/dts/sh73a0-kzm9g.dts > +++ b/arch/arm/boot/dts/sh73a0-kzm9g.dts > @@ -206,7 +206,7 @@ > }; > > accelerometer@1d { > - compatible = "adi,adxl34x"; > + compatible = "adi,adxl345", "adi,adxl34x"; "adi,adxl34x" is deprecated and shouldn't be used in DT. You can just specify "adi,adxl345". > reg = <0x1d>; > interrupt-parent = <&irqpin3>; > interrupts = <2 IRQ_TYPE_LEVEL_HIGH>, -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: shmobile: kzm9g dts: Add adxl345-specific compatible property 2015-07-06 10:17 ` Laurent Pinchart @ 2015-07-06 10:49 ` Geert Uytterhoeven 0 siblings, 0 replies; 3+ messages in thread From: Geert Uytterhoeven @ 2015-07-06 10:49 UTC (permalink / raw) To: Laurent Pinchart Cc: Geert Uytterhoeven, Simon Horman, Magnus Damm, Laurent Pinchart, Linux-sh list, linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org, devicetree@vger.kernel.org On Mon, Jul 6, 2015 at 12:17 PM, Laurent Pinchart <laurent.pinchart@ideasonboard.com> wrote: >> --- a/arch/arm/boot/dts/sh73a0-kzm9g.dts >> +++ b/arch/arm/boot/dts/sh73a0-kzm9g.dts >> @@ -206,7 +206,7 @@ >> }; >> >> accelerometer@1d { >> - compatible = "adi,adxl34x"; >> + compatible = "adi,adxl345", "adi,adxl34x"; > > "adi,adxl34x" is deprecated and shouldn't be used in DT. You can just specify > "adi,adxl345". Right, we only care (sometimes ;-) about backward-compatibility, not about forward-compatibility. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-06 10:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-06 9:59 [PATCH] ARM: shmobile: kzm9g dts: Add adxl345-specific compatible property Geert Uytterhoeven
[not found] ` <1436176746-10995-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2015-07-06 10:17 ` Laurent Pinchart
2015-07-06 10:49 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).