diff options
author | Xing Zheng <[email protected]> | 2016-03-14 16:01:56 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-03-16 19:28:01 -0400 |
commit | fb781c8e2a370d67acf7b8a8826e6f5e3ae1d7c6 (patch) | |
tree | 8671e04865963ffe5c931fc57d2dcf3651545f34 | |
parent | 663713eb477b9b916426124d6f5d5c5e9db919cf (diff) |
clk: rockchip: add node-id for rk3036 emac hclk
Add the node-id for the emac hclk to the binding header.
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 ebc7a7b43f52..339659115695 100644 --- a/include/dt-bindings/clock/rk3036-cru.h +++ b/include/dt-bindings/clock/rk3036-cru.h @@ -92,6 +92,7 @@ #define HCLK_SDMMC 456 #define HCLK_SDIO 457 #define HCLK_EMMC 459 +#define HCLK_MAC 460 #define HCLK_I2S 462 #define HCLK_LCDC 465 #define HCLK_ROM 467 |