linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1
@ 2020-01-19 11:28 Raag Jadav
  2020-01-23 16:12 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Raag Jadav @ 2020-01-19 11:28 UTC (permalink / raw)
  To: bcousson, tony, robh+dt, mark.rutland
  Cc: linux-omap, devicetree, linux-kernel, Raag Jadav

Set d0 and d1 pin directions for spi0 and spi1 as per their pinmux.

Signed-off-by: Raag Jadav <raagjadav@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1
  2020-01-19 11:28 [PATCH] ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1 Raag Jadav
@ 2020-01-23 16:12 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2020-01-23 16:12 UTC (permalink / raw)
  To: Raag Jadav
  Cc: bcousson, robh+dt, mark.rutland, linux-omap, devicetree, linux-kernel

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

Thanks applying into fixes.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-23 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-19 11:28 [PATCH] ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1 Raag Jadav
2020-01-23 16:12 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).