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

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
......@@ -136,7 +136,7 @@ i2c2: i2c@2530800 {
};
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 @@ spi0: spi@21000400 {
};
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 @@ spi1: spi@21000600 {
};
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment