Commit 143778eb authored by Guenter Roeck's avatar Guenter Roeck Committed by Joachim Eastwood

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: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
parent 29b4817d
......@@ -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>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment