Skip to content

Commit f6f7fbb

Browse files
vpelletierpalmer-dabbelt
authored andcommitted
riscv: dts: sifive unmatched: Link the tmp451 with its power supply
Fixes the following probe warning: lm90 0-004c: Looking up vcc-supply from device tree lm90 0-004c: Looking up vcc-supply property in node /soc/i2c@10030000/temperature-sensor@4c failed lm90 0-004c: supply vcc not found, using dummy regulator Signed-off-by: Vincent Pelletier <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent ad931d9 commit f6f7fbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
temperature-sensor@4c {
5656
compatible = "ti,tmp451";
5757
reg = <0x4c>;
58+
vcc-supply = <&vdd_bpro>;
5859
interrupt-parent = <&gpio>;
5960
interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
6061
};

0 commit comments

Comments
 (0)