From 638a91ab5d066929d92c808e064c295a3ccab41d Mon Sep 17 00:00:00 2001
From: Matthias Brugger <mbrugger@suse.com>
Date: Tue, 15 Jan 2019 13:22:26 +0100
Subject: [PATCH] brcm: Fix filename for BCM43430 NVRAM for the Raspberry Pi 3
 Model B

BCM43430 NVRAM config file for the RPi3 Model B was set to the value
found by brcmf_dmi_probe(), but should use the DT compatible.
Rename the file to actually make it work with the kernel driver.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
---
 WHENCE                                                          | 2 +-
 ...ypi-rpi.txt => brcmfmac43430-sdio.raspberrypi,3-model-b.txt} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename brcm/{brcmfmac43430-sdio.raspberrypi-rpi.txt => brcmfmac43430-sdio.raspberrypi,3-model-b.txt} (100%)

diff --git a/WHENCE b/WHENCE
index 9200b7db..22a18c44 100644
--- a/WHENCE
+++ b/WHENCE
@@ -2443,7 +2443,7 @@ File: "brcm/brcmfmac43430a0-sdio.ONDA-V80 PLUS.txt"
 File: "brcm/brcmfmac43430-sdio.AP6212.txt"
 File: "brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt"
 File: "brcm/brcmfmac43430-sdio.MUR1DX.txt"
-File: "brcm/brcmfmac43430-sdio.raspberrypi-rpi.txt"
+File: "brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt"
 File: "brcm/brcmfmac4356-pcie.gpd-win-pocket.txt"
 
 Licence: GPLv2. See GPL-2 for details.
diff --git a/brcm/brcmfmac43430-sdio.raspberrypi-rpi.txt b/brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt
similarity index 100%
rename from brcm/brcmfmac43430-sdio.raspberrypi-rpi.txt
rename to brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt
-- 
GitLab