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

Commit bb10bb13 authored by Taniya Das's avatar Taniya Das Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: lagoon: Add new vdd level for Lagoon



Separate out the VDD levels definition for LAGOON as the number of CX
levels is only till TURBO.

Change-Id: I6e2bc70ef30abbed345f1cc6f88df455c9a5ba87
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent ffd16df2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 */

#include <linux/clk.h>
@@ -15,7 +15,7 @@
#include "clk-branch.h"
#include "clk-rcg.h"
#include "common.h"
#include "vdd-level-lito.h"
#include "vdd-level-lagoon.h"

static DEFINE_VDD_REGULATORS(vdd_cx, VDD_NUM, 1, vdd_corner);
static DEFINE_VDD_REGULATORS(vdd_mx, VDD_NUM, 1, vdd_corner);
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include "clk-regmap-divider.h"
#include "common.h"
#include "reset.h"
#include "vdd-level-lito.h"
#include "vdd-level-lagoon.h"

static DEFINE_VDD_REGULATORS(vdd_cx, VDD_NUM, 1, vdd_corner);

+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
#include "clk-regmap-mux.h"
#include "common.h"
#include "reset.h"
#include "vdd-level-lito.h"
#include "vdd-level-lagoon.h"

static DEFINE_VDD_REGULATORS(vdd_cx, VDD_NUM, 1, vdd_corner);
static DEFINE_VDD_REGULATORS(vdd_cx_ao, VDD_NUM, 1, vdd_corner);
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#include "clk-rcg.h"
#include "common.h"
#include "clk-regmap-mux.h"
#include "vdd-level-lito.h"
#include "vdd-level-lagoon.h"

static DEFINE_VDD_REGULATORS(vdd_cx, VDD_NUM, 1, vdd_corner);
static DEFINE_VDD_REGULATORS(vdd_gx, VDD_GX_NUM, 1, vdd_corner);
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#include "clk-rcg.h"
#include "common.h"
#include "reset.h"
#include "vdd-level-lito.h"
#include "vdd-level-lagoon.h"

static DEFINE_VDD_REGULATORS(vdd_cx, VDD_NUM, 1, vdd_corner);

Loading