Commit 98a29533 authored by Georgi Djakov's avatar Georgi Djakov Committed by Kumar Gala

ARM: dts: qcom: Add APQ8084 Global Clock Controller DT node

This patch adds the necessary node to probe the global clock
controller on APQ8084 platforms.
Signed-off-by: default avatarGeorgi Djakov <gdjakov@mm-sol.com>
Reviewed-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 7d1311b9
......@@ -2,6 +2,8 @@
#include "skeleton.dtsi"
#include <dt-bindings/clock/qcom,gcc-apq8084.h>
/ {
model = "Qualcomm APQ 8084";
compatible = "qcom,apq8084";
......@@ -175,5 +177,13 @@ restart@fc4ab000 {
compatible = "qcom,pshold";
reg = <0xfc4ab000 0x4>;
};
gcc: clock-controller@fc400000 {
compatible = "qcom,gcc-apq8084";
#clock-cells = <1>;
#reset-cells = <1>;
reg = <0xfc400000 0x4000>;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment