mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 20:22:08 +02:00
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:
parent
aa4f48a4e0
commit
d866771890
|
|
@ -30,6 +30,7 @@ pmic: pmic@8 {
|
|||
sensor@48 {
|
||||
compatible = "national,lm75";
|
||||
reg = <0x48>;
|
||||
vs-supply = <®_3p3v>;
|
||||
};
|
||||
|
||||
eeprom@50 {
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ pmic: pmic@8 {
|
|||
sensor@48 {
|
||||
compatible = "national,lm75";
|
||||
reg = <0x48>;
|
||||
vs-supply = <®_3p3v>;
|
||||
};
|
||||
|
||||
eeprom@50 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user