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 <linux@roeck-us.net>
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
This commit is contained in:
Guenter Roeck 2016-07-05 09:44:33 -07:00 committed by Joachim Eastwood
parent 29b4817d40
commit 143778ebc8
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ &i2c0 {
/* NXP SE97BTP with temperature sensor + eeprom */
sensor@18 {
compatible = "nxp,jc42";
compatible = "nxp,se97", "jedec,jc-42.4-temp";
reg = <0x18>;
};