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>
This commit is contained in:
Alexander Stein 2023-01-03 08:43:18 +01:00 committed by Shawn Guo
parent 0b8576d844
commit 0bbca347f5
2 changed files with 3 additions and 3 deletions

View File

@ -116,8 +116,8 @@
};
};
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>;
};

View File

@ -226,7 +226,7 @@
};
jc42: temperature-sensor@19 {
compatible = "nxp,se97", "jedec,jc-42.4-temp";
compatible = "nxp,se97b", "jedec,jc-42.4-temp";
reg = <0x19>;
};