Searched +full:da850 +full:- +full:ddr +full:- +full:controller (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/memory-controllers/ |
D | ti,da8xx-ddrctl.yaml | 1 # 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 <[email protected]> 11 - Krzysztof Kozlowski <[email protected]> 15 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf 19 const: ti,da850-ddr-controller 25 - compatible [all …]
|
/linux-6.14.4/drivers/memory/ |
D | da8xx-ddrctl.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * TI da8xx DDR2/mDDR controller driver 23 * some changes (as is the case for the LCD controller on da850-lcdk - the 37 .name = "da850-pbbpr", 56 .name = "da850-pbbpr", 64 .board = "ti,da850-lcdk", 78 if (strcmp(knob->name, setting->name) == 0) in da8xx_ddrctl_match_knob() 93 if (of_machine_is_compatible(board_settings->board)) in da8xx_ddrctl_get_board_settings() 94 return board_settings->settings; in da8xx_ddrctl_get_board_settings() 109 dev = &pdev->dev; in da8xx_ddrctl_probe() [all …]
|
/linux-6.14.4/arch/arm/boot/dts/ti/davinci/ |
D | da850.dtsi | 1 // 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-6.14.4/drivers/clk/davinci/ |
D | psc-da850.c | 1 // 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-6.14.4/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-[email protected] 88 F: drivers/scsi/3w-* [all …]
|