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: Andreas Kemnade <andreas@kemnade.info> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
56696bf78e
commit
c936afb573
|
@ -508,6 +508,8 @@
|
||||||
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 */
|
||||||
|
|
Loading…
Reference in New Issue