Skip to content

Commit

Permalink
ARM: dts: keystone: k2l: Fix chip selects for SPI devices
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Karicheri Muralidharan authored and Santosh Shilimkar committed Sep 22, 2014
1 parent a3d3ee3 commit 48443f0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/k2l.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,17 @@
};
};
};

&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";
};

0 comments on commit 48443f0

Please sign in to comment.