From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@roeck-us.net (Guenter Roeck) Date: Tue, 5 Jul 2016 09:44:33 -0700 Subject: [PATCH 3/3] ARM: dts: lpc4350-hitex-eval: Fix binding for SE97 In-Reply-To: <1467737073-7949-1-git-send-email-linux@roeck-us.net> References: <1467737073-7949-1-git-send-email-linux@roeck-us.net> Message-ID: <1467737073-7949-3-git-send-email-linux@roeck-us.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 Cc: Joachim Eastwood Signed-off-by: Guenter Roeck --- 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 at 18 { - compatible = "nxp,jc42"; + compatible = "nxp,se97", "jedec,jc-42.4-temp"; reg = <0x18>; }; -- 2.5.0