Home
last modified time | relevance | path

Searched +full:zynq +full:- +full:ddrc +full:- +full:a05 (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/memory-controllers/
Dxlnx,zynq-ddrc-a05.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/xlnx,zynq-ddrc-a05.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Zynq A05 DDR Memory Controller
10 - Krzysztof Kozlowski <krzk@kernel.org>
11 - Manish Narani <manish.narani@xilinx.com>
12 - Michal Simek <michal.simek@xilinx.com>
15 The Zynq DDR ECC controller has an optional ECC support in half-bus width
16 (16-bit) configuration. It is cappable of correcting single bit ECC errors
[all …]
/Linux-v6.1/arch/arm/mach-zynq/
Dpm.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Zynq power management
5 * Copyright (C) 2012 - 2014 Xilinx
26 * zynq_pm_ioremap() - Create IO mappings
50 * zynq_pm_late_init() - Power management init
58 ddrc_base = zynq_pm_ioremap("xlnx,zynq-ddrc-a05"); in zynq_pm_late_init()
60 pr_warn("%s: Unable to map DDRC IO memory.\n", __func__); in zynq_pm_late_init()
63 * Enable DDRC clock stop feature. The HW takes care of in zynq_pm_late_init()
/Linux-v6.1/arch/arm/boot/dts/
Dzynq-7000.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2011 - 2014 Xilinx
7 #address-cells = <1>;
8 #size-cells = <1>;
9 compatible = "xlnx,zynq-7000";
12 #address-cells = <1>;
13 #size-cells = <0>;
16 compatible = "arm,cortex-a9";
20 clock-latency = <1000>;
21 cpu0-supply = <&regulator_vccpint>;
[all …]
/Linux-v6.1/drivers/edac/
Dsynopsys_edac.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * Copyright (C) 2012 - 2014 Xilinx, Inc.
199 /* DDRC Software control register */
202 /* DDRC ECC CE & UE poison mask */
206 /* DDRC Device config masks */
267 * struct ecc_error_info - ECC error log information.
287 * struct synps_ecc_status - ECC status information to report.
301 * struct synps_edac_priv - DDR memory controller private instance data.
333 * struct synps_platform_data - synps platform data structure.
349 * zynq_get_error_info - Get the current ECC error info.
[all …]
/Linux-v6.1/
DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 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 this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
97 W: *Web-page* with status/info
[all …]