ARM: dts: atlas7: add alias name for spi device

spi framework can use alias name of spi device to retrieve the bus id,
so bus id will not be dynamical but statical and it will be easier for
test for a specified spi device with a fixed name like use spidev.

Signed-off-by: Qipan Li <Qipan.Li@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
This commit is contained in:
Qipan Li 2015-02-09 14:29:46 +08:00 коммит произвёл Barry Song
Родитель 153645b3e0
Коммит d015642e12
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -21,6 +21,10 @@
serial5 = &uart5;
serial6 = &uart6;
serial9 = &usp2;
spi1 = &spi1;
spi2 = &usp1;
spi3 = &usp2;
spi4 = &usp3;
};
cpus {
#address-cells = <1>;