[PATCH] ARM: dts: qcom: Add 8064 multimedia clock controller node
Stephen Boyd
sboyd at codeaurora.org
Wed Jul 16 13:49:43 PDT 2014
Add the mmcc node so that we can probe and use the multimedia
clocks on apq8064.
Signed-off-by: Stephen Boyd <sboyd at codeaurora.org>
---
arch/arm/boot/dts/qcom-apq8064.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
index db896bddeea3..245351bde5f4 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -2,6 +2,7 @@
#include "skeleton.dtsi"
#include <dt-bindings/clock/qcom,gcc-msm8960.h>
+#include <dt-bindings/clock/qcom,mmcc-msm8960.h>
#include <dt-bindings/soc/qcom,gsbi.h>
/ {
@@ -167,6 +168,13 @@
#reset-cells = <1>;
};
+ mmcc: clock-controller at 4000000 {
+ compatible = "qcom,mmcc-apq8064";
+ reg = <0x4000000 0x1000>;
+ #clock-cells = <1>;
+ #reset-cells = <1>;
+ };
+
msmgpio: pinctrl at 800000 {
compatible = "qcom,apq8064-pinctrl";
reg = <0x800000 0x4000>;
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
More information about the linux-arm-kernel
mailing list