Skip to content

Commit

Permalink
ARM: dts: am33xx: Add spi alias to match SOC schematics
Browse files Browse the repository at this point in the history
Linux bus numbers should match the numbers defined by the chip
manufacturer. This patch add's spi aliases to achieve that bus
naming convention.

Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
Signed-off-by: Karthik Tummala <karthik@techveda.org>
Tested-by: Karthik Tummala <karthik@techveda.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Suniel Mahesh authored and Tony Lindgren committed Sep 19, 2017
1 parent 20547df commit cddfae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/am33xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
phy1 = &usb1_phy;
ethernet0 = &cpsw_emac0;
ethernet1 = &cpsw_emac1;
spi0 = &spi0;
spi1 = &spi1;
};

cpus {
Expand Down

0 comments on commit cddfae2

Please sign in to comment.