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


Groups > linux.kernel > #1320914 > unrolled thread

[PATCH v2 3/9] arm64: dts: apq8016-sbc: Add aliases to spi device.

Started bySrinivas Kandagatla <srinivas.kandagatla@linaro.org>
First post2016-01-28 18:50 +0100
Last post2016-01-28 18:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 3/9] arm64: dts: apq8016-sbc: Add aliases to spi device. Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-01-28 18:50 +0100

#1320914 — [PATCH v2 3/9] arm64: dts: apq8016-sbc: Add aliases to spi device.

FromSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Date2016-01-28 18:50 +0100
Subject[PATCH v2 3/9] arm64: dts: apq8016-sbc: Add aliases to spi device.
Message-ID<qVYRI-6R2-27@gated-at.bofh.it>
This patch adds aliases to spi device so that it can get proper bus
number rather than a random number.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
index db17c5d..6eb096e 100644
--- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
+++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
@@ -24,6 +24,8 @@
 		i2c0	= &blsp_i2c2;
 		i2c1	= &blsp_i2c6;
 		i2c3	= &blsp_i2c4;
+		spi0	= &blsp_spi5;
+		spi1	= &blsp_spi3;
 	};
 
 	chosen {
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web