summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2015-12-11 18:12:50 +0000
committerAndy Gross <andy.gross@linaro.org>2015-12-16 23:01:42 -0600
commitb98e6c76586e92c407cd543f5a9b4efe802117d7 (patch)
tree6e70275fec5a164b9b1b90b5f73c6b7fb2296c2d /arch/arm64/boot
parentf4fb6aeafaaa1c795f4ada9388051295830460c7 (diff)
downloadop-kernel-dev-b98e6c76586e92c407cd543f5a9b4efe802117d7.zip
op-kernel-dev-b98e6c76586e92c407cd543f5a9b4efe802117d7.tar.gz
arm64: dts: fix the i2c aliasing to match to schematics.
This patch fixes the i2c bus number aliasing so that it matches with the schematics bus naming. Without this patch the user might would get bus numbers depending on the order the devices are probed. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r--arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
index 46bfcb9..0f775d7 100644
--- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
+++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
@@ -21,6 +21,9 @@
serial0 = &blsp1_uart2;
serial1 = &blsp1_uart1;
usid0 = &pm8916_0;
+ i2c0 = &blsp_i2c2;
+ i2c1 = &blsp_i2c6;
+ i2c3 = &blsp_i2c4;
};
chosen {
OpenPOWER on IntegriCloud