Skip to content

Commit

Permalink
ARM: dts: lpc4350-hitex-eval: fix binding for SE97 i2c device
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Guenter Roeck authored and Joachim Eastwood committed Aug 27, 2016
1 parent 29b4817 commit 143778e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/lpc4350-hitex-eval.dts
Original file line number Diff line number Diff line change
@@ -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>;
};

0 comments on commit 143778e

Please sign in to comment.