Searched +full:rzv2m +full:- +full:pwc +full:- +full:power (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/soc/renesas/ |
D | renesas,rzv2m-pwc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/renesas/renesas,rzv2m-pwc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas RZ/V2M External Power Sequence Controller (PWC) 10 The PWC IP found in the RZ/V2M family of chips comes with the below 12 - external power supply on/off sequence generation 13 - on/off signal generation for the LPDDR4 core power supply (LPVDD) 14 - key input signals processing 15 - general-purpose output pins [all …]
|
/Linux-v6.6/arch/arm64/boot/dts/renesas/ |
D | r9a09g011.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/clock/r9a09g011-cpg.h> 13 #address-cells = <2>; 14 #size-cells = <2>; 18 compatible = "fixed-clock"; 19 #clock-cells = <0>; 21 clock-frequency = <0>; 25 #address-cells = <1>; 26 #size-cells = <0>; [all …]
|
D | r9a09g011-v2mevk2.dts | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 8 /dts-v1/; 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/pinctrl/rzv2m-pinctrl.h> 23 stdout-path = "serial0:115200n8"; 27 compatible = "usb-c-connector"; 28 label = "USB-C"; 29 data-role = "dual"; 32 #address-cells = <1>; 33 #size-cells = <0>; [all …]
|
/Linux-v6.6/drivers/soc/renesas/ |
D | pwc-rzv2m.c | 1 // SPDX-License-Identifier: GPL-2.0-only 38 writel(reg, priv->base + PWC_GPIO); in rzv2m_pwc_gpio_set() 40 assign_bit(offset, priv->ch_en_bits, value); in rzv2m_pwc_gpio_set() 47 return test_bit(offset, priv->ch_en_bits); in rzv2m_pwc_gpio_get() 54 return -EINVAL; in rzv2m_pwc_gpio_direction_output() 69 .base = -1, 74 struct rzv2m_pwc_priv *priv = data->cb_data; in rzv2m_pwc_poweroff() 76 writel(PWC_PWCRST_RSTSOFTAX, priv->base + PWC_PWCRST); in rzv2m_pwc_poweroff() 77 writel(PWC_PWCCKEN_ENGCKMAIN, priv->base + PWC_PWCCKEN); in rzv2m_pwc_poweroff() 78 writel(PWC_PWCCTL_PWOFF, priv->base + PWC_PWCCTL); in rzv2m_pwc_poweroff() [all …]
|
/Linux-v6.6/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|