Searched refs:ocotp (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/drivers/nvmem/ |
D | Makefile | 9 obj-$(CONFIG_NVMEM_IMX_OCOTP) += nvmem-imx-ocotp.o 10 nvmem-imx-ocotp-y := imx-ocotp.o 11 obj-$(CONFIG_NVMEM_MXS_OCOTP) += nvmem-mxs-ocotp.o 12 nvmem-mxs-ocotp-y := mxs-ocotp.o 19 obj-$(CONFIG_NVMEM_VF610_OCOTP) += nvmem-vf610-ocotp.o 20 nvmem-vf610-ocotp-y := vf610-ocotp.o
|
D | vf610-ocotp.c | 164 struct vf610_ocotp *ocotp = context; in vf610_ocotp_read() local 165 void __iomem *base = ocotp->base; in vf610_ocotp_read() 174 writel(ocotp->timing, base + OCOTP_TIMING); in vf610_ocotp_read() 192 dev_dbg(ocotp->dev, "Error reading from fuse address %x\n", in vf610_ocotp_read()
|
D | Kconfig | 26 will be called nvmem-imx-ocotp. 37 will be called nvmem-mxs-ocotp. 79 be called nvmem-vf610-ocotp.
|
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/ |
D | mxs-ocotp.txt | 5 - "fsl,imx23-ocotp" for i.MX23 6 - "fsl,imx28-ocotp" for i.MX28 13 Are child nodes of mxs-ocotp, bindings of which as described in 18 ocotp: ocotp@8002c000 { 19 compatible = "fsl,imx28-ocotp", "fsl,ocotp";
|
D | imx-ocotp.txt | 8 "fsl,imx6q-ocotp" (i.MX6Q/D/DL/S), 9 "fsl,imx6sl-ocotp" (i.MX6SL), or 10 "fsl,imx6sx-ocotp" (i.MX6SX), followed by "syscon". 16 ocotp: ocotp@021bc000 { 17 compatible = "fsl,imx6q-ocotp", "syscon";
|
D | vf610-ocotp.txt | 5 - "fsl,vf610-ocotp" for VF5xx/VF6xx 13 ocotp: ocotp@400a5000 { 14 compatible = "fsl,vf610-ocotp";
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | imx-thermal.txt | 22 fsl,tempmon-data = <&ocotp>;
|
/linux-4.4.14/arch/arm/mach-mxs/ |
D | mach-mxs.c | 168 const u32 *ocotp = mxs_get_ocotp(); in update_fec_mac_prop() local 227 val = ocotp[i]; in update_fec_mac_prop()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | imx23.dtsi | 385 ocotp@8002c000 { 386 compatible = "fsl,imx23-ocotp", "fsl,ocotp";
|
D | imx6sl.dtsi | 562 fsl,tempmon-data = <&ocotp>; 844 ocotp: ocotp@021bc000 { label 845 compatible = "fsl,imx6sl-ocotp", "syscon";
|
D | imx28.dtsi | 938 ocotp: ocotp@8002c000 { label 939 compatible = "fsl,imx28-ocotp", "fsl,ocotp";
|
D | imx28-m28cu3.dts | 110 ocotp@8002c000 {
|
D | imx6qdl.dtsi | 701 fsl,tempmon-data = <&ocotp>; 1068 ocotp: ocotp@021bc000 { label 1069 compatible = "fsl,imx6q-ocotp", "syscon";
|
D | imx6sx.dtsi | 645 fsl,tempmon-data = <&ocotp>; 949 ocotp: ocotp@021bc000 { label 950 compatible = "fsl,imx6sx-ocotp", "syscon";
|
D | imx7d.dtsi | 504 ocotp: ocotp-ctrl@30350000 { label
|
D | imx28-tx28.dts | 491 &ocotp {
|