Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Javier Martinez Canillas and committed by
MyungJoo Ham
f47ff87f 64291f7d

-1
-1
Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt
··· 17 17 Optional properties: 18 18 - clock-names : the name of clock used by the PPMU, "ppmu" 19 19 - clocks : phandles for clock specified in "clock-names" property 20 - - #clock-cells: should be 1. 21 20 22 21 Example1 : PPMU nodes in exynos3250.dtsi are listed below. 23 22