diff options
author | Zhangfei Gao <zhangfei.gao@linaro.org> | 2017-05-31 03:45:38 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2017-06-20 04:02:42 +0200 |
commit | 3ff77275f770679f1a3a2d8667f8c52522ba7074 (patch) | |
tree | 3c0f55e45af98cfe6cfcc068d874fdfacb2f964a /Documentation | |
parent | clk: zx296718: export I2S mux clocks (diff) | |
download | linux-3ff77275f770679f1a3a2d8667f8c52522ba7074.tar.xz linux-3ff77275f770679f1a3a2d8667f8c52522ba7074.zip |
clk: hi6220: add acpu clock
Add acpu clock, including sft clock controlling hi6220 coresight module
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Li Pengcheng <lipengcheng8@huawei.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/hi6220-clock.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/hi6220-clock.txt b/Documentation/devicetree/bindings/clock/hi6220-clock.txt index e4d5feaebc29..ef3deb7b86ea 100644 --- a/Documentation/devicetree/bindings/clock/hi6220-clock.txt +++ b/Documentation/devicetree/bindings/clock/hi6220-clock.txt @@ -11,6 +11,7 @@ Required Properties: - compatible: the compatible should be one of the following strings to indicate the clock controller functionality. + - "hisilicon,hi6220-acpu-sctrl" - "hisilicon,hi6220-aoctrl" - "hisilicon,hi6220-sysctrl" - "hisilicon,hi6220-mediactrl" |