Skip to content

Commit

Permalink
arm64: dts: fix the i2c aliasing to match to schematics.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Srinivas Kandagatla authored and Andy Gross committed Dec 17, 2015
1 parent f4fb6ae commit b98e6c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
serial0 = &blsp1_uart2;
serial1 = &blsp1_uart1;
usid0 = &pm8916_0;
i2c0 = &blsp_i2c2;
i2c1 = &blsp_i2c6;
i2c3 = &blsp_i2c4;
};

chosen {
Expand Down

0 comments on commit b98e6c7

Please sign in to comment.