Message ID | 20211001073416.2904733-4-andreas@kemnade.info (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm: dts: omap3-gta04: dtbs_check fixes | expand |
diff --git a/arch/arm/boot/dts/omap3-gta04a5.dts b/arch/arm/boot/dts/omap3-gta04a5.dts index 9ce8d81250aa..a2ba4030cf27 100644 --- a/arch/arm/boot/dts/omap3-gta04a5.dts +++ b/arch/arm/boot/dts/omap3-gta04a5.dts @@ -133,5 +133,7 @@ bmc150@12 { bme280@76 { compatible = "bosch,bme280"; reg = <0x76>; + vdda-supply = <&vio>; + vddd-supply = <&vio>; }; };
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> --- arch/arm/boot/dts/omap3-gta04a5.dts | 2 ++ 1 file changed, 2 insertions(+)