Commit 5b65ef41 authored by Andreas Kemnade's avatar Andreas Kemnade Committed by Tony Lindgren

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: default avatarAndreas Kemnade <andreas@kemnade.info>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c936afb5
......@@ -133,5 +133,7 @@ bmc150@12 {
bme280@76 {
compatible = "bosch,bme280";
reg = <0x76>;
vdda-supply = <&vio>;
vddd-supply = <&vio>;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment