[PATCH 6/7] ARM: dts: mba6ulx: Fix temperature sensor compatible

Alexander Stein alexander.stein at ew.tq-group.com
Wed Dec 7 04:42:04 PST 2022


Use the correct compatible 'nxp,se97b' as it is an SE97BTP chip.

Signed-off-by: Alexander Stein <alexander.stein at ew.tq-group.com>
---
 arch/arm/boot/dts/mba6ulx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/mba6ulx.dtsi b/arch/arm/boot/dts/mba6ulx.dtsi
index b8e576ab8860d..d08f525acfe56 100644
--- a/arch/arm/boot/dts/mba6ulx.dtsi
+++ b/arch/arm/boot/dts/mba6ulx.dtsi
@@ -229,7 +229,7 @@ tlv320aic32x4: audio-codec at 18 {
 	};
 
 	jc42: temperature-sensor at 19 {
-		compatible = "nxp,se97", "jedec,jc-42.4-temp";
+		compatible = "nxp,se97b", "jedec,jc-42.4-temp";
 		reg = <0x19>;
 	};
 
-- 
2.34.1




More information about the linux-arm-kernel mailing list