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

Commit 5d8b9914 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add support for gcc clock efuse for MSM8953"

parents e7790a0d b950cd72
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -41,3 +41,10 @@
&secure_mem {
	status = "disabled";
};

&clock_gcc {
	compatible = "qcom,gcc-8953";
	reg = <0x1800000 0x80000>,
	    <0x00a4124  0x08>;
	reg-names = "cc_base", "efuse";
};