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

Commit c5fb7ae1 authored by Taniya Das's avatar Taniya Das
Browse files

ARM: dts: msm: Add gfx3d_clk to toggle memories for MSMGold



The core and periph memories needs to be toggle along with the oxili gdsc,
so add the oxili_gfx3d_clk for the same.

Change-Id: Ibb7d304465c7c11c5b54345e861344c35e3bdc8c
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 1c2c6d7f
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, 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
@@ -972,8 +972,9 @@
};

&gdsc_oxili_gx {
	clock-names = "core_root_clk";
	clocks =<&clock_gcc clk_gfx3d_clk_src>;
	clock-names = "core_root_clk", "gfx_clk";
	clocks =<&clock_gcc clk_gfx3d_clk_src>,
		<&clock_gcc clk_gcc_oxili_gfx3d_clk>;
	qcom,enable-root-clk;
	qcom,clk-dis-wait-val = <0x5>;
	status = "okay";