mirror of https://gitee.com/openkylin/linux.git
ARM: dts: keystone: k2l: Fix chip selects for SPI devices
There are 5 chip selects per SPI0 and SPI2 and 3 per SPI1. SPI2 needs to be pinned out to use and by default they are disabled. So keep the state disabled to reflect default. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
This commit is contained in:
parent
a3d3ee3f7d
commit
48443f07bd
|
@ -81,3 +81,17 @@ dspgpio3: keystone_dsp_gpio@262024c {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
ti,davinci-spi-num-cs = <5>;
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
ti,davinci-spi-num-cs = <3>;
|
||||
};
|
||||
|
||||
&spi2 {
|
||||
ti,davinci-spi-num-cs = <5>;
|
||||
/* Pin muxed. Enabled and configured by Bootloader */
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue