Searched +full:imx7 +full:- +full:power (Results 1 – 12 of 12) sorted by relevance
5 --------------7 This is the device node for the MIPI CSI-2 receiver core in i.MX7 SoC. It is8 compatible with previous version of Samsung D-phy.12 - compatible : "fsl,imx7-mipi-csi2";13 - reg : base address and length of the register set for the device;14 - interrupts : should contain MIPI CSIS interrupt;15 - clocks : list of clock specifiers, see16 Documentation/devicetree/bindings/clock/clock-bindings.txt for details;17 - clock-names : must contain "pclk", "wrap" and "phy" entries, matching19 - power-domains : a phandle to the power domain, see[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/power/fsl,imx-gpcv2.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale i.MX General Power Controller v210 - Andrey Smirnov <andrew.smirnov@gmail.com>13 The i.MX7S/D General Power Control (GPC) block contains Power Gating14 Control (PGC) for various power domains.16 Power domains contained within GPC node are generic power domain18 Documentation/devicetree/bindings/power/power-domain.yaml, which are[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT6 #include <dt-bindings/clock/imx7d-clock.h>7 #include <dt-bindings/power/imx7-power.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/reset/imx7-reset.h>12 #include "imx7d-pinfunc.h"15 #address-cells = <1>;16 #size-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0 OR X116 * Author: Markus Niebel <Markus.Niebel@tq-group.com>10 /dts-v1/;12 #include "imx7d-tqma7.dtsi"13 #include "imx7-mba7.dtsi"17 compatible = "tq,imx7d-mba7", "fsl,imx7d";21 pinctrl-names = "default";22 pinctrl-0 = <&pinctrl_enet2>;23 phy-mode = "rgmii-id";24 phy-reset-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT7 #include <dt-bindings/reset/imx7-reset.h>12 clock-frequency = <996000000>;13 operating-points-v2 = <&cpu0_opp_table>;14 #cooling-cells = <2>;15 nvmem-cells = <&fuse_grade>;16 nvmem-cell-names = "speed_grade";20 compatible = "arm,cortex-a7";23 clock-frequency = <996000000>;24 operating-points-v2 = <&cpu0_opp_table>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)7 /dts-v1/;9 #include <dt-bindings/input/input.h>14 compatible = "warp,imx7s-warp", "fsl,imx7s";21 gpio-keys {22 compatible = "gpio-keys";23 pinctrl-0 = <&pinctrl_gpio>;30 wakeup-source;34 reg_brcm: regulator-brcm {35 compatible = "regulator-fixed";[all …]
5 * SPDX-License-Identifier: GPL-2.0+13 #include <usb/ehci-ci.h>15 #include <asm/arch/imx-regs.h>17 #include <asm/mach-imx/iomux-v3.h>18 #include <asm/mach-imx/sys_proto.h>20 #include <asm/mach-types.h>21 #include <power/regulator.h>60 #define UCTRL_PWR_POL (1 << 9) /* OTG Polarity of Power Pin */99 &usbphy->usb1_chrg_detect); in usb_power_config()112 chrg_detect = &anatop->usb1_chrg_detect; in usb_power_config()[all …]
4 * SPDX-License-Identifier: GPL-2.0+9 #include <asm/arch/imx-regs.h>10 #include <asm/arch/mx7-pins.h>13 #include <asm/mach-imx/boot_mode.h>14 #include <asm/mach-imx/iomux-v3.h>27 #include <power/pmic.h>28 #include <power/rn5t567_pmic.h>30 #include <usb/ehci-ci.h>31 #include "../common/tdx-common.h"57 gd->ram_size = get_ram_size((void *)PHYS_SDRAM, PHYS_SDRAM_SIZE); in dram_init()[all …]
1 // SPDX-License-Identifier: GPL-2.0+8 * Copyright 2015-2017 Pengutronix, Lucas Stach <kernel@pengutronix.de>18 #include <dt-bindings/power/imx7-power.h>19 #include <dt-bindings/power/imx8mq-power.h>139 const bool has_regulator = !IS_ERR(domain->regulator); in imx_gpc_pu_pgc_sw_pxx_req()143 regmap_update_bits(domain->regmap, GPC_PGC_CPU_MAPPING, in imx_gpc_pu_pgc_sw_pxx_req()144 domain->bits.map, domain->bits.map); in imx_gpc_pu_pgc_sw_pxx_req()147 ret = regulator_enable(domain->regulator); in imx_gpc_pu_pgc_sw_pxx_req()149 dev_err(domain->dev, "failed to enable regulator\n"); in imx_gpc_pu_pgc_sw_pxx_req()155 for (i = 0; i < domain->num_clks; i++) in imx_gpc_pu_pgc_sw_pxx_req()[all …]
1 // SPDX-License-Identifier: GPL-2.017 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>18 #include <linux/mfd/syscon/imx7-iomuxc-gpr.h>35 #include "pcie-designware.h"43 #define to_imx6_pcie(x) dev_get_drvdata((x)->dev)85 /* power domain for pcie */87 /* power domain for pcie phy */96 /* PCIe Port Logic registers (memory-mapped) */109 /* PHY registers (not memory-mapped) */123 /* iMX7 PCIe PHY registers */[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]