[PATCH] ARM: bcmbca: add VFP and NEON fixup for bcm6878 SoC

Anand Gore anand.gore at broadcom.com
Fri May 27 11:17:48 PDT 2022


BCM6878 SoC only has VFP and NEON support on core 0. So kernel VPF/NEON
support is disabled in this chip. Add this fixup to manually turn on
VFP/NEON in case userspace app need to access them on core 0.

Signed-off-by: Anand Gore <anand.gore at broadcom.com>
---

 arch/arm/mach-bcm/bcmbca.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-bcm/bcmbca.c b/arch/arm/mach-bcm/bcmbca.c
index dbf4d95e824e..60eeb2aa772a 100644
--- a/arch/arm/mach-bcm/bcmbca.c
+++ b/arch/arm/mach-bcm/bcmbca.c
@@ -45,6 +45,7 @@ static void __init bcmbca_neon_fixup(void)
 
 static const char *const bcmbca_match[] __initconst = {
        "brcm,bcm6846",
+	"brcm,bcm6878",
        NULL
 };
 
-- 
2.25.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4203 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20220527/d5da96fc/attachment.p7s>


More information about the linux-arm-kernel mailing list