arm: dts: omap3-gta04a5: fix missing sensor supply
authorAndreas Kemnade <andreas@kemnade.info>
Fri, 1 Oct 2021 07:34:14 +0000 (09:34 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 6 Oct 2021 07:32:03 +0000 (10:32 +0300)
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>
arch/arm/boot/dts/omap3-gta04a5.dts

index 9ce8d81250aa0d87c5ee2b013d3a5492f352af40..a2ba4030cf2796835332a188eb6707b0b17e3844 100644 (file)
        bme280@76 {
                compatible = "bosch,bme280";
                reg = <0x76>;
+               vdda-supply = <&vio>;
+               vddd-supply = <&vio>;
        };
 };