projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c936afb
)
arm: dts: omap3-gta04a5: fix missing sensor supply
author
Andreas Kemnade
<andreas@kemnade.info>
Fri, 1 Oct 2021 07:34:14 +0000
(09:34 +0200)
committer
Tony 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3-gta04a5.dts
b/arch/arm/boot/dts/omap3-gta04a5.dts
index 9ce8d81250aa0d87c5ee2b013d3a5492f352af40..a2ba4030cf2796835332a188eb6707b0b17e3844 100644
(file)
--- 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>;
};
};