Searched +full:pxa1908 +full:- +full:apmu (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | marvell,pxa1908.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/clock/marvell,pxa1908.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Marvell PXA1908 Clock Controllers 10 - Duje Mihanović <[email protected]> 13 The PXA1908 clock subsystem generates and supplies clock to various 14 controllers within the PXA1908 SoC. The PXA1908 contains numerous clock 16 and APMU roughly corresponding to internal buses. 18 All these clock identifiers could be found in <include/dt-bindings/marvell,pxa1908.h>. [all …]
|
/linux-6.14.4/drivers/clk/mmp/ |
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 6 obj-y += clk-apbc.o clk-apmu.o clk-frac.o clk-mix.o clk-gate.o clk.o 8 obj-$(CONFIG_RESET_CONTROLLER) += reset.o 10 obj-$(CONFIG_MACH_MMP_DT) += clk-of-pxa168.o clk-of-pxa910.o 11 obj-$(CONFIG_COMMON_CLK_MMP2) += clk-of-mmp2.o clk-pll.o pwr-island.o 12 obj-$(CONFIG_COMMON_CLK_MMP2_AUDIO) += clk-audio.o 14 obj-$(CONFIG_ARCH_MMP) += clk-of-pxa1928.o clk-pxa1908-apbc.o clk-pxa1908-apbcp.o clk-pxa1908-apmu.…
|
D | clk-pxa1908-apmu.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 #include <linux/clk-provider.h> 7 #include <dt-bindings/clock/marvell,pxa1908.h> 63 struct mmp_clk_unit *unit = &pxa_unit->unit; in pxa1908_axi_periph_clk_init() 66 pxa_unit->base, ARRAY_SIZE(pll1_gate_clks)); in pxa1908_axi_periph_clk_init() 68 sdh_mix_config.reg_info.reg_clk_ctrl = pxa_unit->base + APMU_SDH0; in pxa1908_axi_periph_clk_init() 72 sdh_mix_config.reg_info.reg_clk_ctrl = pxa_unit->base + APMU_SDH1; in pxa1908_axi_periph_clk_init() 76 sdh_mix_config.reg_info.reg_clk_ctrl = pxa_unit->base + APMU_SDH2; in pxa1908_axi_periph_clk_init() 81 mmp_register_gate_clks(unit, apmu_gate_clks, pxa_unit->base, in pxa1908_axi_periph_clk_init() 89 pxa_unit = devm_kzalloc(&pdev->dev, sizeof(*pxa_unit), GFP_KERNEL); in pxa1908_apmu_probe() [all …]
|