arm: mach: exynos: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:08 +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-exynos/common_setup.h
arch/arm/mach-exynos/exynos4_setup.h
arch/arm/mach-exynos/exynos5_setup.h
arch/arm/mach-exynos/include/mach/cpu.h
arch/arm/mach-exynos/include/mach/dp_info.h
arch/arm/mach-exynos/include/mach/power.h
arch/arm/mach-exynos/include/mach/sound.h
arch/arm/mach-exynos/pinmux.c
arch/arm/mach-exynos/power.c
arch/arm/mach-s5pc1xx/include/mach/cpu.h

index 4f56160..a3fc7d9 100644 (file)
@@ -61,7 +61,6 @@ enum l2_cache_params {
        CACHE_ENABLE_FORCE_L2_LOGIC = (1 << 27)
 };
 
-
 #if !defined(CONFIG_SYS_L2CACHE_OFF) && defined(CONFIG_EXYNOS5420)
 /*
  * Configure L2CTLR to get timings that keep us from hanging/crashing.
index 23c9011..1a287a4 100644 (file)
 #define MFC_0_SEL              MFC_SEL_MPLL
 #define CLK_SRC_MFC_VAL                ((MFC_SEL << 8) | (MFC_0_SEL))
 
-
 /* CLK_DIV_MFC */
 #define MFC_RATIO              3
 #define CLK_DIV_MFC_VAL                (MFC_RATIO)
@@ -498,7 +497,6 @@ struct mem_timings {
                                | ADD_LAT_PALL | MEM_TYPE_DDR3 | MEM_WIDTH_32\
                                | NUM_CHIP_2 | BL_8)
 
-
 #define CHIP_BANK_8            (0x3 << 0)
 #define CHIP_ROW_14            (0x2 << 4)
 #define CHIP_COL_10            (0x3 << 8)
index 4e508ed..6fa8022 100644 (file)
 #define PWM_RATIO              8
 #define CLK_DIV_PERIC3_VAL     (PWM_RATIO << 0)
 
-
 /* CLK_DIV_PERIC4 */
 #define CLK_DIV_PERIC4_VAL     NOT_AVAILABLE
 
 /* MPLL_CON1 */
 #define MPLL_CON1_VAL   (0x0020F300)
 
-
 /* CPLL_CON1 */
 #define CPLL_CON1_VAL  0x0020f300
 
 /* GPLL_CON1 */
 #define GPLL_CON1_VAL  (NOT_AVAILABLE)
 
-
 /* EPLL_CON1, CON2 */
 #define EPLL_CON1_VAL  0x00000000
 #define EPLL_CON2_VAL  0x00000080
 #define CLK_DIV_ISP0_VAL       0x13131300
 #define CLK_DIV_ISP1_VAL       0xbb110202
 
-
 /* CLK_FSYS */
 #define CLK_SRC_FSYS0_VAL              0x33033300
 #define CLK_DIV_FSYS0_VAL             0x0
index dab148e..cf4580b 100644 (file)
 #define EXYNOS5420_MODEM_BASE          DEVICE_NOT_AVAILABLE
 #define EXYNOS5420_USB_HOST_XHCI_BASE  DEVICE_NOT_AVAILABLE
 
-
 #ifndef __ASSEMBLY__
 #include <asm/io.h>
 /* CPU detection macros */
index 3226eb9..a7f7667 100644 (file)
@@ -183,7 +183,6 @@ enum {
        VIDEO_TIMING_FROM_REGISTER
 };
 
-
 struct exynos_dp_platform_data {
        struct exynos_dp_priv *edp_dev_info;
 };
index 757e158..3253411 100644 (file)
@@ -1752,7 +1752,6 @@ void set_xclkout(void);
  */
 uint32_t get_reset_status(void);
 
-
 /* Read the resume function and call it */
 void power_exit_wakeup(void);
 
index 1a40e35..9672e97 100644 (file)
@@ -4,7 +4,6 @@
  * Rajeshwari Shinde <rajeshwari.s@samsung.com>
  */
 
-
 #ifndef __SOUND_ARCH_H__
 #define __SOUND_ARCH_H__
 
index 4061dd4..07d19fd 100644 (file)
@@ -391,7 +391,6 @@ static void exynos5420_i2s_config(int peripheral)
        }
 }
 
-
 void exynos5_spi_config(int peripheral)
 {
        int cfg = 0, pin = 0, i;
index 599d3cc..1b61da6 100644 (file)
@@ -20,7 +20,6 @@ static void exynos4_mipi_phy_control(unsigned int dev_index,
        else
                addr = (unsigned int)&pmu->mipi_phy1_control;
 
-
        cfg = readl(addr);
        if (enable)
                cfg |= (EXYNOS_MIPI_PHY_MRESETN | EXYNOS_MIPI_PHY_ENABLE);
@@ -174,7 +173,6 @@ void set_ps_hold_ctrl(void)
                exynos5_set_ps_hold_ctrl();
 }
 
-
 static void exynos5_set_xclkout(void)
 {
        struct exynos5_power *power =
index 78c905b..4b1b711 100644 (file)
@@ -45,7 +45,6 @@
 #define S5PC110_PHY_BASE       0xEC100000
 #define S5PC110_USB_PHY_CONTROL 0xE010E80C
 
-
 #ifndef __ASSEMBLY__
 #include <asm/io.h>
 /* CPU detection macros */