diff options
| author | 2015-12-03 16:02:56 +0200 | |
|---|---|---|
| committer | 2016-02-23 15:29:16 -0600 | |
| commit | aac1b2977dcccd201e1d1ceeffb83b82273d08aa (patch) | |
| tree | c54b7ec4051c312b6f779d699c5993d63806a6a5 | |
| parent | devicetree: bindings: Document Kryo cpu (diff) | |
| download | linux-dev-aac1b2977dcccd201e1d1ceeffb83b82273d08aa.tar.xz linux-dev-aac1b2977dcccd201e1d1ceeffb83b82273d08aa.zip  | |
arm: dts: qcom: apq8064: Add RPMCC DT node
Add the RPM Clock Controller DT node.
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom-apq8064.dtsi | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index ed521e85e208..394c43bf0ae7 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -521,6 +521,11 @@  					  <GIC_SPI 22 IRQ_TYPE_EDGE_RISING>;  			interrupt-names	= "ack", "err", "wakeup"; +			rpmcc: clock-controller { +				compatible	= "qcom,rpmcc-apq8064", "qcom,rpmcc"; +				#clock-cells = <1>; +			}; +  			regulators {  				compatible = "qcom,rpm-pm8921-regulators";  | 
