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:
parent
0b8576d844
commit
0bbca347f5
|
@ -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>;
|
||||
};
|
||||
|
||||
|
|
|
@ -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>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue