[PATCH v2 2/5] arm64: dts: mba8mx: Fix temperature sensor compatible
Alexander Stein
alexander.stein at ew.tq-group.com
Mon Jan 2 06:48:45 PST 2023
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.
Signed-off-by: Alexander Stein <alexander.stein at ew.tq-group.com>
---
Changes in v2:
* Split into arm64-only series
arch/arm64/boot/dts/freescale/mba8mx.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/mba8mx.dtsi b/arch/arm64/boot/dts/freescale/mba8mx.dtsi
index 3283af9888cf..d41f75b53bde 100644
--- a/arch/arm64/boot/dts/freescale/mba8mx.dtsi
+++ b/arch/arm64/boot/dts/freescale/mba8mx.dtsi
@@ -283,8 +283,8 @@ tlv320aic3x04: audio-codec at 18 {
ldoin-supply = <®_vcc_3v3>;
};
- sensor1: sensor at 1f {
- compatible = "nxp,se97", "jedec,jc-42.4-temp";
+ sensor1: temperator-sensor at 1f {
+ compatible = "nxp,se97b", "jedec,jc-42.4-temp";
reg = <0x1f>;
};
--
2.34.1
More information about the linux-arm-kernel
mailing list