Skip to content

Commit b0b0395

Browse files
raagjadavtmlind
authored andcommitted
ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1
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]>
1 parent 5abd45e commit b0b0395

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/am43x-epos-evm.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,13 +848,15 @@
848848
pinctrl-names = "default", "sleep";
849849
pinctrl-0 = <&spi0_pins_default>;
850850
pinctrl-1 = <&spi0_pins_sleep>;
851+
ti,pindir-d0-out-d1-in = <1>;
851852
};
852853

853854
&spi1 {
854855
status = "okay";
855856
pinctrl-names = "default", "sleep";
856857
pinctrl-0 = <&spi1_pins_default>;
857858
pinctrl-1 = <&spi1_pins_sleep>;
859+
ti,pindir-d0-out-d1-in = <1>;
858860
};
859861

860862
&usb2_phy1 {

0 commit comments

Comments
 (0)