All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 2/2] x86: crownbay: Update dts for SST SPI flash
       [not found] <1429779611-21254-1-git-send-email-bmeng.cn@gmail.com>
@ 2015-04-23  9:00 ` Bin Meng
  2015-04-24  3:36   ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Meng @ 2015-04-23  9:00 UTC (permalink / raw)
  To: u-boot

Use SST SPI flash compatible string "spi-flash-sst" so that the
write op is really working.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 arch/x86/dts/crownbay.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts
index fbdeade..a15d8ca 100644
--- a/arch/x86/dts/crownbay.dts
+++ b/arch/x86/dts/crownbay.dts
@@ -53,7 +53,7 @@
 		compatible = "intel,ich-spi";
 		spi-flash at 0 {
 			reg = <0>;
-			compatible = "sst,25vf016b", "spi-flash";
+			compatible = "sst,25vf016b", "spi-flash-sst";
 			memory-map = <0xffe00000 0x00200000>;
 		};
 	};
-- 
1.8.2.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH 2/2] x86: crownbay: Update dts for SST SPI flash
  2015-04-23  9:00 ` [U-Boot] [PATCH 2/2] x86: crownbay: Update dts for SST SPI flash Bin Meng
@ 2015-04-24  3:36   ` Simon Glass
  2015-04-24 23:41     ` Jagan Teki
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2015-04-24  3:36 UTC (permalink / raw)
  To: u-boot

On 23 April 2015 at 03:00, Bin Meng <bmeng.cn@gmail.com> wrote:
> Use SST SPI flash compatible string "spi-flash-sst" so that the
> write op is really working.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  arch/x86/dts/crownbay.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

>
> diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts
> index fbdeade..a15d8ca 100644
> --- a/arch/x86/dts/crownbay.dts
> +++ b/arch/x86/dts/crownbay.dts
> @@ -53,7 +53,7 @@
>                 compatible = "intel,ich-spi";
>                 spi-flash at 0 {
>                         reg = <0>;
> -                       compatible = "sst,25vf016b", "spi-flash";
> +                       compatible = "sst,25vf016b", "spi-flash-sst";
>                         memory-map = <0xffe00000 0x00200000>;
>                 };
>         };
> --
> 1.8.2.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH 2/2] x86: crownbay: Update dts for SST SPI flash
  2015-04-24  3:36   ` Simon Glass
@ 2015-04-24 23:41     ` Jagan Teki
  0 siblings, 0 replies; 3+ messages in thread
From: Jagan Teki @ 2015-04-24 23:41 UTC (permalink / raw)
  To: u-boot

Hi Simon,

On 24 April 2015 at 09:06, Simon Glass <sjg@chromium.org> wrote:
> On 23 April 2015 at 03:00, Bin Meng <bmeng.cn@gmail.com> wrote:
>> Use SST SPI flash compatible string "spi-flash-sst" so that the
>> write op is really working.
>>
>> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>> ---
>>
>>  arch/x86/dts/crownbay.dts | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
>
>>
>> diff --git a/arch/x86/dts/crownbay.dts b/arch/x86/dts/crownbay.dts
>> index fbdeade..a15d8ca 100644
>> --- a/arch/x86/dts/crownbay.dts
>> +++ b/arch/x86/dts/crownbay.dts
>> @@ -53,7 +53,7 @@
>>                 compatible = "intel,ich-spi";
>>                 spi-flash at 0 {
>>                         reg = <0>;
>> -                       compatible = "sst,25vf016b", "spi-flash";
>> +                       compatible = "sst,25vf016b", "spi-flash-sst";
>>                         memory-map = <0xffe00000 0x00200000>;
>>                 };
>>         };
>> --
>> 1.8.2.1
>>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

This isn't require according to v2 from Bin.

thanks!
-- 
Jagan.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-24 23:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1429779611-21254-1-git-send-email-bmeng.cn@gmail.com>
2015-04-23  9:00 ` [U-Boot] [PATCH 2/2] x86: crownbay: Update dts for SST SPI flash Bin Meng
2015-04-24  3:36   ` Simon Glass
2015-04-24 23:41     ` Jagan Teki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.