Home
last modified time | relevance | path

Searched full:pmgr (Results 1 – 13 of 13) sorted by relevance

/linux/arch/arm64/boot/dts/apple/
H A Dt8103-pmgr.dtsi3 * PMGR Power domains for the Apple T8103 "M1" SoC
9 &pmgr {
11 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
20 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
29 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
38 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
46 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
54 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
62 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
70 compatible = "apple,t8103-pmgr-pwrstate", "apple,pmgr-pwrstate";
[all …]
H A Dt8112-pmgr.dtsi3 * PMGR Power domains for the Apple T8112 "M2" SoC
9 &pmgr {
11 compatible = "apple,t8112-pmgr-pwrstate", "apple,pmgr-pwrstate";
20 compatible = "apple,t8112-pmgr-pwrstate", "apple,pmgr-pwrstate";
29 compatible = "apple,t8112-pmgr-pwrstate", "apple,pmgr-pwrstate";
38 compatible = "apple,t8112-pmgr-pwrstate", "apple,pmgr-pwrstate";
46 compatible = "apple,t8112-pmgr-pwrstate", "apple,pmgr-pwrstate";
54 compatible = "apple,t8112-pmgr-pwrstate", "apple,pmgr-pwrstate";
63 compatible = "apple,t8112-pmgr-pwrstate", "apple,pmgr-pwrstate";
72 compatible = "apple,t8112-pmgr-pwrstate", "apple,pmgr-pwrstate";
[all …]
H A Dt600x-pmgr.dtsi3 * PMGR Power domains for the Apple T6001 "M1 Max" SoC
8 &DIE_NODE(pmgr) {
10 compatible = "apple,t6000-pmgr-pwrstate", "apple,pmgr-pwrstate";
19 compatible = "apple,t6000-pmgr-pwrstate", "apple,pmgr-pwrstate";
28 compatible = "apple,t6000-pmgr-pwrstate", "apple,pmgr-pwrstate";
37 compatible = "apple,t6000-pmgr-pwrstate", "apple,pmgr-pwrstate";
46 compatible = "apple,t6000-pmgr-pwrstate", "apple,pmgr-pwrstate";
55 compatible = "apple,t6000-pmgr-pwrstate", "apple,pmgr-pwrstate";
64 compatible = "apple,t6000-pmgr-pwrstate", "apple,pmgr-pwrstate";
73 compatible = "apple,t6000-pmgr-pwrstate", "apple,pmgr-pwrstate";
[all …]
H A Dt600x-dieX.dtsi27 DIE_NODE(pmgr): power-management@28e080000 {
28 compatible = "apple,t6000-pmgr", "apple,pmgr", "syscon", "simple-mfd";
35 compatible = "apple,t6000-pmgr", "apple,pmgr", "syscon", "simple-mfd";
42 compatible = "apple,t6000-pmgr", "apple,pmgr", "syscon", "simple-mfd";
71 compatible = "apple,t6000-pmgr", "apple,pmgr", "syscon", "simple-mfd";
H A Dt8112.dtsi575 pmgr: power-management@23b700000 { label
576 compatible = "apple,t8112-pmgr", "apple,pmgr", "syscon", "simple-mfd";
580 /* child nodes are added in t8103-pmgr.dtsi */
667 compatible = "apple,t8112-pmgr", "apple,pmgr", "syscon", "simple-mfd";
671 /* child nodes are added in t8103-pmgr.dtsi */
921 #include "t8112-pmgr.dtsi"
H A Dt8103.dtsi547 pmgr: power-management@23b700000 { label
548 compatible = "apple,t8103-pmgr", "apple,pmgr", "syscon", "simple-mfd";
630 compatible = "apple,t8103-pmgr", "apple,pmgr", "syscon", "simple-mfd";
847 #include "t8103-pmgr.dtsi"
H A Dt6001.dtsi44 #include "t600x-pmgr.dtsi"
H A Dt6002.dtsi261 #include "t600x-pmgr.dtsi"
275 #include "t600x-pmgr.dtsi"
/linux/Documentation/devicetree/bindings/arm/apple/
H A Dapple,pmgr.yaml4 $id: http://devicetree.org/schemas/arm/apple/apple,pmgr.yaml#
7 title: Apple SoC Power Manager (PMGR)
13 Apple SoCs include PMGR blocks responsible for power management,
15 performance features. This node represents the PMGR as a syscon,
25 - apple,t8103-pmgr
26 - apple,t8112-pmgr
27 - apple,t6000-pmgr
28 - const: apple,pmgr
46 $ref: /schemas/power/apple,pmgr-pwrstate.yaml#
61 compatible = "apple,t8103-pmgr", "apple,pmgr", "syscon", "simple-mfd";
[all …]
/linux/Documentation/devicetree/bindings/power/
H A Dapple,pmgr-pwrstate.yaml4 $id: http://devicetree.org/schemas/power/apple,pmgr-pwrstate.yaml#
7 title: Apple SoC PMGR Power States
16 Apple SoCs include PMGR blocks responsible for power management,
21 Each instance of a power controller within the PMGR syscon node
27 See Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml
28 for the top-level PMGR node documentation.
34 - apple,t8103-pmgr-pwrstate
35 - apple,t8112-pmgr-pwrstate
36 - apple,t6000-pmgr-pwrstate
37 - const: apple,pmgr-pwrstate
/linux/drivers/pmdomain/apple/
H A DKconfig6 bool "Apple SoC PMGR power state control"
14 The PMGR block in Apple SoCs provides high-level power state
H A Dpmgr-pwrstate.c3 * Apple SoC PMGR device power state driver
309 { .compatible = "apple,pmgr-pwrstate" },
318 .name = "apple-pmgr-pwrstate",
324 MODULE_DESCRIPTION("PMGR power state driver for Apple SoCs");
H A DMakefile2 obj-$(CONFIG_APPLE_PMGR_PWRSTATE) += pmgr-pwrstate.o