2019-01-15 12:53:51

by Matthias Brugger

[permalink] [raw]
Subject: [GIT PULL] Add NVRAM files for bcm43455 and fix bcm43430

Hi Josh,
Hi all,

This pull request is a follow up of the slight buggy (sorry for that) pull
request [1]. In this first pull request Josh merged the bcm43430 config file.
Unfortunately the naming was wrong, as I didn't had commit
554da3868eb1 (brcmfmac: Call brcmf_dmi_probe before brcmf_of_probe)
in my test kernel.

Result was, that the driver was looking for the config file with the board type
provided by DMI from u-boot (raspberry-rpi) instead as the DT compatible. In
this pull request I fix this by renaming the config file to the correct name.

On the other hand this pull request provides the NVRAM config file for the
BCM43455. As the legal situation of the clm_blob is not clear for now, I dropped it.

Regards,
Matthias

[1] https://marc.info/?l=linux-wireless&m=154721211721067&w=2

---
The following changes since commit bc656509a3cfb60fcdfc905d7e23c18873e4e7b9:

amdgpu: add raven2 fw for 18.50 release (2019-01-14 12:36:14 -0500)

are available in the Git repository at:


ssh://[email protected]/pub/scm/linux/kernel/git/matthias.bgg/linux-firmware.git/
tags/add-rpi-fw

for you to fetch changes up to 56483ad1168ffa366ec3f6b08a6d008918d3e680:

brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+ (2019-01-15 13:33:48 +0100)

----------------------------------------------------------------
- Add NVRAM for BCM43455 used by Raspberry Pi 3 Model B+
- Fix NVRAM config file name for BCM43430 used by Raspberry Pi 3 Model B

----------------------------------------------------------------
Matthias Brugger (2):
brcm: Fix filename for BCM43430 NVRAM for the Raspberry Pi 3 Model B
brcm: Add BCM43455 NVRAM for Raspberry Pi 3 B+

WHENCE | 3 +-
...> brcmfmac43430-sdio.raspberrypi,3-model-b.txt} | 0
...cmfmac43455-sdio.raspberrypi,3-model-b-plus.txt | 82 ++++++++++++++++++++++
3 files changed, 84 insertions(+), 1 deletion(-)
rename brcm/{brcmfmac43430-sdio.raspberrypi-rpi.txt =>
brcmfmac43430-sdio.raspberrypi,3-model-b.txt} (100%)
create mode 100644 brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt