Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: ifc6410: add correct aliases to the i2c and spi bus

This patch adds correct aliases to spi and i2c buses so that they get
correct matching bus numbers.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>

authored by

Srinivas Kandagatla and committed by
Andy Gross
90bd6e8f 806334ed

+5
+5
arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
··· 9 9 aliases { 10 10 serial0 = &gsbi7_serial; 11 11 serial1 = &gsbi6_serial; 12 + i2c0 = &gsbi1_i2c; 13 + i2c1 = &gsbi2_i2c; 14 + i2c2 = &gsbi3_i2c; 15 + i2c3 = &gsbi4_i2c; 16 + spi0 = &gsbi5_spi; 12 17 }; 13 18 14 19 chosen {