Home
last modified time | relevance | path

Searched full:mpmu (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/clk/spacemit/
H A Dccu_common.c143 * The lock status of PLLs locate in MPMU region, while PLLs themselves in spacemit_ccu_probe()
144 * are in APBS region. Reference to MPMU syscon is required to check PLL in spacemit_ccu_probe()
148 struct device_node *mpmu = of_parse_phandle(dev->of_node, in spacemit_ccu_probe() local
149 "spacemit,mpmu", 0); in spacemit_ccu_probe()
150 if (!mpmu) in spacemit_ccu_probe()
152 "Cannot parse MPMU region\n"); in spacemit_ccu_probe()
154 lock_regmap = device_node_to_regmap(mpmu); in spacemit_ccu_probe()
155 of_node_put(mpmu); in spacemit_ccu_probe()
/linux/Documentation/devicetree/bindings/clock/
H A Dmarvell,pxa1928.txt5 blocks called APMU, MPMU, and APBC roughly corresponding to internal buses.
11 - "marvell,pxa1928-mpmu" - MPMU controller compatible
H A Dmarvell,mmp2-clock.yaml29 - description: MPMU register region
35 - const: mpmu
65 reg-names = "mpmu", "apmu", "apbc";
H A Dmarvell,pxa168.txt13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
H A Dmarvell,pxa910.txt13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
/linux/drivers/clk/mmp/
H A DMakefile15 clk-pxa1908-mpmu.o clk-pxa1908-apmu.o
H A Dclk-of-pxa1928.c217 pr_err("failed to map mpmu registers\n"); in pxa1928_mpmu_clk_init()
224 CLK_OF_DECLARE(pxa1928_mpmu_clk, "marvell,pxa1928-mpmu", pxa1928_mpmu_clk_init);
H A Dclk-of-pxa910.c279 pr_err("failed to map mpmu registers\n"); in pxa910_clk_init()
H A Dclk-of-pxa168.c310 pr_err("failed to map mpmu registers\n"); in pxa168_clk_init()
H A Dclk-of-mmp2.c530 pr_err("failed to map mpmu registers\n"); in mmp2_clk_init()
/linux/include/dt-bindings/clock/
H A Dspacemit,k1-syscon.h46 /* MPMU clocks */
85 /* MPMU resets */
/linux/arch/arm64/boot/dts/marvell/mmp/
H A Dpxa1908.dtsi284 mpmu: clock-controller@50000 { label
285 compatible = "marvell,pxa1908-mpmu";
/linux/include/dt-bindings/reset/
H A Dspacemit,k3-resets.h9 /* MPMU resets */
/linux/arch/arm/boot/dts/marvell/
H A Dpxa910.dtsi172 reg-names = "mpmu", "apmu", "apbc", "apbcp";
H A Dpxa168.dtsi161 reg-names = "mpmu", "apmu", "apbc";
H A Dmmp2.dtsi510 reg-names = "mpmu", "apmu", "apbc";
H A Dmmp3.dtsi575 reg-names = "mpmu", "apmu", "apbc";
/linux/arch/arm/mach-pxa/
H A Dpxa3xx-regs.h24 * Service Power Management Unit (MPMU)
/linux/drivers/reset/spacemit/
H A Dreset-spacemit-k3.c228 K3_AUX_DEV_ID(mpmu),