Searched +full:vf610 +full:- +full:ocotp (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/soc/imx/ |
H A D | soc-imx.c | 1 // SPDX-License-Identifier: GPL-2.0 32 struct regmap *ocotp = NULL; in imx_soc_device_init() local 45 return -ENOMEM; in imx_soc_device_init() 47 soc_dev_attr->family = "Freescale i.MX"; in imx_soc_device_init() 50 ret = of_property_read_string(root, "model", &soc_dev_attr->machine); in imx_soc_device_init() 78 ocotp_compat = "fsl,imx51-iim"; in imx_soc_device_init() 82 ocotp_compat = "fsl,imx53-iim"; in imx_soc_device_init() 86 ocotp_compat = "fsl,imx6sl-ocotp"; in imx_soc_device_init() 90 ocotp_compat = "fsl,imx6q-ocotp"; in imx_soc_device_init() 94 ocotp_compat = "fsl,imx6sx-ocotp"; in imx_soc_device_init() [all …]
|
/linux/Documentation/devicetree/bindings/nvmem/ |
H A D | fsl,vf610-ocotp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/nvmem/fsl,vf610-ocotp.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: On-Chip OTP Memory for Freescale Vybrid 10 - Frank Li <Frank.Li@nxp.com> 13 - $ref: nvmem.yaml# 14 - $ref: nvmem-deprecated-cells.yaml 19 - enum: 20 - fsl,vf610-ocotp [all …]
|
/linux/drivers/nvmem/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 6 obj-$(CONFIG_NVMEM) += nvmem_core.o 7 nvmem_core-y := core.o 8 obj-$(CONFIG_NVMEM_LAYOUTS) += nvmem_layouts.o 9 nvmem_layouts-y := layouts.o 10 obj-y += layouts/ 13 obj-$(CONFIG_NVMEM_APPLE_EFUSES) += nvmem-apple-efuses.o 14 nvmem-apple-efuses-y := apple-efuses.o 15 obj-$(CONFIG_NVMEM_APPLE_SPMI) += apple_nvmem_spmi.o 16 apple_nvmem_spmi-y := apple-spmi-nvmem.o [all …]
|
H A D | vf610-ocotp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 * Based on the barebox ocotp driver, 17 #include <linux/nvmem-provider.h> 22 /* OCOTP Register Offsets */ 31 /* OCOTP Register bits and masks */ 101 while ((readl(base) & OCOTP_CTRL_BUSY) && --timeout) in vf610_ocotp_wait_busy() 106 return -ETIMEDOUT; in vf610_ocotp_wait_busy() 120 clk_rate = clk_get_rate(ocotp_dev->clk); in vf610_ocotp_calculate_timing() 123 relax = clk_rate / (1000000000 / DEF_RELAX) - 1; in vf610_ocotp_calculate_timing() 124 strobe_prog = clk_rate / (1000000000 / 10000) + 2 * (DEF_RELAX + 1) - 1; in vf610_ocotp_calculate_timing() [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 37 calibration data required for the PCIe or the USB-C PHY. 40 be called nvmem-apple-efuses. 49 and RTC-related settings on a SPMI-attached PMIC present on Apple 53 will be called apple-nvmem-spmi. 56 tristate "Broadcom On-Chip OTP Controller support" 65 will be called nvmem-bcm-ocotp. 85 will be called nvmem-imx-iim. 88 tristate "i.MX 6/7/8 On-Chip OTP Controller support" 92 This is a driver for the On-Chip OTP Controller (OCOTP) available on [all …]
|
/linux/arch/arm/boot/dts/nxp/vf/ |
H A D | vfxxx.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 #include "vf610-pinfunc.h" 6 #include <dt-bindings/clock/vf610-clock.h> 7 #include <dt-bindings/interrupt-controller/irq.h> 8 #include <dt-bindings/gpio/gpio.h> 32 compatible = "fixed-clock"; 33 #clock-cells = <0>; 34 clock-frequency = <24000000>; 38 compatible = "fixed-clock"; 39 #clock-cells = <0>; [all …]
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx7ulp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Copyright 2017-2018 NXP 8 #include <dt-bindings/clock/imx7ulp-clock.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include "imx7ulp-pinfunc.h" 15 interrupt-parent = <&intc>; 17 #address-cells = <1>; 18 #size-cells = <1>; 37 #address-cells = <1>; [all …]
|
H A D | imx7s.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 6 #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 …]
|
/linux/drivers/clk/imx/ |
H A D | clk-vf610.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2012-2013 Freescale Semiconductor, Inc. 10 #include <dt-bindings/clock/vf610-clock.h> 199 np = of_find_compatible_node(NULL, NULL, "fsl,vf610-anatop"); in vf610_clocks_init() 440 clk[VF610_CLK_SNVS] = imx_clk_gate2("snvs-rtc", "ipg_bus", CCM_CCGR6, CCM_CCGRx_CGn(7)); in vf610_clocks_init() 442 clk[VF610_CLK_OCOTP] = imx_clk_gate("ocotp", "ipg_bus", CCM_CCGR6, CCM_CCGRx_CGn(5)); in vf610_clocks_init() 472 CLK_OF_DECLARE(vf610, "fsl,vf610-ccm", vf610_clocks_init);
|
/linux/ |
H A 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 …]
|