summaryrefslogtreecommitdiff
path: root/chip/mt_scp/clock_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/clock_chip.h')
-rw-r--r--chip/mt_scp/clock_chip.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/chip/mt_scp/clock_chip.h b/chip/mt_scp/clock_chip.h
deleted file mode 100644
index ab03d5c2f6..0000000000
--- a/chip/mt_scp/clock_chip.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/* Clocks, PLL and power settings */
-
-#ifndef __CROS_EC_CLOCK_CHIP_H
-#define __CROS_EC_CLOCK_CHIP_H
-
-#include "common.h"
-#include "registers.h"
-
-/* Default ULPOSC clock speed in MHz */
-#ifndef ULPOSC1_CLOCK_MHZ
-#define ULPOSC1_CLOCK_MHZ 240
-#endif
-#ifndef ULPOSC2_CLOCK_MHZ
-#define ULPOSC2_CLOCK_MHZ 330
-#endif
-
-void scp_enable_clock(void);
-
-#endif /* __CROS_EC_CLOCK_CHIP_H */