Searched +full:infracfg +full:- +full:nao (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/power/mediatek,power-controller.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - MandyJH Liu <mandyjh.liu@mediatek.com>11 - Matthias Brugger <mbrugger@suse.com>17 IP cores belonging to a power domain should contain a 'power-domains'22 pattern: '^power-controller(@[0-9a-f]+)?$'26 - mediatek,mt6795-power-controller27 - mediatek,mt8167-power-controller[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)8 #include <dt-bindings/clock/mediatek,mt8365-clk.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/phy/phy.h>12 #include <dt-bindings/power/mediatek,mt8365-power.h>16 interrupt-parent = <&sysirq>;17 #address-cells = <2>;18 #size-cells = <2>;21 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 #include <linux/clk-provider.h>17 #include <linux/soc/mediatek/infracfg.h>19 #include "mt6795-pm-domains.h"20 #include "mt8167-pm-domains.h"21 #include "mt8173-pm-domains.h"22 #include "mt8183-pm-domains.h"23 #include "mt8186-pm-domains.h"24 #include "mt8188-pm-domains.h"25 #include "mt8192-pm-domains.h"[all …]