Message ID | 1437568344-18889-5-git-send-email-fcooper@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 7/22/2015 5:32 AM, Franklin S Cooper Jr wrote: > 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> > --- Once the binding and driver makes it, I can pick this up. Keep me posted. Thanks !! Regards, Santosh
Hi Santosh, All the patches except this one are in linux-next. On 07/22/2015 11:17 AM, santosh shilimkar wrote: > On 7/22/2015 5:32 AM, Franklin S Cooper Jr wrote: >> 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> >> --- > Once the binding and driver makes it, I can pick this up. > Keep me posted. Thanks !! > > Regards, > Santosh >
On 8/24/2015 6:36 AM, Franklin S Cooper Jr. wrote: > Hi Santosh, > > All the patches except this one are in linux-next. > Yes I noticed it. I will queue this up for next merge window. Thanks for reminder. Regards, Santosh
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>;
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(-)