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:
parent
806334ed8e
commit
90bd6e8fea
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue