diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-07-22 16:57:01 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-16 04:26:48 -0400 |
commit | 6bf6eb098fa9950484a9a96d58b6245d59da7f40 (patch) | |
tree | 78af1a9c046e504693dc434824eaa0d1bb29bd84 /arch/arm/boot/dts/imx23.dtsi | |
parent | f9f09e883697f4d0a9f4a13e97d8ab7bf6510256 (diff) |
ARM: dts: mxs: Add spi alias
After providing spi alias, we can get the following message during probe:
m25p80 spi1.0: sst25vf016b (2048 Kbytes)
,which looks better than the original one:
m25p80 spi32766.0: sst25vf016b (2048 Kbytes)
While at it, keep the alias entries in alphabetical order.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx23.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx23.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index 1e528dbb7323..28b5ce289662 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi | |||
@@ -20,6 +20,8 @@ | |||
20 | gpio2 = &gpio2; | 20 | gpio2 = &gpio2; |
21 | serial0 = &auart0; | 21 | serial0 = &auart0; |
22 | serial1 = &auart1; | 22 | serial1 = &auart1; |
23 | spi0 = &ssp0; | ||
24 | spi1 = &ssp1; | ||
23 | }; | 25 | }; |
24 | 26 | ||
25 | cpus { | 27 | cpus { |