diff options
author | Xing Zheng <[email protected]> | 2016-03-14 16:01:58 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-03-16 19:28:02 -0400 |
commit | f7e180222b973a0b363564b281a314276cb2b594 (patch) | |
tree | cbb98ab30373eaae9679a61f0da21967b57ed5e0 | |
parent | e764b93924b47cd53b818c1cf8708a35bdfbb83d (diff) |
clk: rockchip: add clock-id for rk3036 emac pll source clock
Suitable PLLs for the emac on the rk3036 are difficult to find
and one of them is the (continuously changing) APLL. So in most
cases it will be necessary to select a PLL manually.
So add a clock-id for it.
Signed-off-by: Xing Zheng <[email protected]>
Signed-off-by: Caesar Wang <[email protected]>
Cc: Xing Zheng <[email protected]>
Cc: Michael Turquette <[email protected]>
Cc: Heiko Stuebner <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | include/dt-bindings/clock/rk3036-cru.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3036-cru.h b/include/dt-bindings/clock/rk3036-cru.h index 339659115695..de44109a3a04 100644 --- a/include/dt-bindings/clock/rk3036-cru.h +++ b/include/dt-bindings/clock/rk3036-cru.h @@ -54,6 +54,7 @@ #define SCLK_PVTM_VIDEO 125 #define SCLK_MAC 151 #define SCLK_MACREF 152 +#define SCLK_MACPLL 153 #define SCLK_SFC 160 /* aclk gates */ |