mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
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 <andreas@kemnade.info> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
committed by
Tony Lindgren
parent
c936afb573
commit
5b65ef41ce
@@ -133,5 +133,7 @@
|
||||
bme280@76 {
|
||||
compatible = "bosch,bme280";
|
||||
reg = <0x76>;
|
||||
vdda-supply = <&vio>;
|
||||
vddd-supply = <&vio>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user