diff options
author | Peter De Schrijver <pdeschrijver@nvidia.com> | 2017-03-15 11:42:05 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-03-20 09:26:03 -0400 |
commit | 59af78d78db8bde6a63e09772aa44192f772fa96 (patch) | |
tree | a655fc75c28c5204c6403a4653c9be8b10e5ae0d /include/linux/clk | |
parent | 68d724cedcca8ab86eee824682f7da0af5e6e50d (diff) |
clk: tegra: Add SATA seq input control
This will be used by the powergating driver to ensure proper sequencer
state when the SATA domain is powergated.
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/linux/clk')
-rw-r--r-- | include/linux/clk/tegra.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk/tegra.h b/include/linux/clk/tegra.h index e17d32831e28..d23c9cf26993 100644 --- a/include/linux/clk/tegra.h +++ b/include/linux/clk/tegra.h | |||
@@ -125,6 +125,7 @@ extern void tegra210_xusb_pll_hw_control_enable(void); | |||
125 | extern void tegra210_xusb_pll_hw_sequence_start(void); | 125 | extern void tegra210_xusb_pll_hw_sequence_start(void); |
126 | extern void tegra210_sata_pll_hw_control_enable(void); | 126 | extern void tegra210_sata_pll_hw_control_enable(void); |
127 | extern void tegra210_sata_pll_hw_sequence_start(void); | 127 | extern void tegra210_sata_pll_hw_sequence_start(void); |
128 | extern void tegra210_set_sata_pll_seq_sw(bool state); | ||
128 | extern void tegra210_put_utmipll_in_iddq(void); | 129 | extern void tegra210_put_utmipll_in_iddq(void); |
129 | extern void tegra210_put_utmipll_out_iddq(void); | 130 | extern void tegra210_put_utmipll_out_iddq(void); |
130 | 131 | ||