From: Andreas Kemnade Date: Fri, 1 Oct 2021 07:34:14 +0000 (+0200) Subject: arm: dts: omap3-gta04a5: fix missing sensor supply X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5b65ef41ce96e0217e438141653d00965b50670f;p=linux.git 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap3-gta04a5.dts b/arch/arm/boot/dts/omap3-gta04a5.dts index 9ce8d81250aa0..a2ba4030cf279 100644 --- a/arch/arm/boot/dts/omap3-gta04a5.dts +++ b/arch/arm/boot/dts/omap3-gta04a5.dts @@ -133,5 +133,7 @@ bme280@76 { compatible = "bosch,bme280"; reg = <0x76>; + vdda-supply = <&vio>; + vddd-supply = <&vio>; }; };