]> Git Repo - linux.git/commitdiff
ARM: dts: ifc6410: add correct aliases to the i2c and spi bus
authorSrinivas Kandagatla <[email protected]>
Tue, 23 Feb 2016 14:15:08 +0000 (14:15 +0000)
committerAndy Gross <[email protected]>
Fri, 26 Feb 2016 19:15:49 +0000 (13:15 -0600)
This patch adds correct aliases to spi and i2c buses so that they get
correct matching bus numbers.

Signed-off-by: Srinivas Kandagatla <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
arch/arm/boot/dts/qcom-apq8064-ifc6410.dts

index 3d0a6caf2fa6f73c936c97235776814d0575de4e..2eeb0904eaa794169b756fd3a9e3a8044c5ddca2 100644 (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 {
This page took 0.052331 seconds and 4 git commands to generate.