[PATCH 3/4] arm64: dts: apq8016-sbc: enable i2c buses on LS and HS

From: Srinivas Kandagatla
Date: Thu Oct 08 2015 - 07:19:43 EST


This patch enables i2c buses on low speed and high speed expansion
connectors on DB410C.

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

diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
index 3fc3be4..3581272 100644
--- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
+++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
@@ -86,3 +86,18 @@
};
};
};
+
+&blsp_i2c2 {
+ /* On Low speed expansion */
+ status = "okay";
+};
+
+&blsp_i2c4 {
+ /* On High speed expansion */
+ status = "okay";
+};
+
+&blsp_i2c6 {
+ /* On Low speed expansion */
+ status = "okay";
+};
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/