We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcb7c0 commit d25ffefCopy full SHA for d25ffef
drivers/clk/meson/meson8b.c
@@ -22,6 +22,9 @@
22
#include "clk-pll.h"
23
#include "clk-mpll.h"
24
25
+#include <dt-bindings/clock/meson8b-clkc.h>
26
+#include <dt-bindings/reset/amlogic,meson8b-clkc-reset.h>
27
+
28
static DEFINE_SPINLOCK(meson_clk_lock);
29
30
struct meson8b_clk_reset {
drivers/clk/meson/meson8b.h
@@ -77,11 +77,4 @@
77
#define HHI_MPLL_CNTL9 0x2A0 /* 0xa8 offset in data sheet */
78
#define HHI_MPLL_CNTL10 0x2A4 /* 0xa9 offset in data sheet */
79
80
-/*
81
- * include the CLKID and RESETID that have
82
- * been made part of the stable DT binding
83
- */
84
-#include <dt-bindings/clock/meson8b-clkc.h>
85
-#include <dt-bindings/reset/amlogic,meson8b-clkc-reset.h>
86
-
87
#endif /* __MESON8B_H */
0 commit comments