arm: dts: omap3-gta04a5: fix missing sensor supply

Add mandatory supply properties. The supply is always on, so it is just
a syntax issue, no functional change.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Andreas Kemnade 2021-10-01 09:34:14 +02:00 committed by Tony Lindgren
parent c936afb573
commit 5b65ef41ce

View File

@ -133,5 +133,7 @@
bme280@76 {
compatible = "bosch,bme280";
reg = <0x76>;
vdda-supply = <&vio>;
vddd-supply = <&vio>;
};
};