diff options
author | Matthias Schiffer <matthias.schiffer@ew.tq-group.com> | 2020-09-07 10:04:29 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-09-13 03:31:25 +0200 |
commit | 888bb3d2ccfbdc33dc947623e4a37841f6d8c0d4 (patch) | |
tree | 32cd68937ee102ddcf568160240fcf0c5dcc3e73 /arch/arm | |
parent | ARM: dts: imx6qdl-tqma6: remove obsolete fsl,spi-num-chipselects (diff) | |
download | linux-888bb3d2ccfbdc33dc947623e4a37841f6d8c0d4.tar.xz linux-888bb3d2ccfbdc33dc947623e4a37841f6d8c0d4.zip |
ARM: dts: imx6qdl-tqma6: fix LM75 compatible string
Specify the National LM75 sensor including its vendor name, as mandated
by the binding docs.
Fixes: cac849e9bbc8 ("ARM: dts: imx6qdl: add TQMa6{S,Q,QP} SoM")
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-tqma6a.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-tqma6b.dtsi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi b/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi index c18a06cf7929..b679bec78e6c 100644 --- a/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi +++ b/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi @@ -16,7 +16,7 @@ }; sensor@48 { - compatible = "lm75"; + compatible = "national,lm75"; reg = <0x48>; }; diff --git a/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi b/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi index a7460075f517..49c472285c06 100644 --- a/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi +++ b/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi @@ -16,7 +16,7 @@ }; sensor@48 { - compatible = "lm75"; + compatible = "national,lm75"; reg = <0x48>; }; |