Searched +full:imx7 +full:- +full:reset (Results 1 – 18 of 18) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/reset/fsl,imx7-src.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale i.MX7 System Reset Controller10 - Andrey Smirnov <andrew.smirnov@gmail.com>13 The system reset controller can be used to reset various set of14 peripherals. Device nodes that need access to reset lines should15 specify them as a reset phandle in their corresponding node as16 specified in reset.txt.[all …]
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.02 obj-y += core.o3 obj-y += hisilicon/4 obj-$(CONFIG_ARCH_STI) += sti/5 obj-$(CONFIG_ARCH_TEGRA) += tegra/6 obj-$(CONFIG_RESET_A10SR) += reset-a10sr.o7 obj-$(CONFIG_RESET_ATH79) += reset-ath79.o8 obj-$(CONFIG_RESET_AXS10X) += reset-axs10x.o9 obj-$(CONFIG_RESET_BERLIN) += reset-berlin.o10 obj-$(CONFIG_RESET_BRCMSTB) += reset-brcmstb.o[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * i.MX7 System Reset Controller (SRC) driver14 #include <linux/reset-controller.h>16 #include <dt-bindings/reset/imx7-reset.h>17 #include <dt-bindings/reset/imx8mq-reset.h>18 #include <dt-bindings/reset/imx8mp-reset.h>51 const struct imx7_src_signal *signal = &imx7src->signals[id]; in imx7_reset_update()53 return regmap_update_bits(imx7src->regmap, in imx7_reset_update()54 signal->offset, signal->bit, value); in imx7_reset_update()95 const unsigned int bit = imx7src->signals[id].bit; in imx7_reset_set()[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 MIT)5 #include "imx7d-pico.dtsi"8 model = "TechNexion PICO-IMX7D Board and PI baseboard";9 compatible = "technexion,imx7d-pico-pi", "fsl,imx7d";12 compatible = "gpio-leds";13 pinctrl-names = "default";14 pinctrl-0 = <&pinctrl_gpio_leds>;17 label = "gpio-led";23 compatible = "simple-audio-card";24 simple-audio-card,name = "imx7-sgtl5000";[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 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 …]
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#10 - Andrey Smirnov <andrew.smirnov@gmail.com>18 Documentation/devicetree/bindings/power/power-domain.yaml, which are21 IP cores belonging to a power domain should contain a 'power-domains'27 - fsl,imx7d-gpc28 - fsl,imx8mq-gpc36 interrupt-controller: true[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>66 #define UCMD_RESET (1 << 1) /* controller reset */99 &usbphy->usb1_chrg_detect); in usb_power_config()112 chrg_detect = &anatop->usb1_chrg_detect; in usb_power_config()113 pll_480_ctrl_clr = &anatop->usb1_pll_480_ctrl_clr; in usb_power_config()[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>31 #include <linux/reset.h>35 #include "pcie-designware.h"43 #define to_imx6_pcie(x) dev_get_drvdata((x)->dev)96 /* PCIe Port Logic registers (memory-mapped) */109 /* PHY registers (not memory-mapped) */123 /* iMX7 PCIe PHY registers */146 struct dw_pcie *pci = imx6_pcie->pci; in pcie_phy_poll_ack()[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>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()208 struct fsl_esdhc_cfg *cfg = (struct fsl_esdhc_cfg *)mmc->priv; in board_mmc_getcd()211 switch (cfg->esdhc_base) { in board_mmc_getcd()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Freescale i.MX7 SoC series MIPI-CSI V3.3 receiver driver6 * Copyright (C) 2015-2016 Freescale Semiconductor, Inc. All Rights Reserved.7 * Copyright (C) 2011 - 2013 Samsung Electronics Co., Ltd.24 #include <linux/reset.h>27 #include <media/v4l2-device.h>28 #include <media/v4l2-fwnode.h>29 #include <media/v4l2-mc.h>30 #include <media/v4l2-subdev.h>32 #define CSIS_DRIVER_NAME "imx7-mipi-csis"[all …]
1 // SPDX-License-Identifier: GPL-2.021 #include <media/v4l2-ctrls.h>22 #include <media/v4l2-device.h>23 #include <media/v4l2-event.h>24 #include <media/v4l2-fwnode.h>25 #include <media/v4l2-mc.h>26 #include <media/v4l2-subdev.h>27 #include <media/videobuf2-dma-contig.h>30 #include "imx-media.h"36 /* reset values */[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()154 /* Enable reset clocks for all devices in the domain */ in imx_gpc_pu_pgc_sw_pxx_req()[all …]
... arch/arm/cpu/arm926ejs/mx25/reset.c u-boot-2021.07/arch/ ...
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 …]