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

Commit f1b8dbd2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 37c5321d cce92e70
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
// 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>
#include <linux/clk.h>
@@ -15,7 +15,7 @@
#include "clk-branch.h"
#include "clk-branch.h"
#include "clk-rcg.h"
#include "clk-rcg.h"
#include "common.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_cx, VDD_NUM, 1, vdd_corner);
static DEFINE_VDD_REGULATORS(vdd_mx, VDD_NUM, 1, vdd_corner);
static DEFINE_VDD_REGULATORS(vdd_mx, VDD_NUM, 1, vdd_corner);
+1 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@
#include "clk-regmap-divider.h"
#include "clk-regmap-divider.h"
#include "common.h"
#include "common.h"
#include "reset.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, VDD_NUM, 1, vdd_corner);


+1 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,7 @@
#include "clk-regmap-mux.h"
#include "clk-regmap-mux.h"
#include "common.h"
#include "common.h"
#include "reset.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, VDD_NUM, 1, vdd_corner);
static DEFINE_VDD_REGULATORS(vdd_cx_ao, VDD_NUM, 1, vdd_corner);
static DEFINE_VDD_REGULATORS(vdd_cx_ao, VDD_NUM, 1, vdd_corner);
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@
#include "clk-rcg.h"
#include "clk-rcg.h"
#include "common.h"
#include "common.h"
#include "clk-regmap-mux.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_cx, VDD_NUM, 1, vdd_corner);
static DEFINE_VDD_REGULATORS(vdd_gx, VDD_GX_NUM, 1, vdd_corner);
static DEFINE_VDD_REGULATORS(vdd_gx, VDD_GX_NUM, 1, vdd_corner);
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@
#include "clk-rcg.h"
#include "clk-rcg.h"
#include "common.h"
#include "common.h"
#include "reset.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, VDD_NUM, 1, vdd_corner);


Loading