Skip to content

Commit f40a8ce

Browse files
xdarklightjbrun3t
authored andcommitted
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 <[email protected]> Signed-off-by: Jerome Brunet <[email protected]>
1 parent 9dc6bd7 commit f40a8ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

drivers/clk/meson/gxbb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
* to be exposed to client nodes in DT: include/dt-bindings/clock/gxbb-clkc.h
172172
*/
173173
#define CLKID_SYS_PLL 0
174-
/* CLKID_CPUCLK */
174+
#define CLKID_CPUCLK 1
175175
/* CLKID_HDMI_PLL */
176176
#define CLKID_FIXED_PLL 3
177177
/* CLKID_FCLK_DIV2 */

include/dt-bindings/clock/gxbb-clkc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#ifndef __GXBB_CLKC_H
66
#define __GXBB_CLKC_H
77

8-
#define CLKID_CPUCLK 1
98
#define CLKID_HDMI_PLL 2
109
#define CLKID_FCLK_DIV2 4
1110
#define CLKID_FCLK_DIV3 5

0 commit comments

Comments
 (0)