mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
clk: meson-gxbb: un-export the CPU clock
The CPU clock defined in the Meson GX clock driver is actually a left-over from the Meson8b clock controller. Un-export the clock so we can remove it from the driver. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
This commit is contained in:
parent
9dc6bd7678
commit
f40a8ce96a
2 changed files with 1 additions and 2 deletions
|
@ -171,7 +171,7 @@
|
||||||
* to be exposed to client nodes in DT: include/dt-bindings/clock/gxbb-clkc.h
|
* to be exposed to client nodes in DT: include/dt-bindings/clock/gxbb-clkc.h
|
||||||
*/
|
*/
|
||||||
#define CLKID_SYS_PLL 0
|
#define CLKID_SYS_PLL 0
|
||||||
/* CLKID_CPUCLK */
|
#define CLKID_CPUCLK 1
|
||||||
/* CLKID_HDMI_PLL */
|
/* CLKID_HDMI_PLL */
|
||||||
#define CLKID_FIXED_PLL 3
|
#define CLKID_FIXED_PLL 3
|
||||||
/* CLKID_FCLK_DIV2 */
|
/* CLKID_FCLK_DIV2 */
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
#ifndef __GXBB_CLKC_H
|
#ifndef __GXBB_CLKC_H
|
||||||
#define __GXBB_CLKC_H
|
#define __GXBB_CLKC_H
|
||||||
|
|
||||||
#define CLKID_CPUCLK 1
|
|
||||||
#define CLKID_HDMI_PLL 2
|
#define CLKID_HDMI_PLL 2
|
||||||
#define CLKID_FCLK_DIV2 4
|
#define CLKID_FCLK_DIV2 4
|
||||||
#define CLKID_FCLK_DIV3 5
|
#define CLKID_FCLK_DIV3 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue