]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mach: socfpga: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:12 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jul 2024 18:12:17 +0000 (12:12 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/mach-socfpga/clock_manager_gen5.c
arch/arm/mach-socfpga/freeze_controller.c
arch/arm/mach-socfpga/include/mach/clock_manager_s10.h
arch/arm/mach-socfpga/misc_soc64.c
arch/arm/mach-socfpga/reset_manager_gen5.c

index 154ad2154ae7e55d0db382b7307de19f2050b066..0a2c84c9e1316a3cd1660780150a282ea7ab7ae0 100644 (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_SDRPLL_VCO);
 
-
        /*
         * We made sure bgpwr down was assert for 5 us. Now deassert BG PWR DN
         * with numerator and denominator.
index 7c86350d5eac68682f0a9198ec09e35d5b905669..c8530c98043f5a73e96430a68ff4f404141f7221 100644 (file)
@@ -3,7 +3,6 @@
  *  Copyright (C) 2013 Altera Corporation <www.altera.com>
  */
 
-
 #include <config.h>
 #include <asm/io.h>
 #include <asm/arch/clock_manager.h>
index 7f10296dc74db3e3848756d4f5c0e91e5d6baa74..18921169a6d75710853acd955a405095228c8797 100644 (file)
@@ -106,7 +106,6 @@ void cm_basic_init(const struct cm_config * const cfg);
 #define CLKMGR_INTER                                   CLKMGR_S10_INTER
 #define CLKMGR_PERPLL_EN                               CLKMGR_S10_PERPLL_EN
 
-
 #define CLKMGR_CTRL_SAFEMODE                           BIT(0)
 #define CLKMGR_BYPASS_MAINPLL_ALL                      0x00000007
 #define CLKMGR_BYPASS_PERPLL_ALL                       0x0000007f
index ad1ef0db1869af08ac1323ed37632664de26aa97..a6cc78454dabf0f84f08932d542ed8edcf6f2c02 100644 (file)
@@ -39,7 +39,6 @@ static Altera_desc altera_fpga[] = {
        },
 };
 
-
 /*
  * Print CPU information
  */
index 9395122dae13854b12ce1e4a7d9f43b86e31feae..6a202bf227cc0f2018fe917b4a4ddb2f7cbdcbe9 100644 (file)
@@ -3,7 +3,6 @@
  *  Copyright (C) 2013 Altera Corporation <www.altera.com>
  */
 
-
 #include <mach/base_addr_ac5.h>
 #include <asm/io.h>
 #include <asm/arch/fpga_manager.h>