Home
last modified time | relevance | path

Searched +full:da850 +full:- +full:ddr +full:- +full:controller (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/memory-controllers/
Dti,da8xx-ddrctl.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/ti,da8xx-ddrctl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments da8xx DDR2/mDDR memory controller
10 - Bartosz Golaszewski <bgolaszewski@baylibre.com>
11 - Krzysztof Kozlowski <krzk@kernel.org>
15 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf
19 const: ti,da850-ddr-controller
25 - compatible
[all …]
/Linux-v6.1/drivers/memory/
Dda8xx-ddrctl.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * TI da8xx DDR2/mDDR controller driver
24 * some changes (as is the case for the LCD controller on da850-lcdk - the
38 .name = "da850-pbbpr",
57 .name = "da850-pbbpr",
65 .board = "ti,da850-lcdk",
79 if (strcmp(knob->name, setting->name) == 0) in da8xx_ddrctl_match_knob()
94 if (of_machine_is_compatible(board_settings->board)) in da8xx_ddrctl_get_board_settings()
95 return board_settings->settings; in da8xx_ddrctl_get_board_settings()
110 dev = &pdev->dev; in da8xx_ddrctl_probe()
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dda850.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
6 #include <dt-bindings/interrupt-controller/irq.h>
9 #address-cells = <1>;
10 #size-cells = <1>;
20 #address-cells = <1>;
21 #size-cells = <0>;
24 compatible = "arm,arm926ej-s";
28 operating-points-v2 = <&opp_table>;
32 opp_table: opp-table {
33 compatible = "operating-points-v2";
[all …]
/Linux-v6.1/drivers/clk/davinci/
Dpsc-da850.c1 // SPDX-License-Identifier: GPL-2.0
3 * PSC clock descriptions for TI DA850/OMAP-L138/AM18XX
8 #include <linux/clk-provider.h>
9 #include <linux/reset-controller.h>
19 LPSC_CLKDEV1(emifa_clkdev, NULL, "ti-aemif");
21 LPSC_CLKDEV1(mmcsd0_clkdev, NULL, "da830-mmc.0");
25 LPSC_CLKDEV1(dsp_clkdev, NULL, "davinci-rproc.0");
43 LPSC_CLKDEV3(usb0_clkdev, "fck", "da830-usb-phy-clks",
44 NULL, "musb-da8xx",
45 NULL, "cppi41-dmaengine");
[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 …]