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

Commit 488867a6 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: mdm9640: Add clock nodes for apss and bimc axi"

parents 72e5cd94 3f1c7321
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2015, 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
@@ -243,4 +243,11 @@
		qcom,master-stats-version = <2>;
		qcom,master-offset = <2560>;
	};

	qcom,clock-pm {
		compatible = "qcom,clock-pm";
		clocks = <&clock_gcc clk_apss_axi_clk_sleep>,
				<&clock_gcc clk_bimc_apss_axi_clk_sleep>;
		clock-names = "apss_axi", "bimc_apss_axi";
	};
};