2020-01-19 11:32:24

by Raag Jadav

[permalink] [raw]
Subject: [PATCH] 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]>
---
arch/arm/boot/dts/am43x-epos-evm.dts | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts
index 078cb47..a6fbc08 100644
--- a/arch/arm/boot/dts/am43x-epos-evm.dts
+++ b/arch/arm/boot/dts/am43x-epos-evm.dts
@@ -848,6 +848,7 @@
pinctrl-names = "default", "sleep";
pinctrl-0 = <&spi0_pins_default>;
pinctrl-1 = <&spi0_pins_sleep>;
+ ti,pindir-d0-out-d1-in = <1>;
};

&spi1 {
@@ -855,6 +856,7 @@
pinctrl-names = "default", "sleep";
pinctrl-0 = <&spi1_pins_default>;
pinctrl-1 = <&spi1_pins_sleep>;
+ ti,pindir-d0-out-d1-in = <1>;
};

&usb2_phy1 {
--
2.7.4


2020-01-23 16:15:22

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1

* Raag Jadav <[email protected]> [200119 11:30]:
> Set d0 and d1 pin directions for spi0 and spi1 as per their pinmux.

Thanks applying into fixes.

Tony