ARM: dts: tqma6ul + mba6ulx: Fix temperature sensor compatible
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 3 Jan 2023 07:43:18 +0000 (08:43 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Jan 2023 08:03:59 +0000 (16:03 +0800)
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>
arch/arm/boot/dts/imx6ul-tqma6ul-common.dtsi
arch/arm/boot/dts/mba6ulx.dtsi

index eca94ed6451b009d86e747d427cf2735692bbd43..57e647fc3237426c9fddacdf24b1ad58d6da2419 100644 (file)
                };
        };
 
-       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>;
        };
 
index aac42df9ecf6ea00e537594063e4d6234f4ff16b..5bf831b072d6a32aebff09edff60261abd9a12cd 100644 (file)
        };
 
        jc42: temperature-sensor@19 {
-               compatible = "nxp,se97", "jedec,jc-42.4-temp";
+               compatible = "nxp,se97b", "jedec,jc-42.4-temp";
                reg = <0x19>;
        };