Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1547365 > unrolled thread

[PATCH] ARM: dts: sunxi: Enable spi1 and spi2 for Olimex A20 SOM EVB

Started byEmmanuel Vadot <manu@bidouilliste.com>
First post2016-12-26 19:10 +0100
Last post2016-12-26 19:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: sunxi: Enable spi1 and spi2 for Olimex A20 SOM EVB Emmanuel Vadot <manu@bidouilliste.com> - 2016-12-26 19:10 +0100

#1547365 — [PATCH] ARM: dts: sunxi: Enable spi1 and spi2 for Olimex A20 SOM EVB

FromEmmanuel Vadot <manu@bidouilliste.com>
Date2016-12-26 19:10 +0100
Subject[PATCH] ARM: dts: sunxi: Enable spi1 and spi2 for Olimex A20 SOM EVB
Message-ID<sSHSF-86v-23@gated-at.bofh.it>
Enable the spi1 and spi2 node since the pins are exposed on the UEXT
connectors.

Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com>
---
 arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts b/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts
index 669a1c338c76..fa8c6f60552b 100644
--- a/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts
+++ b/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts
@@ -300,12 +300,14 @@
 	pinctrl-names = "default";
 	pinctrl-0 = <&spi1_pins_a>,
 		    <&spi1_cs0_pins_a>;
+	status = "okay";
 };
 
 &spi2 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&spi2_pins_a>,
 		    <&spi2_cs0_pins_a>;
+	status = "okay";
 };
 
 &uart0 {
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web