linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6qdl-gw5xxx: Fix Linear Technology vendor prefix
@ 2014-05-26  8:40 Philipp Zabel
  2014-05-26  9:08 ` Lothar Waßmann
  2014-05-29  8:11 ` Shawn Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Philipp Zabel @ 2014-05-26  8:40 UTC (permalink / raw)
  To: linux-arm-kernel

The vendor prefix for Linear Technology should be lltc,
same as the NASDAQ symbol.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 arch/arm/boot/dts/imx6qdl-gw51xx.dtsi | 2 +-
 arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 2 +-
 arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi
index 98a4221..642d909 100644
--- a/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi
@@ -156,7 +156,7 @@
 	status = "okay";
 
 	pmic: ltc3676 at 3c {
-		compatible = "ltc,ltc3676";
+		compatible = "lltc,ltc3676";
 		reg = <0x3c>;
 
 		regulators {
diff --git a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
index 8e99c9a..f5adbd2 100644
--- a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
@@ -208,7 +208,7 @@
 	};
 
 	pmic: ltc3676 at 3c {
-		compatible = "ltc,ltc3676";
+		compatible = "lltc,ltc3676";
 		reg = <0x3c>;
 
 		regulators {
diff --git a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
index c8e5ae0..c371ba1 100644
--- a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
@@ -222,7 +222,7 @@
 	};
 
 	pmic: ltc3676 at 3c {
-		compatible = "ltc,ltc3676";
+		compatible = "lltc,ltc3676";
 		reg = <0x3c>;
 
 		regulators {
-- 
2.0.0.rc2

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

* [PATCH] ARM: dts: imx6qdl-gw5xxx: Fix Linear Technology vendor prefix
  2014-05-26  8:40 [PATCH] ARM: dts: imx6qdl-gw5xxx: Fix Linear Technology vendor prefix Philipp Zabel
@ 2014-05-26  9:08 ` Lothar Waßmann
  2014-05-26  9:40   ` Philipp Zabel
  2014-05-29  8:11 ` Shawn Guo
  1 sibling, 1 reply; 4+ messages in thread
From: Lothar Waßmann @ 2014-05-26  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Philipp Zabel wrote:
> The vendor prefix for Linear Technology should be lltc,
> same as the NASDAQ symbol.
> 
The vendor prefix seems to be missing in
Documentation/devictree/bindins/vendor-prefixes.txt, or am I missing
something?


Lothar Wa?mann
-- 
___________________________________________________________

Ka-Ro electronics GmbH | Pascalstra?e 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Gesch?ftsf?hrer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996

www.karo-electronics.de | info at karo-electronics.de
___________________________________________________________

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

* [PATCH] ARM: dts: imx6qdl-gw5xxx: Fix Linear Technology vendor prefix
  2014-05-26  9:08 ` Lothar Waßmann
@ 2014-05-26  9:40   ` Philipp Zabel
  0 siblings, 0 replies; 4+ messages in thread
From: Philipp Zabel @ 2014-05-26  9:40 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Lothar,

Am Montag, den 26.05.2014, 11:08 +0200 schrieb Lothar Wa?mann:
> Hi,
> 
> Philipp Zabel wrote:
> > The vendor prefix for Linear Technology should be lltc,
> > same as the NASDAQ symbol.
> > 
> The vendor prefix seems to be missing in
> Documentation/devictree/bindins/vendor-prefixes.txt, or am I missing
> something?

I have sent the documentation patches together with the ltc3589
regulator driver:
https://lkml.org/lkml/2014/5/26/98

regards
Philipp

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

* [PATCH] ARM: dts: imx6qdl-gw5xxx: Fix Linear Technology vendor prefix
  2014-05-26  8:40 [PATCH] ARM: dts: imx6qdl-gw5xxx: Fix Linear Technology vendor prefix Philipp Zabel
  2014-05-26  9:08 ` Lothar Waßmann
@ 2014-05-29  8:11 ` Shawn Guo
  1 sibling, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2014-05-29  8:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, May 26, 2014 at 10:40:31AM +0200, Philipp Zabel wrote:
> The vendor prefix for Linear Technology should be lltc,
> same as the NASDAQ symbol.
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

Applied, thanks.

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

end of thread, other threads:[~2014-05-29  8:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26  8:40 [PATCH] ARM: dts: imx6qdl-gw5xxx: Fix Linear Technology vendor prefix Philipp Zabel
2014-05-26  9:08 ` Lothar Waßmann
2014-05-26  9:40   ` Philipp Zabel
2014-05-29  8:11 ` Shawn Guo

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).