44 lines
1.4 KiB
Diff
44 lines
1.4 KiB
Diff
From 54c453465d296a98be67d6d758b564424952fc63 Mon Sep 17 00:00:00 2001
|
|
From: Icenowy Zheng <icenowy@aosc.io>
|
|
Date: Tue, 1 Aug 2017 21:12:57 +0800
|
|
Subject: [PATCH] clk: sunxi-ng: export CLK_PLL_DE for H3
|
|
|
|
The CLK_PLL_DE is needed to be referenced in device tree for H3, for
|
|
both forcing the parent of PLL_DE.
|
|
|
|
So export it to the device tree binding header.
|
|
|
|
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
|
|
---
|
|
drivers/clk/sunxi-ng/ccu-sun8i-h3.h | 3 +--
|
|
include/dt-bindings/clock/sun8i-h3-ccu.h | 2 ++
|
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/drivers/clk/sunxi-ng/ccu-sun8i-h3.h b/drivers/clk/sunxi-ng/ccu-sun8i-h3.h
|
|
index 1b4baea37d810..add3a7c182123 100644
|
|
--- a/drivers/clk/sunxi-ng/ccu-sun8i-h3.h
|
|
+++ b/drivers/clk/sunxi-ng/ccu-sun8i-h3.h
|
|
@@ -35,9 +35,8 @@
|
|
#define CLK_PLL_PERIPH0_2X 10
|
|
#define CLK_PLL_GPU 11
|
|
#define CLK_PLL_PERIPH1 12
|
|
-#define CLK_PLL_DE 13
|
|
|
|
-/* The CPUX clock is exported */
|
|
+/* The PLL_DE and CPUX clocks is exported */
|
|
|
|
#define CLK_AXI 15
|
|
#define CLK_AHB1 16
|
|
diff --git a/include/dt-bindings/clock/sun8i-h3-ccu.h b/include/dt-bindings/clock/sun8i-h3-ccu.h
|
|
index e139fe5c62ecd..5345957a8c2e6 100644
|
|
--- a/include/dt-bindings/clock/sun8i-h3-ccu.h
|
|
+++ b/include/dt-bindings/clock/sun8i-h3-ccu.h
|
|
@@ -45,6 +45,8 @@
|
|
|
|
#define CLK_PLL_PERIPH0 9
|
|
|
|
+#define CLK_PLL_DE 13
|
|
+
|
|
#define CLK_CPUX 14
|
|
|
|
#define CLK_BUS_CE 20
|