Re: [PATCH v3 12/13] PCI: brcmstb: Set bus max burst size by chip type

From: Florian Fainelli
Date: Wed Jun 03 2020 - 16:06:11 EST




On 6/3/2020 12:20 PM, Jim Quinlan wrote:
> From: Jim Quinlan <jquinlan@xxxxxxxxxxxx>
>
> The proper value of the parameter SCB_MAX_BURST_SIZE varies per chip. The
> 2711 family requires 128B whereas other devices can employ 512. The
> assignment is complicated by the fact that the values for this two-bit
> field have different meanings;
>
> Value Type_Generic Type_7278

It looks like Type_Generic and Type_7278 should be swapped in this
description. Other than that:

Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

>
> 00 Reserved 128B
> 01 128B 256B
> 10 256B 512B
> 11 512B Reserved
--
Florian