diff options
author | Suniel Mahesh <sunil.m@techveda.org> | 2017-09-11 12:00:16 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-09-19 10:59:26 -0700 |
commit | cddfae253c875076750a03bd05ba5b1569e6876e (patch) | |
tree | 52bb10d043917106b6655feb2852d0da5f365958 /arch/arm | |
parent | 20547dfd85f5baaf27ca01b32570bd6bfd7b209c (diff) |
ARM: dts: am33xx: Add spi alias to match SOC schematics
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 7d7ca054c557..e58fab8aec5d 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -36,6 +36,8 @@ phy1 = &usb1_phy; ethernet0 = &cpsw_emac0; ethernet1 = &cpsw_emac1; + spi0 = &spi0; + spi1 = &spi1; }; cpus { |