diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2015-07-13 08:58:51 +0200 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2015-09-11 14:22:26 +0900 |
commit | f47ff87f79a0f65db6af5b6bebd67b8f011994d1 (patch) | |
tree | acf2f76d94d2712b984379fc1793b43d08349b36 | |
parent | 64291f7db5bd8150a74ad2036f1037e6a0428df2 (diff) | |
download | op-kernel-dev-f47ff87f79a0f65db6af5b6bebd67b8f011994d1.zip op-kernel-dev-f47ff87f79a0f65db6af5b6bebd67b8f011994d1.tar.gz |
PM / devfreq: event: Remove incorrect property in exynos-ppmu DT binding
The exynos-ppmu driver is only a clock consumer and not a clock provider
but its Device Tree binding listed #clock-cells as an optional property.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r-- | Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt b/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt index b54bf3a..aed4866 100644 --- a/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt +++ b/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt @@ -17,7 +17,6 @@ Required properties: Optional properties: - clock-names : the name of clock used by the PPMU, "ppmu" - clocks : phandles for clock specified in "clock-names" property -- #clock-cells: should be 1. Example1 : PPMU nodes in exynos3250.dtsi are listed below. |