Commit d8667718 authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo

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: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent aa4f48a4
......@@ -30,6 +30,7 @@ pmic: pmic@8 {
sensor@48 {
compatible = "national,lm75";
reg = <0x48>;
vs-supply = <&reg_3p3v>;
};
eeprom@50 {
......
......@@ -23,6 +23,7 @@ pmic: pmic@8 {
sensor@48 {
compatible = "national,lm75";
reg = <0x48>;
vs-supply = <&reg_3p3v>;
};
eeprom@50 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment