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

Commit 5dc82e31 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: clock-mmss-8992: Move VFE control from GDSC to branch"

parents 27279e8c 53f0bde0
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -3050,10 +3050,8 @@
};

&gdsc_vfe {
	clock-names = "bus_clk", "core0_clk", "core1_clk";
	clocks = <&clock_mmss clk_camss_vfe_vfe_axi_clk>,
		 <&clock_mmss clk_camss_vfe_vfe0_clk>,
		 <&clock_mmss clk_camss_vfe_vfe1_clk>;
	clock-names = "bus_clk";
	clocks = <&clock_mmss clk_camss_vfe_vfe_axi_clk>;
	parent-supply = <&gdsc_camss_top>;
	status = "ok";
};
+2 −0
Original line number Diff line number Diff line
@@ -1612,6 +1612,7 @@ static struct branch_clk camss_top_ahb_clk = {
static struct branch_clk camss_vfe_vfe0_clk = {
	.cbcr_reg = CAMSS_VFE_VFE0_CBCR,
	.has_sibling = 0,
	.toggle_memory = true,
	.base = &virt_base,
	.c = {
		.dbg_name = "camss_vfe_vfe0_clk",
@@ -1624,6 +1625,7 @@ static struct branch_clk camss_vfe_vfe0_clk = {
static struct branch_clk camss_vfe_vfe1_clk = {
	.cbcr_reg = CAMSS_VFE_VFE1_CBCR,
	.has_sibling = 0,
	.toggle_memory = true,
	.base = &virt_base,
	.c = {
		.dbg_name = "camss_vfe_vfe1_clk",