]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
PM / devfreq: event: Remove incorrect property in exynos-ppmu DT binding
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 13 Jul 2015 06:58:51 +0000 (08:58 +0200)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 11 Sep 2015 05:22:26 +0000 (14:22 +0900)
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>
Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt

index b54bf3a2ff5720d7492c23be3118057fe6cec8c1..aed486692880ce5503412247f76c718b94e6a863 100644 (file)
@@ -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.