mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
ARM: dts: imx7-tqma7: add missing vs-supply for LM75A (rev. 01xxx)
Add missing supply for LM75. Fixes the kernel warning:
lm75 0-0048: supply vs not found, using dummy regulator
Fixes: c9d4affbe6 ("ARM: dts: imx: tqma7: add lm75a sensor (rev. 01xxx)")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Markus Niebel <markus.niebel@ew.tq-group.com>
Reviewed-by: Bruno Thomsen <bruno.thomsen@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
24bd1c6c87
commit
78e08cebfe
|
|
@ -135,6 +135,7 @@ vgen6_reg: vldo4 {
|
|||
lm75a: temperature-sensor@48 {
|
||||
compatible = "national,lm75a";
|
||||
reg = <0x48>;
|
||||
vs-supply = <&vgen4_reg>;
|
||||
};
|
||||
|
||||
/* NXP SE97BTP with temperature sensor + eeprom, TQMa7x 02xx */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user