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:
@@ -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.
|
||||||
|
@@ -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>
|
||||||
|
@@ -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
|
||||||
|
@@ -39,7 +39,6 @@ static Altera_desc altera_fpga[] = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Print CPU information
|
* Print CPU information
|
||||||
*/
|
*/
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user