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

Commit 9314d530 authored by Nirmal Abraham's avatar Nirmal Abraham Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Update DSI clk names for SDM660



Update mdss byte and pclk names for SDM660 to match
with the names used in mdss-dsi-pll-14nm file.

Change-Id: I3be2bdebeb8da179af9f0fd08038d50c82b7ac59
Signed-off-by: default avatarNirmal Abraham <nabrah@codeaurora.org>
parent d0ed66a1
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016-2018 The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-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
@@ -113,8 +113,8 @@ static const struct parent_map mmcc_parent_map_1[] = {

static const char * const mmcc_parent_names_1[] = {
	"xo",
	"dsi0pll_byte_clk_mux",
	"dsi1pll_byte_clk_mux",
	"dsi0_phy_pll_out_byteclk",
	"dsi1_phy_pll_out_byteclk",
	"core_bi_pll_test_se",
};

@@ -241,8 +241,8 @@ static const struct parent_map mmcc_parent_map_8[] = {

static const char * const mmcc_parent_names_8[] = {
	"xo",
	"dsi0pll_pixel_clk_mux",
	"dsi1pll_pixel_clk_mux",
	"dsi0_phy_pll_out_dsiclk",
	"dsi1_phy_pll_out_dsiclk",
	"core_bi_pll_test_se",
};