mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-01 03:31:36 +00:00
tweak R_CCU patch according to Icenowy comments on IRC
This commit is contained in:
parent
b06ff88e1e
commit
f80cc45202
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ index 000000000000..0d027d53dbdf
|
|||
+
|
||||
+#include "ccu-sun8i-r.h"
|
||||
+
|
||||
+static const char * const ar100_parents[] = { "osc32k", "osc24M",
|
||||
+static const char * const ar100_parents[] = { "osc32K", "osc24M",
|
||||
+ "pll-periph0", "iosc" };
|
||||
+
|
||||
+static struct ccu_div ar100_clk = {
|
||||
|
@ -274,7 +274,7 @@ index 000000000000..eaa431fd1d8f
|
|||
+#define CLK_AHB0 1
|
||||
+#define CLK_APB0 2
|
||||
+
|
||||
+#define CLK_NUMBER (CLK_APB0_TWD + 1)
|
||||
+#define CLK_NUMBER (CLK_IR + 1)
|
||||
+
|
||||
+#endif /* _CCU_SUN8I_R_H */
|
||||
diff --git a/include/dt-bindings/clock/sun8i-r-ccu.h b/include/dt-bindings/clock/sun8i-r-ccu.h
|
||||
|
|
Loading…
Add table
Reference in a new issue