Skip to content

Commit 3103583

Browse files
repkjbrun3t
authored andcommitted
clk: meson: axg: Remove MIPI enable clock gate
On AXG platforms HHI_MIPI_CNTL0 is part of the MIPI/PCIe analog PHY region and is not related to clock one and can be removed from it. Signed-off-by: Remi Pommarel <[email protected]> Signed-off-by: Jerome Brunet <[email protected]>
1 parent dcd48b2 commit 3103583

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

drivers/clk/meson/axg.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,6 @@ static MESON_GATE(axg_mmc_pclk, HHI_GCLK_MPEG2, 11);
18791879
static MESON_GATE(axg_vpu_intr, HHI_GCLK_MPEG2, 25);
18801880
static MESON_GATE(axg_sec_ahb_ahb3_bridge, HHI_GCLK_MPEG2, 26);
18811881
static MESON_GATE(axg_gic, HHI_GCLK_MPEG2, 30);
1882-
static MESON_GATE(axg_mipi_enable, HHI_MIPI_CNTL0, 29);
18831882

18841883
/* Always On (AO) domain gates */
18851884

@@ -1974,7 +1973,6 @@ static struct clk_hw_onecell_data axg_hw_onecell_data = {
19741973
[CLKID_PCIE_REF] = &axg_pcie_ref.hw,
19751974
[CLKID_PCIE_CML_EN0] = &axg_pcie_cml_en0.hw,
19761975
[CLKID_PCIE_CML_EN1] = &axg_pcie_cml_en1.hw,
1977-
[CLKID_MIPI_ENABLE] = &axg_mipi_enable.hw,
19781976
[CLKID_GEN_CLK_SEL] = &axg_gen_clk_sel.hw,
19791977
[CLKID_GEN_CLK_DIV] = &axg_gen_clk_div.hw,
19801978
[CLKID_GEN_CLK] = &axg_gen_clk.hw,
@@ -2115,7 +2113,6 @@ static struct clk_regmap *const axg_clk_regmaps[] = {
21152113
&axg_pcie_ref,
21162114
&axg_pcie_cml_en0,
21172115
&axg_pcie_cml_en1,
2118-
&axg_mipi_enable,
21192116
&axg_gen_clk_sel,
21202117
&axg_gen_clk_div,
21212118
&axg_gen_clk,

drivers/clk/meson/axg.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* Register offsets from the data sheet must be multiplied by 4 before
1717
* adding them to the base address to get the right value.
1818
*/
19-
#define HHI_MIPI_CNTL0 0x00
2019
#define HHI_GP0_PLL_CNTL 0x40
2120
#define HHI_GP0_PLL_CNTL2 0x44
2221
#define HHI_GP0_PLL_CNTL3 0x48

0 commit comments

Comments
 (0)