ARM: dts: lpc4350-hitex-eval: fix binding for SE97 i2c device
authorGuenter Roeck <linux@roeck-us.net>
Tue, 5 Jul 2016 16:44:33 +0000 (09:44 -0700)
committerJoachim Eastwood <manabian@gmail.com>
Sat, 27 Aug 2016 14:13:19 +0000 (16:13 +0200)
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 <linux@roeck-us.net>
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
arch/arm/boot/dts/lpc4350-hitex-eval.dts

index 6c9048d..c97cba1 100644 (file)
 
        /* NXP SE97BTP with temperature sensor + eeprom */
        sensor@18 {
-               compatible = "nxp,jc42";
+               compatible = "nxp,se97", "jedec,jc-42.4-temp";
                reg = <0x18>;
        };