Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48443f07 authored by Karicheri Muralidharan's avatar Karicheri Muralidharan Committed by Santosh Shilimkar
Browse files

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: default avatarMurali Karicheri <m-karicheri2@ti.com>
Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent a3d3ee3f
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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";
};