Commit 0bbca347 authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo

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: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0b8576d8
......@@ -116,8 +116,8 @@ reg_vldo4: vldo4 {
};
};
jc42_1a: eeprom-temperature-sensor@1a {
compatible = "nxp,se97", "jedec,jc-42.4-temp";
jc42_1a: eeprom-temperature@1a {
compatible = "nxp,se97b", "jedec,jc-42.4-temp";
reg = <0x1a>;
};
......
......@@ -226,7 +226,7 @@ tlv320aic32x4: audio-codec@18 {
};
jc42: temperature-sensor@19 {
compatible = "nxp,se97", "jedec,jc-42.4-temp";
compatible = "nxp,se97b", "jedec,jc-42.4-temp";
reg = <0x19>;
};
......
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