Home
last modified time | relevance | path

Searched +full:imx53 +full:- +full:iim (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/nvmem/
H A Dimx-iim.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/nvmem/imx-iim.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale i.MX IC Identification Module (IIM)
10 - Anson Huang <Anson.Huang@nxp.com>
13 This binding represents the IC Identification Module (IIM) found on
17 - $ref: nvmem.yaml#
22 - fsl,imx25-iim
23 - fsl,imx27-iim
[all …]
/openbmc/linux/drivers/nvmem/
H A Dimx-iim.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * i.MX IIM driver
7 * Based on the barebox iim driver,
15 #include <linux/nvmem-provider.h>
35 struct iim_priv *iim = context; in imx_iim_read() local
39 ret = clk_prepare_enable(iim->clk); in imx_iim_read()
47 *buf8++ = readl(iim->base + IIM_BANK_BASE(bank) + reg * 4); in imx_iim_read()
50 clk_disable_unprepare(iim->clk); in imx_iim_read()
73 .compatible = "fsl,imx25-iim",
76 .compatible = "fsl,imx27-iim",
[all …]
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx53.dtsi1 // SPDX-License-Identifier: GPL-2.0+
6 #include "imx53-pinfunc.h"
7 #include <dt-bindings/clock/imx5-clock.h>
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
13 #address-cells = <1>;
14 #size-cells = <1>;
17 * pre-existing /chosen node to be available to insert the
50 #address-cells = <1>;
[all …]
H A Dimx51.dtsi1 // SPDX-License-Identifier: GPL-2.0+
6 #include "imx51-pinfunc.h"
7 #include <dt-bindings/clock/imx5-clock.h>
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
13 #address-cells = <1>;
14 #size-cells = <1>;
17 * pre-existing /chosen node to be available to insert the
42 tzic: tz-interrupt-controller@e0000000 {
[all …]
/openbmc/linux/arch/arm/mach-imx/
H A Dcpu-imx5.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright 2008-2010 Freescale Semiconductor, Inc. All Rights Reserved.
19 static int mx5_cpu_rev = -1;
43 u32 rev = imx5_read_srev_reg("fsl,imx51-iim"); in get_mx51_srev()
61 if (mx5_cpu_rev == -1) in mx51_revision()
72 * Dependent on link order - so the assumption is that vfp_init is called
89 u32 rev = imx5_read_srev_reg("fsl,imx53-iim"); in get_mx53_srev()
109 if (mx5_cpu_rev == -1) in mx53_revision()
135 np = of_find_compatible_node(NULL, NULL, "arm,cortex-a8-pmu"); in imx5_pmu_init()
139 if (!of_property_read_bool(np, "secure-reg-access")) in imx5_pmu_init()
[all …]
/openbmc/u-boot/board/freescale/mx53loco/
H A Dmx53loco.c1 // SPDX-License-Identifier: GPL-2.0+
9 #include <asm/arch/imx-regs.h>
13 #include <asm/arch/iomux-mx53.h>
16 #include <asm/mach-imx/mx5_video.h>
35 struct iim_regs *iim = (struct iim_regs *)IMX_IIM_BASE; in get_board_rev() local
36 struct fuse_bank *bank = &iim->bank[0]; in get_board_rev()
38 (struct fuse_bank0_regs *)bank->fuse_regs; in get_board_rev()
40 int rev = readl(&fuse->gp[6]); in get_board_rev()
103 struct fsl_esdhc_cfg *cfg = (struct fsl_esdhc_cfg *)mmc->priv; in board_mmc_getcd()
111 if (cfg->esdhc_base == MMC_SDHC1_BASE_ADDR) in board_mmc_getcd()
[all …]
/openbmc/linux/drivers/soc/imx/
H A Dsoc-imx.c1 // SPDX-License-Identifier: GPL-2.0
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()
98 ocotp_compat = "fsl,imx6q-ocotp"; in imx_soc_device_init()
[all …]
/openbmc/linux/
H A Dopengrok0.0.log1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz'
2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz'
3 2024-12-2
[all...]
H A Dopengrok2.0.log1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms)
2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c'
3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms)
4 2024-1
[all...]