Re: [U-Boot] [PATCH] ARM: dts: am437x-idk: Fix QSPI compatible string

2016-11-28 Thread Jagan Teki
On Mon, Nov 28, 2016 at 3:04 PM, Vignesh R wrote: > > > On Tuesday 22 November 2016 01:35 PM, Vignesh R wrote: >> >> >> On Monday 21 November 2016 11:33 PM, Jagan Teki wrote: >>> On Mon, Nov 21, 2016 at 10:07 AM, Vignesh R wrote: Hi Jagan, On

Re: [U-Boot] [PATCH] ARM: dts: am437x-idk: Fix QSPI compatible string

2016-11-28 Thread Vignesh R
On Tuesday 22 November 2016 01:35 PM, Vignesh R wrote: > > > On Monday 21 November 2016 11:33 PM, Jagan Teki wrote: >> On Mon, Nov 21, 2016 at 10:07 AM, Vignesh R wrote: >>> Hi Jagan, >>> >>> On Thursday 13 October 2016 06:24 PM, Tom Rini wrote: On Thu, Oct 13, 2016 at

Re: [U-Boot] [PATCH] ARM: dts: am437x-idk: Fix QSPI compatible string

2016-11-22 Thread Vignesh R
On Monday 21 November 2016 11:33 PM, Jagan Teki wrote: > On Mon, Nov 21, 2016 at 10:07 AM, Vignesh R wrote: >> Hi Jagan, >> >> On Thursday 13 October 2016 06:24 PM, Tom Rini wrote: >>> On Thu, Oct 13, 2016 at 05:45:52PM +0530, Jagan Teki wrote: On Thu, Oct 13, 2016 at 3:53

Re: [U-Boot] [PATCH] ARM: dts: am437x-idk: Fix QSPI compatible string

2016-11-21 Thread Jagan Teki
On Mon, Nov 21, 2016 at 10:07 AM, Vignesh R wrote: > Hi Jagan, > > On Thursday 13 October 2016 06:24 PM, Tom Rini wrote: >> On Thu, Oct 13, 2016 at 05:45:52PM +0530, Jagan Teki wrote: >>> On Thu, Oct 13, 2016 at 3:53 PM, Vignesh R wrote: Unlike Linux

Re: [U-Boot] [PATCH] ARM: dts: am437x-idk: Fix QSPI compatible string

2016-11-20 Thread Vignesh R
Hi Jagan, On Thursday 13 October 2016 06:24 PM, Tom Rini wrote: > On Thu, Oct 13, 2016 at 05:45:52PM +0530, Jagan Teki wrote: >> On Thu, Oct 13, 2016 at 3:53 PM, Vignesh R wrote: >>> Unlike Linux kernel, U-Boot depends on "spi-flash" compatible to probe >>> m25p80 spi-nor

Re: [U-Boot] [PATCH] ARM: dts: am437x-idk: Fix QSPI compatible string

2016-10-13 Thread Jagan Teki
On Thu, Oct 13, 2016 at 6:24 PM, Tom Rini wrote: > On Thu, Oct 13, 2016 at 05:45:52PM +0530, Jagan Teki wrote: >> On Thu, Oct 13, 2016 at 3:53 PM, Vignesh R wrote: >> > Unlike Linux kernel, U-Boot depends on "spi-flash" compatible to probe >> > m25p80 spi-nor

Re: [U-Boot] [PATCH] ARM: dts: am437x-idk: Fix QSPI compatible string

2016-10-13 Thread Jagan Teki
On Thu, Oct 13, 2016 at 3:53 PM, Vignesh R wrote: > Unlike Linux kernel, U-Boot depends on "spi-flash" compatible to probe > m25p80 spi-nor devices. Hence, add "spi-flash" compatible string to > m25p80 node. Without this patch, flash device DT data is not parsed and > QSPI

Re: [U-Boot] [PATCH] ARM: dts: am437x-idk: Fix QSPI compatible string

2016-10-13 Thread Tom Rini
On Thu, Oct 13, 2016 at 05:45:52PM +0530, Jagan Teki wrote: > On Thu, Oct 13, 2016 at 3:53 PM, Vignesh R wrote: > > Unlike Linux kernel, U-Boot depends on "spi-flash" compatible to probe > > m25p80 spi-nor devices. Hence, add "spi-flash" compatible string to > > m25p80 node.

[U-Boot] [PATCH] ARM: dts: am437x-idk: Fix QSPI compatible string

2016-10-13 Thread Vignesh R
Unlike Linux kernel, U-Boot depends on "spi-flash" compatible to probe m25p80 spi-nor devices. Hence, add "spi-flash" compatible string to m25p80 node. Without this patch, flash device DT data is not parsed and QSPI operates in unsupported mode leading to data corruption. Signed-off-by: Vignesh R