Skip to content

Commit

Permalink
set default pinmux for SPI pins
Browse files Browse the repository at this point in the history
  • Loading branch information
Demo User committed Oct 5, 2018
1 parent 41e7700 commit c002c04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions device_tree/dtb-4.14-ti/am335x-boneblue.dts
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@
compatible = "bone-pinmux-helper";
status = "okay";
pinctrl-names = "default", "gpio", "gpio_pu", "gpio_pd", "pwm", "spi", "pruout", "pruin";
pinctrl-0 = <&P9_30_default_pin>;
pinctrl-0 = <&P9_30_spi_pin>;
pinctrl-1 = <&P9_30_gpio_pin>;
pinctrl-2 = <&P9_30_gpio_pu_pin>;
pinctrl-3 = <&P9_30_gpio_pd_pin>;
Expand All @@ -772,7 +772,7 @@
compatible = "bone-pinmux-helper";
status = "okay";
pinctrl-names = "default", "gpio", "gpio_pu", "gpio_pd", "pwm", "spi", "pruout", "pruin";
pinctrl-0 = <&P9_29_default_pin>;
pinctrl-0 = <&P9_29_spi_pin>;
pinctrl-1 = <&P9_29_gpio_pin>;
pinctrl-2 = <&P9_29_gpio_pu_pin>;
pinctrl-3 = <&P9_29_gpio_pd_pin>;
Expand All @@ -787,7 +787,7 @@
compatible = "bone-pinmux-helper";
status = "okay";
pinctrl-names = "default", "gpio", "gpio_pu", "gpio_pd", "pwm", "spi", "pruout", "pruin";
pinctrl-0 = <&P9_31_default_pin>;
pinctrl-0 = <&P9_31_spi_pin>;
pinctrl-1 = <&P9_31_gpio_pin>;
pinctrl-2 = <&P9_31_gpio_pu_pin>;
pinctrl-3 = <&P9_31_gpio_pd_pin>;
Expand Down Expand Up @@ -909,7 +909,7 @@
compatible = "bone-pinmux-helper";
status = "okay";
pinctrl-names = "default", "gpio", "gpio_pu", "gpio_pd", "spi";
pinctrl-0 = <&H18_default_pin>;
pinctrl-0 = <&H18_spi_pin>;
pinctrl-1 = <&H18_gpio_pin>;
pinctrl-2 = <&H18_gpio_pu_pin>;
pinctrl-3 = <&H18_gpio_pd_pin>;
Expand All @@ -922,7 +922,7 @@
compatible = "bone-pinmux-helper";
status = "okay";
pinctrl-names = "default", "gpio", "gpio_pu", "gpio_pd", "spi";
pinctrl-0 = <&C18_default_pin>;
pinctrl-0 = <&C18_spi_pin>;
pinctrl-1 = <&C18_gpio_pin>;
pinctrl-2 = <&C18_gpio_pu_pin>;
pinctrl-3 = <&C18_gpio_pd_pin>;
Expand Down
10 changes: 5 additions & 5 deletions device_tree/dtb-4.14-ti/am335x-roboticscape.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
compatible = "bone-pinmux-helper";
status = "okay";
pinctrl-names = "default", "gpio", "gpio_pu", "gpio_pd", "pwm", "spi", "pruout", "pruin";
pinctrl-0 = <&P9_29_default_pin>;
pinctrl-0 = <&P9_29_spi_pin>;
pinctrl-1 = <&P9_29_gpio_pin>;
pinctrl-2 = <&P9_29_gpio_pu_pin>;
pinctrl-3 = <&P9_29_gpio_pd_pin>;
Expand All @@ -171,7 +171,7 @@
compatible = "bone-pinmux-helper";
status = "okay";
pinctrl-names = "default", "gpio", "gpio_pu", "gpio_pd", "pwm", "spi", "pruout", "pruin";
pinctrl-0 = <&P9_30_default_pin>;
pinctrl-0 = <&P9_30_spi_pin>;
pinctrl-1 = <&P9_30_gpio_pin>;
pinctrl-2 = <&P9_30_gpio_pu_pin>;
pinctrl-3 = <&P9_30_gpio_pd_pin>;
Expand All @@ -186,7 +186,7 @@
compatible = "bone-pinmux-helper";
status = "okay";
pinctrl-names = "default", "gpio", "gpio_pu", "gpio_pd", "pwm", "spi", "pruout", "pruin";
pinctrl-0 = <&P9_31_default_pin>;
pinctrl-0 = <&P9_31_spi_pin>;
pinctrl-1 = <&P9_31_gpio_pin>;
pinctrl-2 = <&P9_31_gpio_pu_pin>;
pinctrl-3 = <&P9_31_gpio_pd_pin>;
Expand All @@ -201,7 +201,7 @@
compatible = "bone-pinmux-helper";
status = "okay";
pinctrl-names = "default", "gpio", "gpio_pu", "gpio_pd", "pwm", "spi", "pwm2", "pruout", "pruin";
pinctrl-0 = <&P9_28_default_pin>;
pinctrl-0 = <&P9_28_spi_pin>;
pinctrl-1 = <&P9_28_gpio_pin>;
pinctrl-2 = <&P9_28_gpio_pu_pin>;
pinctrl-3 = <&P9_28_gpio_pd_pin>;
Expand All @@ -217,7 +217,7 @@
compatible = "bone-pinmux-helper";
status = "okay";
pinctrl-names = "default", "gpio", "gpio_pu", "gpio_pd", "pwm";
pinctrl-0 = <&P9_23_default_pin>;
pinctrl-0 = <&P9_23_gpio_pin>;
pinctrl-1 = <&P9_23_gpio_pin>;
pinctrl-2 = <&P9_23_gpio_pu_pin>;
pinctrl-3 = <&P9_23_gpio_pd_pin>;
Expand Down

0 comments on commit c002c04

Please sign in to comment.