summaryrefslogtreecommitdiffstats
path: root/drivers/clk/versatile/clk-icst.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2020-02-19 11:33:26 +0100
committerStephen Boyd <sboyd@kernel.org>2020-03-21 01:55:31 +0100
commit84655b762a276f4ad033288954f698e136704178 (patch)
tree106b852cc1f31df55288937ef9604c9ea14db982 /drivers/clk/versatile/clk-icst.h
parentclk: versatile: Export icst_clk_setup() (diff)
downloadlinux-84655b762a276f4ad033288954f698e136704178.tar.xz
linux-84655b762a276f4ad033288954f698e136704178.zip
clk: versatile: Add device tree probing for IM-PD1 clocks
As we want to move these clocks over to probe from the device tree we add a device tree probing path. The old platform data path will be deleted once we have the device tree overall code in place. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lkml.kernel.org/r/20200219103326.81120-3-linus.walleij@linaro.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/versatile/clk-icst.h')
-rw-r--r--drivers/clk/versatile/clk-icst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/versatile/clk-icst.h b/drivers/clk/versatile/clk-icst.h
index 1206f008c11a..1a119ef11066 100644
--- a/drivers/clk/versatile/clk-icst.h
+++ b/drivers/clk/versatile/clk-icst.h
@@ -11,6 +11,7 @@ enum icst_control_type {
ICST_INTEGRATOR_AP_PCI, /* Odd bit pattern storage */
ICST_INTEGRATOR_CP_CM_CORE, /* Only 8 bits of VDW and 3 bits of OD */
ICST_INTEGRATOR_CP_CM_MEM, /* Only 8 bits of VDW and 3 bits of OD */
+ ICST_INTEGRATOR_IM_PD1, /* Like the Versatile, all control bits */
};
/**