From: Guenter Roeck Date: Tue, 5 Jul 2016 16:44:33 +0000 (-0700) Subject: ARM: dts: lpc4350-hitex-eval: fix binding for SE97 i2c device X-Git-Tag: v4.9-rc1~76^2~29^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=143778ebc8c97f74b16feca4da7736cdf69f7a9a;p=karo-tx-linux.git ARM: dts: lpc4350-hitex-eval: fix binding for SE97 i2c device 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. Signed-off-by: Guenter Roeck Signed-off-by: Joachim Eastwood --- 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>; };