Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: tqma6ul + mba6ulx: Fix temperature sensor compatible

Use the correct compatible 'nxp,se97b' as it is an SE97BTP chip.
While at it, fix the node name according to device tree spec
recommendations. The EEPROM is a separate node anyway.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Alexander Stein and committed by
Shawn Guo
0bbca347 0b8576d8

+3 -3
+2 -2
arch/arm/boot/dts/imx6ul-tqma6ul-common.dtsi
··· 116 116 }; 117 117 }; 118 118 119 - jc42_1a: eeprom-temperature-sensor@1a { 120 - compatible = "nxp,se97", "jedec,jc-42.4-temp"; 119 + jc42_1a: eeprom-temperature@1a { 120 + compatible = "nxp,se97b", "jedec,jc-42.4-temp"; 121 121 reg = <0x1a>; 122 122 }; 123 123
+1 -1
arch/arm/boot/dts/mba6ulx.dtsi
··· 226 226 }; 227 227 228 228 jc42: temperature-sensor@19 { 229 - compatible = "nxp,se97", "jedec,jc-42.4-temp"; 229 + compatible = "nxp,se97b", "jedec,jc-42.4-temp"; 230 230 reg = <0x19>; 231 231 }; 232 232