aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2015-07-13 02:58:51 -0400
committerMyungJoo Ham <myungjoo.ham@samsung.com>2015-08-03 00:58:32 -0400
commit9b0a18626288ecd62ad09a9c36a5ba318ea30087 (patch)
treef2c8764cb8471271ecf8bfdb14239e793f02451e
parent74d33293e467df61de1b1d8b2fbe29e550dec33b (diff)
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.txt1
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 b54bf3a2ff57..aed486692880 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:
17Optional properties: 17Optional properties:
18- clock-names : the name of clock used by the PPMU, "ppmu" 18- clock-names : the name of clock used by the PPMU, "ppmu"
19- clocks : phandles for clock specified in "clock-names" property 19- clocks : phandles for clock specified in "clock-names" property
20- #clock-cells: should be 1.
21 20
22Example1 : PPMU nodes in exynos3250.dtsi are listed below. 21Example1 : PPMU nodes in exynos3250.dtsi are listed below.
23 22