Skip to content

Commit

Permalink
linux-0001-gpio
Browse files Browse the repository at this point in the history
  • Loading branch information
tzzee committed Jul 14, 2020
1 parent b92842c commit c879712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/am335x-bone-common-pinmux.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@
P8_18_pinmux {
compatible = "bone-pinmux-helper";
status = "okay";
pinctrl-names = "default", "gpio";
pinctrl-names = "default", "gpio", "gpio_pu", "gpio_pd";
pinctrl-0 = <&P8_18_default_pin>;
pinctrl-1 = <&P8_18_gpio_pin>;
pinctrl-2 = <&P8_18_gpio_pu_pin>;
Expand All @@ -1547,7 +1547,7 @@
P8_26_pinmux {
compatible = "bone-pinmux-helper";
status = "okay";
pinctrl-names = "default", "gpio";
pinctrl-names = "default", "gpio", "gpio_pu", "gpio_pd";
pinctrl-0 = <&P8_26_default_pin>;
pinctrl-1 = <&P8_26_gpio_pin>;
pinctrl-2 = <&P8_26_gpio_pu_pin>;
Expand Down

0 comments on commit c879712

Please sign in to comment.