Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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 @@
			compatible = "qcom,pshold";
			reg = <0xfc4ab000 0x4>;
		};

		gcc: clock-controller@fc400000 {
			compatible = "qcom,gcc-apq8084";
			#clock-cells = <1>;
			#reset-cells = <1>;
			reg = <0xfc400000 0x4000>;
		};

	};
};