mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: socfpga: remove unused fpgaintf setup
@ 2017-06-30  8:08 Steffen Trumtrar
  2017-06-30 11:32 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Trumtrar @ 2017-06-30  8:08 UTC (permalink / raw)
  To: barebox; +Cc: Steffen Trumtrar

The disable bits for the ethernet interfaces between FPGA and HPS are read
and configured, but never written back.
The configuration itself doesn't make that much sense however. So instead of
writing it back to the register, remove the whole read-modify operation altogether.

Reported-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 arch/arm/mach-socfpga/arria10-generic.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/arm/mach-socfpga/arria10-generic.c b/arch/arm/mach-socfpga/arria10-generic.c
index b8129eaf23ff..6a10c19d1417 100644
--- a/arch/arm/mach-socfpga/arria10-generic.c
+++ b/arch/arm/mach-socfpga/arria10-generic.c
@@ -37,14 +37,6 @@ static void arria10_init_emac(void)
 	val |= ARRIA10_SYSMGR_EMACGRP_CTRL_PHYSEL_ENUM_RGMII;
 	writel(val, ARRIA10_SYSMGR_EMAC2);
 
-	val = readl(ARRIA10_SYSMGR_FPGAINTF_EN_3);
-	val &= ~(ARRIA10_SYSMGR_FPGAINTF_EN3_EMAC0 |
-		 ARRIA10_SYSMGR_FPGAINTF_EN3_EMAC0_SW |
-		 ARRIA10_SYSMGR_FPGAINTF_EN3_EMAC1 |
-		 ARRIA10_SYSMGR_FPGAINTF_EN3_EMAC1_SW |
-		 ARRIA10_SYSMGR_FPGAINTF_EN3_EMAC2 |
-		 ARRIA10_SYSMGR_FPGAINTF_EN3_EMAC2_SW);
-
 	rst = readl(ARRIA10_RSTMGR_ADDR + ARRIA10_RSTMGR_PER0MODRST);
 	rst &= ~(ARRIA10_RSTMGR_PER0MODRST_EMAC0 |
 		 ARRIA10_RSTMGR_PER0MODRST_EMAC1 |
-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2017-06-30 11:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-30  8:08 [PATCH] ARM: socfpga: remove unused fpgaintf setup Steffen Trumtrar
2017-06-30 11:32 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox