Commit c936afb5 authored by Andreas Kemnade's avatar Andreas Kemnade Committed by Tony Lindgren

arm: dts: omap3-gta04: 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 56696bf7
...@@ -508,6 +508,8 @@ bmp085@77 { ...@@ -508,6 +508,8 @@ bmp085@77 {
pinctrl-0 = <&bmp085_pins>; pinctrl-0 = <&bmp085_pins>;
interrupt-parent = <&gpio4>; interrupt-parent = <&gpio4>;
interrupts = <17 IRQ_TYPE_EDGE_RISING>; /* GPIO_113 */ interrupts = <17 IRQ_TYPE_EDGE_RISING>; /* GPIO_113 */
vdda-supply = <&vio>;
vddd-supply = <&vio>;
}; };
/* accelerometer */ /* accelerometer */
......
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