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

Commit 21e0a601 authored by Venkata Rao Kakani's avatar Venkata Rao Kakani
Browse files

clk: qcom: add ring buffer clock to virtual clk list for sm8150



Add hardware ring buffer clk to virtual clk list for linux
guest access purpose.

Change-Id: Icef99283b9e2f346d646a6d08faeb8a012bb0df3
Signed-off-by: default avatarVenkata Rao Kakani <vkakani@codeaurora.org>
parent 8567e922
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2019-2020, 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
@@ -72,6 +72,7 @@ static const char * const sm8150_gcc_virtio_clocks[] = {
	[GCC_PCIE_PHY_AUX_CLK] = "gcc_pcie_phy_aux_clk",
	[GCC_SDCC2_AHB_CLK] = "gcc_sdcc2_ahb_clk",
	[GCC_SDCC2_APPS_CLK] = "gcc_sdcc2_apps_clk",
	[GCC_PRNG_AHB_CLK] = "gcc_prng_ahb_clk",
};

static const char * const sm8150_gcc_virtio_resets[] = {