Commit 720452a6 authored by Thomas Bogendoerfer's avatar Thomas Bogendoerfer
Browse files

Revert "clk: microchip: core: allow driver to be compiled with COMPILE_TEST"



This reverts commit 026d70dc.

Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent df136764
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

config COMMON_CLK_PIC32
	def_bool (COMMON_CLK && MACH_PIC32) || COMPILE_TEST
	def_bool COMMON_CLK && MACH_PIC32

config MCHP_CLK_MPFS
	bool "Clk driver for PolarFire SoC"
+0 −4
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@
/* SoC specific clock needed during SPLL clock rate switch */
static struct clk_hw *pic32_sclk_hw;

#ifdef CONFIG_MATCH_PIC32
/* add instruction pipeline delay while CPU clock is in-transition. */
#define cpu_nop5()			\
do {					\
@@ -85,9 +84,6 @@ do { \
	__asm__ __volatile__("nop");	\
	__asm__ __volatile__("nop");	\
} while (0)
#else
#define cpu_nop5()
#endif

/* Perpheral bus clocks */
struct pic32_periph_clk {