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

Commit 1a344e9b authored by Franklin S Cooper Jr's avatar Franklin S Cooper Jr Committed by Santosh Shilimkar
Browse files

ARM: dts: keystone: Add ti,keystone-spi for SPI



Add ti,keystone-spi to the compatible field for the SPI node. This new
entry insures that the proper prescaler limit is used for keystone devices

Signed-off-by: default avatarFranklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <ssantosh@kernel.org>
parent 6ff33f39
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@
		};

		spi0: spi@21000400 {
			compatible = "ti,dm6441-spi";
			compatible = "ti,keystone-spi", "ti,dm6441-spi";
			reg = <0x21000400 0x200>;
			num-cs = <4>;
			ti,davinci-spi-intr-line = <0>;
@@ -147,7 +147,7 @@
		};

		spi1: spi@21000600 {
			compatible = "ti,dm6441-spi";
			compatible = "ti,keystone-spi", "ti,dm6441-spi";
			reg = <0x21000600 0x200>;
			num-cs = <4>;
			ti,davinci-spi-intr-line = <0>;
@@ -158,7 +158,7 @@
		};

		spi2: spi@21000800 {
			compatible = "ti,dm6441-spi";
			compatible = "ti,keystone-spi", "ti,dm6441-spi";
			reg = <0x21000800 0x200>;
			num-cs = <4>;
			ti,davinci-spi-intr-line = <0>;