linux-firmware.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] brcm: Fix Raspberry Pi 4B NVRAM file
@ 2021-02-16 19:35 matthias.bgg
  2021-03-03 18:24 ` Josh Boyer
  0 siblings, 1 reply; 2+ messages in thread
From: matthias.bgg @ 2021-02-16 19:35 UTC (permalink / raw)
  To: linux-firmware
  Cc: jwboyer, ruud, pbrobinson, nsaenzjulienne, matthias.bgg,
	Matthias Brugger

From: Matthias Brugger <mbrugger@suse.com>

NVRAM file set's boarflags3 to 0x48200100 which indicates the firmware
that an external LPO is present. But on the RPi4 no external LPO exists.

Fixes: 870b805 ("brcm: Update Raspberry Pi 3B+/4B NVRAM for downstream changes")
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
---
 brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt b/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
index d5bd530..8dda168 100644
--- a/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
+++ b/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
@@ -7,7 +7,7 @@ aa5g=1
 AvVmid_c0=1,165,2,100,2,100,2,100,2,100
 boardflags=0x00480201
 boardflags2=0x40800000
-boardflags3=0x48200100
+boardflags3=0x44200100
 boardrev=0x1304
 boardtype=0x6e4
 btc_mode=1
-- 
2.30.0


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

* Re: [PATCH] brcm: Fix Raspberry Pi 4B NVRAM file
  2021-02-16 19:35 [PATCH] brcm: Fix Raspberry Pi 4B NVRAM file matthias.bgg
@ 2021-03-03 18:24 ` Josh Boyer
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Boyer @ 2021-03-03 18:24 UTC (permalink / raw)
  To: matthias.bgg
  Cc: Linux Firmware, ruud, Peter Robinson, Nicolas Saenz Julienne,
	Matthias Brugger

Applied and pushed out.

josh

On Tue, Feb 16, 2021 at 2:35 PM <matthias.bgg@kernel.org> wrote:
>
> From: Matthias Brugger <mbrugger@suse.com>
>
> NVRAM file set's boarflags3 to 0x48200100 which indicates the firmware
> that an external LPO is present. But on the RPi4 no external LPO exists.
>
> Fixes: 870b805 ("brcm: Update Raspberry Pi 3B+/4B NVRAM for downstream changes")
> Signed-off-by: Matthias Brugger <mbrugger@suse.com>
> ---
>  brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt b/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
> index d5bd530..8dda168 100644
> --- a/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
> +++ b/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
> @@ -7,7 +7,7 @@ aa5g=1
>  AvVmid_c0=1,165,2,100,2,100,2,100,2,100
>  boardflags=0x00480201
>  boardflags2=0x40800000
> -boardflags3=0x48200100
> +boardflags3=0x44200100
>  boardrev=0x1304
>  boardtype=0x6e4
>  btc_mode=1
> --
> 2.30.0
>

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

end of thread, other threads:[~2021-03-03 18:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-16 19:35 [PATCH] brcm: Fix Raspberry Pi 4B NVRAM file matthias.bgg
2021-03-03 18:24 ` Josh Boyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).