Skip to content

Commit

Permalink
ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1
Browse files Browse the repository at this point in the history
Set d0 and d1 pin directions for spi0 and spi1 as per their pinmux.

Signed-off-by: Raag Jadav <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
raagjadav authored and tmlind committed Jan 23, 2020
1 parent 5abd45e commit b0b0395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/am43x-epos-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -848,13 +848,15 @@
pinctrl-names = "default", "sleep";
pinctrl-0 = <&spi0_pins_default>;
pinctrl-1 = <&spi0_pins_sleep>;
ti,pindir-d0-out-d1-in = <1>;
};

&spi1 {
status = "okay";
pinctrl-names = "default", "sleep";
pinctrl-0 = <&spi1_pins_default>;
pinctrl-1 = <&spi1_pins_sleep>;
ti,pindir-d0-out-d1-in = <1>;
};

&usb2_phy1 {
Expand Down

0 comments on commit b0b0395

Please sign in to comment.