Skip to content

Commit

Permalink
dts: anvl: add gpio-hog node for bq24190 otg pin
Browse files Browse the repository at this point in the history
The pin must be kept high prior to connect, or it won't
change iinlim from 0 to 2 and keep HIZ mode off.
  • Loading branch information
networkimprov authored Oct 10, 2016
1 parent 25068f7 commit 2641166
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/omap3-anvl.dts
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,15 @@
pinctrl-names = "default";
};

&twl_gpio {
otg {
gpio-hog;
gpios = <6 0>;
output-high;
line-name = "otg-gpio";
};
};

&uart1 {
interrupts-extended = <&intc 72 &omap3_pmx_core OMAP3_UART1_RX>;
pinctrl-0 = <&uart1_pins>;
Expand Down

0 comments on commit 2641166

Please sign in to comment.