blob: c79aac44258b10dccfe83c38d504a6790cc9d79e [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Thomas Abraham166097e2016-04-23 22:18:09 +05302/*
3 * Exynos PLL helper functions for clock drivers.
4 * Copyright (C) 2016 Samsung Electronics
5 * Thomas Abraham <thomas.ab@samsung.com>
Thomas Abraham166097e2016-04-23 22:18:09 +05306 */
7
8unsigned long pll145x_get_rate(unsigned int *con1, unsigned long fin_freq);