ARM: dts: imx6qdl-tqma6x: Add missing vs-supply for lm75

Fixes the warning:
lm75 0-0048: supply vs not found, using dummy regulator

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Alexander Stein 2023-07-21 10:26:28 +02:00 committed by Shawn Guo
parent aa4f48a4e0
commit d866771890
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ pmic: pmic@8 {
sensor@48 {
compatible = "national,lm75";
reg = <0x48>;
vs-supply = <&reg_3p3v>;
};
eeprom@50 {

View File

@ -23,6 +23,7 @@ pmic: pmic@8 {
sensor@48 {
compatible = "national,lm75";
reg = <0x48>;
vs-supply = <&reg_3p3v>;
};
eeprom@50 {