mirror of https://gitee.com/openkylin/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 <linux@roeck-us.net> Signed-off-by: Joachim Eastwood <manabian@gmail.com>
This commit is contained in:
parent
29b4817d40
commit
143778ebc8
|
@ -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>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue