Home
last modified time | relevance | path

Searched +full:mt8135 +full:- +full:pwrap (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/soc/mediatek/
H A Dmediatek,pwrap.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/mediatek/mediatek,pwrap.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Flora Fu <flora.fu@mediatek.com>
11 - Alexandre Mergnat <amergnat@baylibre.com>
22 On MT8135 the pins of some SoC internal peripherals can be on the PMIC.
23 The signals of these pins are routed over the SPI bus using the pwrap
31 - items:
32 - enum:
[all …]
/linux/arch/arm/boot/dts/mediatek/
H A Dmt8135.dtsi1 // SPDX-License-Identifier: GPL-2.0
8 #include <dt-bindings/clock/mt8135-clk.h>
9 #include <dt-bindings/interrupt-controller/irq.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/reset/mt8135-resets.h>
12 #include <dt-bindings/pinctrl/mt8135-pinfunc.h>
15 #address-cells = <2>;
16 #size-cells = <2>;
17 compatible = "mediatek,mt8135";
18 interrupt-parent = <&sysirq>;
[all …]
H A Dmt8135-evbp1.dts1 // SPDX-License-Identifier: GPL-2.0
8 /dts-v1/;
9 #include "mt8135.dtsi"
12 model = "MediaTek MT8135 evaluation board";
13 compatible = "mediatek,mt8135-evbp1", "mediatek,mt8135";
21 &pwrap {
26 compatible = "mediatek,mt6397-regulator";
29 regulator-name = "vpca15";
30 regulator-min-microvolt = < 850000>;
31 regulator-max-microvolt = <1350000>;
[all …]
/linux/Documentation/devicetree/bindings/mfd/
H A Dmt6397.txt4 - Regulator
5 - RTC
6 - Audio codec
7 - GPIO
8 - Clock
9 - LED
10 - Keys
11 - Power controller
14 called PMIC wrapper or pwrap. MT6397/MT6323 MFD is a child device of pwrap.
16 ../soc/mediatek/mediatek,pwrap.yaml
[all …]
/linux/drivers/soc/mediatek/
H A Dmtk-pmic-wrap.c1 // SPDX-License-Identifier: GPL-2.0-only
79 /* Group of bits used for shown pwrap capability */
425 /* MT8135 only regs */
1337 * pwrap operations are highly associated with the PMIC types,
1346 * struct pwrap_slv_type - PMIC device wrapper definitions
1383 /* Flags indicating the capability for the target pwrap */
1391 return readl(wrp->base + wrp->master->regs[reg]); in pwrap_readl()
1396 writel(val, wrp->base + wrp->master->regs[reg]); in pwrap_writel()
1404 if (HAS_CAP(wrp->master->caps, PWRAP_CAP_ARB)) in pwrap_get_fsm_state()
1460 if (HAS_CAP(wrp->master->caps, PWRAP_CAP_ARB)) in pwrap_read16()
[all …]