Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1437186 > unrolled thread

[PATCH 3/3] ARM: dts: lpc4350-hitex-eval: Fix binding for SE97

Started byGuenter Roeck <linux@roeck-us.net>
First post2016-07-05 18:50 +0200
Last post2016-07-05 18:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/3] ARM: dts: lpc4350-hitex-eval: Fix binding for SE97 Guenter Roeck <linux@roeck-us.net> - 2016-07-05 18:50 +0200

#1437186 — [PATCH 3/3] ARM: dts: lpc4350-hitex-eval: Fix binding for SE97

FromGuenter Roeck <linux@roeck-us.net>
Date2016-07-05 18:50 +0200
Subject[PATCH 3/3] ARM: dts: lpc4350-hitex-eval: Fix binding for SE97
Message-ID<rRBHQ-5kY-31@gated-at.bofh.it>
The 'compatible = "nxp,jc42"' binding only happened to work because
the Linux driver is named jc42. The driver now supports generic
bindings for JC-42 compatible chips, so use the generic binding instead.

Cc: Ariel D'Alessandro <ariel@vanguardiasur.com.ar>
Cc: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 arch/arm/boot/dts/lpc4350-hitex-eval.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/lpc4350-hitex-eval.dts b/arch/arm/boot/dts/lpc4350-hitex-eval.dts
index 6c9048d4d03c..c97cba1d26a8 100644
--- a/arch/arm/boot/dts/lpc4350-hitex-eval.dts
+++ b/arch/arm/boot/dts/lpc4350-hitex-eval.dts
@@ -424,7 +424,7 @@
 
 	/* NXP SE97BTP with temperature sensor + eeprom */
 	sensor@18 {
-		compatible = "nxp,jc42";
+		compatible = "nxp,se97", "jedec,jc-42.4-temp";
 		reg = <0x18>;
 	};
 
-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web