[Letux-kernel] [PATCH 3/5] arm: dts: omap3-gta04a5: fix missing sensor supply
Andreas Kemnade
andreas at kemnade.info
Fri Oct 1 09:34:14 CEST 2021
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 at kemnade.info>
---
arch/arm/boot/dts/omap3-gta04a5.dts | 2 ++
1 file changed, 2 insertions(+)
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 at 12 {
bme280 at 76 {
compatible = "bosch,bme280";
reg = <0x76>;
+ vdda-supply = <&vio>;
+ vddd-supply = <&vio>;
};
};
--
2.30.2
More information about the Letux-kernel
mailing list