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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ pmic: pmic@8 {
	sensor@48 {
		compatible = "national,lm75";
		reg = <0x48>;
		vs-supply = <&reg_3p3v>;
	};

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

	eeprom@50 {