arm: mach: socfpga: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2024-07-13 15:19:12 +02:00
committed by Tom Rini
parent b71125968e
commit 25cd2322aa
5 changed files with 0 additions and 5 deletions

View File

@@ -125,7 +125,6 @@ int cm_basic_init(const struct cm_config * const cfg)
readl(socfpga_get_clkmgr_addr() + CLKMGR_GEN5_PERPLL_VCO); readl(socfpga_get_clkmgr_addr() + CLKMGR_GEN5_PERPLL_VCO);
readl(socfpga_get_clkmgr_addr() + CLKMGR_GEN5_SDRPLL_VCO); readl(socfpga_get_clkmgr_addr() + CLKMGR_GEN5_SDRPLL_VCO);
/* /*
* We made sure bgpwr down was assert for 5 us. Now deassert BG PWR DN * We made sure bgpwr down was assert for 5 us. Now deassert BG PWR DN
* with numerator and denominator. * with numerator and denominator.

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2013 Altera Corporation <www.altera.com> * Copyright (C) 2013 Altera Corporation <www.altera.com>
*/ */
#include <config.h> #include <config.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/clock_manager.h> #include <asm/arch/clock_manager.h>

View File

@@ -106,7 +106,6 @@ void cm_basic_init(const struct cm_config * const cfg);
#define CLKMGR_INTER CLKMGR_S10_INTER #define CLKMGR_INTER CLKMGR_S10_INTER
#define CLKMGR_PERPLL_EN CLKMGR_S10_PERPLL_EN #define CLKMGR_PERPLL_EN CLKMGR_S10_PERPLL_EN
#define CLKMGR_CTRL_SAFEMODE BIT(0) #define CLKMGR_CTRL_SAFEMODE BIT(0)
#define CLKMGR_BYPASS_MAINPLL_ALL 0x00000007 #define CLKMGR_BYPASS_MAINPLL_ALL 0x00000007
#define CLKMGR_BYPASS_PERPLL_ALL 0x0000007f #define CLKMGR_BYPASS_PERPLL_ALL 0x0000007f

View File

@@ -39,7 +39,6 @@ static Altera_desc altera_fpga[] = {
}, },
}; };
/* /*
* Print CPU information * Print CPU information
*/ */

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2013 Altera Corporation <www.altera.com> * Copyright (C) 2013 Altera Corporation <www.altera.com>
*/ */
#include <mach/base_addr_ac5.h> #include <mach/base_addr_ac5.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/fpga_manager.h> #include <asm/arch/fpga_manager.h>