mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2024-11-23 11:59:58 +00:00
Merge "ARM: dts: msm: Export axi sleep clocks for MDM9640"
This commit is contained in:
commit
70ff4dcd57
@ -1,4 +1,4 @@
|
||||
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
@ -938,14 +938,12 @@
|
||||
compatible = "qcom,gate-clk";
|
||||
qcom,en-offset = <GCC_APCS_CLOCK_SLEEP_ENA_VOTE>;
|
||||
qcom,en-bit = <13>;
|
||||
qcom,always-on;
|
||||
};
|
||||
|
||||
bimc_apss_axi_clk_sleep: bimc_apss_axi_clk_sleep {
|
||||
compatible = "qcom,gate-clk";
|
||||
qcom,en-offset = <GCC_APCS_CLOCK_SLEEP_ENA_VOTE>;
|
||||
qcom,en-bit = <15>;
|
||||
qcom,always-on;
|
||||
};
|
||||
|
||||
gcc_blsp1_ahb_clk: gcc_blsp1_ahb_clk {
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
@ -120,6 +120,8 @@
|
||||
#define clk_gcc_mss_q6_bimc_axi_clk &gcc_mss_q6_bimc_axi_clk
|
||||
#define clk_gcc_boot_rom_ahb_clk &gcc_boot_rom_ahb_clk
|
||||
#define clk_gcc_prng_ahb_clk &gcc_prng_ahb_clk
|
||||
#define clk_bimc_apss_axi_clk_sleep &bimc_apss_axi_clk_sleep
|
||||
#define clk_apss_axi_clk_sleep &apss_axi_clk_sleep
|
||||
|
||||
/* a7pll */
|
||||
#define clk_a7pll_clk &a7pll_clk
|
||||
|
Loading…
Reference in New Issue
Block a user