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