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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -133,5 +133,7 @@ bmc150@12 {
	bme280@76 {
		compatible = "bosch,bme280";
		reg = <0x76>;
		vdda-supply = <&vio>;
		vddd-supply = <&vio>;
	};
};