diff options
author | Zhangfei Gao <zhangfei.gao@linaro.org> | 2017-05-31 09:45:38 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2017-06-19 19:02:42 -0700 |
commit | 3ff77275f770679f1a3a2d8667f8c52522ba7074 (patch) | |
tree | 3c0f55e45af98cfe6cfcc068d874fdfacb2f964a /Documentation/devicetree | |
parent | 6454504c8003fd1c720bab618da8a2aedd30d367 (diff) | |
download | linux-3ff77275f770679f1a3a2d8667f8c52522ba7074.tar.bz2 |
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/devicetree')
-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" |