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

Anand Gore posted 1 patch 3 years, 11 months ago
arch/arm/mach-bcm/bcmbca.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] ARM: bcmbca: add VFP and NEON fixup for bcm6878 SoC
Posted by Anand Gore 3 years, 11 months ago
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@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