Home
last modified time | relevance | path

Searched refs:ocotp (Results 1 – 25 of 41) sorted by relevance

12

/linux/Documentation/devicetree/bindings/nvmem/
A Dimx-ocotp.yaml28 - fsl,imx6q-ocotp
29 - fsl,imx6sl-ocotp
30 - fsl,imx6sx-ocotp
31 - fsl,imx6ul-ocotp
33 - fsl,imx7d-ocotp
36 - fsl,imx8mq-ocotp
37 - fsl,imx8mm-ocotp
38 - fsl,imx93-ocotp
39 - fsl,imx95-ocotp
43 - fsl,imx8mn-ocotp
[all …]
A Dmxs-ocotp.yaml4 $id: http://devicetree.org/schemas/nvmem/mxs-ocotp.yaml#
22 - fsl,imx23-ocotp
23 - fsl,imx28-ocotp
24 - const: fsl,ocotp
41 ocotp: efuse@8002c000 {
42 compatible = "fsl,imx28-ocotp", "fsl,ocotp";
A Dbrcm,ocotp.txt4 - compatible: "brcm,ocotp" for the first generation Broadcom OTPC which is used
5 in Cygnus and supports 32 bit read/write. Use "brcm,ocotp-v2" for the second
9 - brcm,ocotp-size: Amount of memory available, in 32 bit words
14 compatible = "brcm,ocotp";
16 brcm,ocotp-size = <2048>;
A Dfsl,scu-ocotp.yaml4 $id: http://devicetree.org/schemas/nvmem/fsl,scu-ocotp.yaml#
21 - fsl,imx8qm-scu-ocotp
22 - fsl,imx8qxp-scu-ocotp
48 ocotp {
49 compatible = "fsl,imx8qxp-scu-ocotp";
A Dvf610-ocotp.txt5 - "fsl,vf610-ocotp", "syscon" for VF5xx/VF6xx
13 ocotp: ocotp@400a5000 {
14 compatible = "fsl,vf610-ocotp", "syscon";
A Dsunplus,sp7021-ocotp.yaml5 $id: http://devicetree.org/schemas/nvmem/sunplus,sp7021-ocotp.yaml#
19 const: sunplus,sp7021-ocotp
59 compatible = "sunplus,sp7021-ocotp";
/linux/drivers/nvmem/
A DMakefile15 obj-$(CONFIG_NVMEM_BCM_OCOTP) += nvmem-bcm-ocotp.o
16 nvmem-bcm-ocotp-y := bcm-ocotp.o
21 obj-$(CONFIG_NVMEM_IMX_OCOTP) += nvmem-imx-ocotp.o
22 nvmem-imx-ocotp-y := imx-ocotp.o
23 obj-$(CONFIG_NVMEM_IMX_OCOTP_ELE) += nvmem-imx-ocotp-ele.o
24 nvmem-imx-ocotp-ele-y := imx-ocotp-ele.o
26 nvmem-imx-ocotp-scu-y := imx-ocotp-scu.o
45 obj-$(CONFIG_NVMEM_MXS_OCOTP) += nvmem-mxs-ocotp.o
46 nvmem-mxs-ocotp-y := mxs-ocotp.o
73 nvmem_sunplus_ocotp-y := sunplus-ocotp.o
[all …]
A Dvf610-ocotp.c149 struct vf610_ocotp *ocotp = context; in vf610_ocotp_read() local
150 void __iomem *base = ocotp->base; in vf610_ocotp_read()
158 writel(ocotp->timing, base + OCOTP_TIMING); in vf610_ocotp_read()
176 dev_dbg(ocotp->dev, "Error reading from fuse address %x\n", in vf610_ocotp_read()
A DKconfig53 will be called nvmem-bcm-ocotp.
85 will be called nvmem-imx-ocotp.
205 will be called nvmem-mxs-ocotp.
351 will be called nvmem-sunplus-ocotp.
396 be called nvmem-vf610-ocotp.
/linux/drivers/soc/imx/
A Dsoc-imx.c32 struct regmap *ocotp = NULL; in imx_soc_device_init() local
147 ocotp = syscon_regmap_lookup_by_compatible(ocotp_compat); in imx_soc_device_init()
148 if (IS_ERR(ocotp)) in imx_soc_device_init()
152 if (!IS_ERR_OR_NULL(ocotp)) { in imx_soc_device_init()
154 regmap_read(ocotp, OCOTP_ULP_UID_4, &val); in imx_soc_device_init()
156 regmap_read(ocotp, OCOTP_ULP_UID_3, &val); in imx_soc_device_init()
159 regmap_read(ocotp, OCOTP_ULP_UID_2, &val); in imx_soc_device_init()
162 regmap_read(ocotp, OCOTP_ULP_UID_1, &val); in imx_soc_device_init()
168 regmap_read(ocotp, IIM_UID + i*4, &val); in imx_soc_device_init()
173 regmap_read(ocotp, OCOTP_UID_H, &val); in imx_soc_device_init()
[all …]
/linux/drivers/cpufreq/
A Dimx6q-cpufreq.c238 struct regmap *ocotp; in imx6q_opp_check_speed_grading() local
240 ocotp = syscon_regmap_lookup_by_compatible("fsl,imx6q-ocotp"); in imx6q_opp_check_speed_grading()
241 if (IS_ERR(ocotp)) in imx6q_opp_check_speed_grading()
252 regmap_read(ocotp, OCOTP_CFG3, &val); in imx6q_opp_check_speed_grading()
287 struct regmap *ocotp; in imx6ul_opp_check_speed_grading() local
289 ocotp = syscon_regmap_lookup_by_compatible("fsl,imx6ul-ocotp"); in imx6ul_opp_check_speed_grading()
290 if (IS_ERR(ocotp)) in imx6ul_opp_check_speed_grading()
291 ocotp = syscon_regmap_lookup_by_compatible("fsl,imx6ull-ocotp"); in imx6ul_opp_check_speed_grading()
293 if (IS_ERR(ocotp)) in imx6ul_opp_check_speed_grading()
296 regmap_read(ocotp, OCOTP_CFG3, &val); in imx6ul_opp_check_speed_grading()
/linux/arch/arm/mach-mxs/
A Dmach-mxs.c164 const u32 *ocotp = mxs_get_ocotp(); in update_fec_mac_prop() local
223 val = ocotp[i]; in update_fec_mac_prop()
387 const u32 *ocotp = mxs_get_ocotp(); in mxs_machine_init() local
406 soc_uid = system_serial_low = ocotp[HW_OCOTP_OPS3]; in mxs_machine_init()
408 soc_uid = system_serial_high = ocotp[HW_OCOTP_OPS2]; in mxs_machine_init()
410 system_serial_low = ocotp[HW_OCOTP_OPS3]; in mxs_machine_init()
/linux/Documentation/devicetree/bindings/thermal/
A Dimx-thermal.yaml39 - description: Phandle to the calibration data provided by ocotp
40 - description: Phandle to the temperature grade provided by ocotp
85 compatible = "fsl,imx6sx-ocotp", "syscon";
A Dimx8mm-thermal.yaml41 description: Phandle to the calibration data provided by ocotp
/linux/arch/arm/boot/dts/nxp/imx/
A Dimx6ull.dtsi34 &ocotp {
35 compatible = "fsl,imx6ull-ocotp", "syscon";
A Dimx7ulp.dtsi458 ocotp: efuse@410a6000 { label
459 compatible = "fsl,imx7ulp-ocotp", "syscon";
/linux/Documentation/devicetree/bindings/firmware/
A Dfsl,scu.yaml38 ocotp:
41 $ref: /schemas/nvmem/fsl,scu-ocotp.yaml
181 ocotp {
182 compatible = "fsl,imx8qxp-scu-ocotp";
/linux/arch/arm64/boot/dts/freescale/
A Dimx8dxl.dtsi146 ocotp: ocotp { label
147 compatible = "fsl,imx8qxp-scu-ocotp";
A Dimx8qxp.dtsi228 ocotp: ocotp { label
229 compatible = "fsl,imx8qxp-scu-ocotp";
A Dimx8qm.dtsi336 ocotp: ocotp { label
337 compatible = "fsl,imx8qm-scu-ocotp";
/linux/arch/arm/boot/dts/nxp/mxs/
A Dimx28-m28cu3.dts162 &ocotp {
A Dimx23.dtsi444 compatible = "fsl,imx23-ocotp", "fsl,ocotp";
A Dimx28.dtsi1018 ocotp: efuse@8002c000 { label
1019 compatible = "fsl,imx28-ocotp", "fsl,ocotp";
/linux/arch/arm/boot/dts/nxp/vf/
A Dvfxxx.dtsi485 ocotp: ocotp@400a5000 { label
486 compatible = "fsl,vf610-ocotp", "syscon";
/linux/arch/arm/boot/dts/broadcom/
A Dbcm-cygnus.dtsi109 compatible = "brcm,ocotp";
111 brcm,ocotp-size = <2048>;

Completed in 36 milliseconds

12