Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
	};