]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: imx7-mba7: improve compatible for LM75 temp sensor
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>
Mon, 12 Aug 2024 14:14:14 +0000 (16:14 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 28 Aug 2024 03:20:44 +0000 (11:20 +0800)
Use national,lm75a to specify exact variant used. This should cause
no functional changes.

Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi

index 775bd3066b87937c42c8439b4b6ae5b50c1edde3..e1c401f468e16f91a5ccf145c7509fa287d420fb 100644 (file)
 
 &i2c1 {
        lm75: temperature-sensor@49 {
-               compatible = "national,lm75";
+               compatible = "national,lm75a";
                reg = <0x49>;
                vs-supply = <&reg_vcc_3v3>;
        };