diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-11-19 10:01:02 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-01 21:31:04 +0300 |
commit | e05edea4aa21eb23e712802f63f57fb2c4781c1b (patch) | |
tree | f35ae43c36239af17703b63e1cc18e511fc4851b /arch/arm/boot/dts | |
parent | 480b2b32a42d8247c93cd3ba51f94a8f582bd4dc (diff) | |
download | linux-e05edea4aa21eb23e712802f63f57fb2c4781c1b.tar.xz |
ARM: dts: am4372: add spi alias for qspi
Set the alias for qspi to spi0
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 1695b684e29d..fda655c252f5 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -30,6 +30,7 @@ serial5 = &uart5; ethernet0 = &cpsw_emac0; ethernet1 = &cpsw_emac1; + spi0 = &qspi; }; cpus { |