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>
This commit is contained in:
Srinivas Kandagatla 2016-02-23 14:15:08 +00:00 committed by Andy Gross
parent 806334ed8e
commit 90bd6e8fea
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ / {
aliases {
serial0 = &gsbi7_serial;
serial1 = &gsbi6_serial;
i2c0 = &gsbi1_i2c;
i2c1 = &gsbi2_i2c;
i2c2 = &gsbi3_i2c;
i2c3 = &gsbi4_i2c;
spi0 = &gsbi5_spi;
};
chosen {