Skip to content

Commit

Permalink
clk: rockchip: add binding ID for DMC (memory controller) clocks on r…
Browse files Browse the repository at this point in the history
…k3288

The DMC clocks need to be turned off at runtime, so we should have IDs
so we can export them.

Signed-off-by: Jeff Chen <cym@rock-chips.com>
[dianders: split into two patches; adjusted commit msg]
Signed-off-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Jeff Chen authored and Heiko Stuebner committed Nov 26, 2014
1 parent dd79c0b commit 1ae2b01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/dt-bindings/clock/rk3288-cru.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
#define PCLK_VIO2_H2P 361
#define PCLK_CPU 362
#define PCLK_PERI 363
#define PCLK_DDRUPCTL0 364
#define PCLK_PUBL0 365
#define PCLK_DDRUPCTL1 366
#define PCLK_PUBL1 367

/* hclk gates */
#define HCLK_GPS 448
Expand Down

0 comments on commit 1ae2b01

Please sign in to comment.