Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1189867
| From | Franklin S Cooper Jr <fcooper@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RESEND][PATCH 4/4] ARM: dts: keystone: Add ti,keystone-spi for SPI |
| Date | 2015-07-22 14:40 +0200 |
| Message-ID | <pP1tw-6UG-13@gated-at.bofh.it> (permalink) |
| References | <pP1tv-6UG-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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: Franklin S Cooper Jr <fcooper@ti.com>
---
arch/arm/boot/dts/keystone.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
index c06542b..ea2e1cd 100644
--- a/arch/arm/boot/dts/keystone.dtsi
+++ b/arch/arm/boot/dts/keystone.dtsi
@@ -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>;
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RESEND][PATCH 0/4] spi: davinci: Improve prescaler limit support Franklin S Cooper Jr <fcooper@ti.com> - 2015-07-22 14:40 +0200
[RESEND][PATCH 1/4] spi: davinci: Set prescale value based on register value Franklin S Cooper Jr <fcooper@ti.com> - 2015-07-22 14:40 +0200
[RESEND][PATCH 4/4] ARM: dts: keystone: Add ti,keystone-spi for SPI Franklin S Cooper Jr <fcooper@ti.com> - 2015-07-22 14:40 +0200
Re: [RESEND][PATCH 4/4] ARM: dts: keystone: Add ti,keystone-spi for SPI santosh shilimkar <santosh.shilimkar@oracle.com> - 2015-07-22 18:20 +0200
[RESEND][PATCH 3/4] ARM: davinci: Set proper SPI prescale limit value Franklin S Cooper Jr <fcooper@ti.com> - 2015-07-22 14:40 +0200
Re: [RESEND][PATCH 3/4] ARM: davinci: Set proper SPI prescale limit value Sekhar Nori <nsekhar@ti.com> - 2015-07-24 14:00 +0200
[RESEND][PATCH 2/4] spi: davinci: Choose correct pre-scaler limit based on SOC Franklin S Cooper Jr <fcooper@ti.com> - 2015-07-22 14:40 +0200
Re: [RESEND][PATCH 2/4] spi: davinci: Choose correct pre-scaler limit based on SOC Sekhar Nori <nsekhar@ti.com> - 2015-07-24 14:00 +0200
csiph-web