diff options
author | Abhishek Sahu <absahu@codeaurora.org> | 2016-11-25 21:11:30 +0530 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-12-21 15:57:27 -0800 |
commit | 5c1a96935f782c516af585e47020c3e214efd861 (patch) | |
tree | 7ddbbcd889299d257372c4f883a7b87d25cb960e /include/dt-bindings | |
parent | d83dcacea185da4f664c909e4c04034336b463ab (diff) | |
download | blackbird-obmc-linux-5c1a96935f782c516af585e47020c3e214efd861.tar.gz blackbird-obmc-linux-5c1a96935f782c516af585e47020c3e214efd861.zip |
clk: qcom: ipq4019: Add the nodes for pcnoc
The current ipq4019 clock driver does not have the node for
PCNOC so this patch adds and registers the PCNOC clock nodes.
This PCNOC clock is critical and should not be turned off so
setting CRITICAL flag also.
Signed-off-by: Abhishek Sahu <absahu@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/qcom,gcc-ipq4019.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-ipq4019.h b/include/dt-bindings/clock/qcom,gcc-ipq4019.h index c629b2b2bb0d..7e8a7be6dcda 100644 --- a/include/dt-bindings/clock/qcom,gcc-ipq4019.h +++ b/include/dt-bindings/clock/qcom,gcc-ipq4019.h @@ -91,6 +91,7 @@ #define GCC_FEPLL_WCSS2G_CLK 72 #define GCC_FEPLL_WCSS5G_CLK 73 #define GCC_APSS_CPU_PLLDIV_CLK 74 +#define GCC_PCNOC_AHB_CLK_SRC 75 #define WIFI0_CPU_INIT_RESET 0 #define WIFI0_RADIO_SRIF_RESET 1 |