Home
last modified time | relevance | path

Searched full:hwmods (Results 1 – 25 of 98) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dam4372.dtsi75 ti,hwmods = "l3_main";
139 ti,hwmods = "emif";
144 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
158 ti,hwmods = "uart1";
166 ti,hwmods = "uart2";
175 ti,hwmods = "uart3";
184 ti,hwmods = "uart4";
193 ti,hwmods = "uart5";
202 ti,hwmods = "uart6";
210 ti,hwmods = "mailbox";
[all …]
H A Domap3.dtsi51 ti,hwmods = "debugss";
62 ti,hwmods = "mpu";
67 ti,hwmods = "iva";
89 ti,hwmods = "l3_main";
159 ti,hwmods = "aes";
196 ti,hwmods = "counter_32k";
222 ti,hwmods = "gpio1";
234 ti,hwmods = "gpio2";
245 ti,hwmods = "gpio3";
256 ti,hwmods = "gpio4";
[all …]
H A Dam33xx.dtsi82 ti,hwmods = "mpu";
98 ti,hwmods = "l3_main";
161 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
170 ti,hwmods = "gpio1";
181 ti,hwmods = "gpio2";
192 ti,hwmods = "gpio3";
203 ti,hwmods = "gpio4";
214 ti,hwmods = "uart1";
226 ti,hwmods = "uart2";
238 ti,hwmods = "uart3";
[all …]
H A Ddra7.dtsi109 ti,hwmods = "mpu";
125 ti,hwmods = "l3_main_1", "l3_main_2";
245 ti,hwmods = "counter_32k";
287 ti,hwmods = "pcie1";
323 ti,hwmods = "pcie2";
417 ti,hwmods = "tpcc";
440 ti,hwmods = "tptc0";
448 ti,hwmods = "tptc1";
458 ti,hwmods = "gpio1";
469 ti,hwmods = "gpio2";
[all …]
H A Ddm816x.dtsi50 ti,hwmods = "mpu";
140 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2", "tptc3";
149 ti,hwmods = "elm";
156 ti,hwmods = "gpio1";
168 ti,hwmods = "gpio2";
180 ti,hwmods = "gpmc";
197 ti,hwmods = "i2c1";
208 ti,hwmods = "i2c2";
228 ti,hwmods = "rtc";
235 ti,hwmods = "mailbox";
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Domap2.dtsi50 ti,hwmods = "mpu";
59 ti,hwmods = "l3_main";
63 ti,hwmods = "aes";
71 ti,hwmods = "hdq1w";
118 ti,hwmods = "i2c1";
129 ti,hwmods = "i2c2";
140 ti,hwmods = "mcspi1";
151 ti,hwmods = "mcspi2";
160 ti,hwmods = "rng";
167 ti,hwmods = "sham";
[all …]
H A Domap3.dtsi55 ti,hwmods = "debugss";
66 ti,hwmods = "mpu";
71 ti,hwmods = "iva";
93 ti,hwmods = "l3_main";
309 ti,hwmods = "gpio1";
321 ti,hwmods = "gpio2";
332 ti,hwmods = "gpio3";
343 ti,hwmods = "gpio4";
354 ti,hwmods = "gpio5";
365 ti,hwmods = "gpio6";
[all …]
H A Ddm816x.dtsi52 ti,hwmods = "mpu";
264 ti,hwmods = "elm";
271 ti,hwmods = "gpio1";
283 ti,hwmods = "gpio2";
295 ti,hwmods = "gpmc";
312 ti,hwmods = "i2c1";
323 ti,hwmods = "i2c2";
343 ti,hwmods = "rtc";
350 ti,hwmods = "mailbox";
363 ti,hwmods = "spinbox";
[all …]
H A Domap2430.dtsi108 ti,hwmods = "gpio1";
120 ti,hwmods = "gpio2";
132 ti,hwmods = "gpio3";
144 ti,hwmods = "gpio4";
156 ti,hwmods = "gpio5";
171 ti,hwmods = "gpmc";
188 ti,hwmods = "mcbsp1";
204 ti,hwmods = "mcbsp2";
220 ti,hwmods = "mcbsp3";
236 ti,hwmods = "mcbsp4";
[all …]
H A Ddm814x.dtsi56 ti,hwmods = "mpu";
65 ti,hwmods = "l3_main";
73 ti,hwmods = "usb_otg_hs";
191 ti,hwmods = "i2c1";
198 ti,hwmods = "elm";
205 ti,hwmods = "gpio1";
217 ti,hwmods = "gpio2";
229 ti,hwmods = "gpio3";
241 ti,hwmods = "gpio4";
255 ti,hwmods = "i2c2";
[all …]
H A Domap2420.dtsi95 ti,hwmods = "gpio1";
107 ti,hwmods = "gpio2";
119 ti,hwmods = "gpio3";
131 ti,hwmods = "gpio4";
147 ti,hwmods = "gpmc";
161 ti,hwmods = "mcbsp1";
175 ti,hwmods = "mcbsp2";
184 ti,hwmods = "msdi1";
196 ti,hwmods = "mailbox";
241 ti,hwmods = "wd_timer2";
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Domap_device.c121 * omap_device_build_from_dt - build an omap_device with multiple hwmods
130 struct omap_hwmod **hwmods; in omap_device_build_from_dt() local
139 oh_cnt = of_property_count_strings(node, "ti,hwmods"); in omap_device_build_from_dt()
141 dev_dbg(&pdev->dev, "No 'hwmods' to build omap_device\n"); in omap_device_build_from_dt()
146 ret = of_property_read_string_index(node, "ti,hwmods", 0, &oh_name); in omap_device_build_from_dt()
156 hwmods = kcalloc(oh_cnt, sizeof(struct omap_hwmod *), GFP_KERNEL); in omap_device_build_from_dt()
157 if (!hwmods) { in omap_device_build_from_dt()
163 of_property_read_string_index(node, "ti,hwmods", i, &oh_name); in omap_device_build_from_dt()
171 hwmods[i] = oh; in omap_device_build_from_dt()
176 od = omap_device_alloc(pdev, hwmods, oh_cnt); in omap_device_build_from_dt()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Dti-edma.txt30 - ti,hwmods: Name of the hwmods associated to the eDMA CC.
67 - ti,hwmods: Name of the hwmods associated to the eDMA TC.
85 ti,hwmods = "tpcc";
106 ti,hwmods = "tptc0";
114 ti,hwmods = "tptc1";
122 ti,hwmods = "tptc2";
130 ti,hwmods = "sham";
140 ti,hwmods = "mcasp0";
217 - ti,hwmods: Name of the hwmods associated to the EDMA
234 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/omap/
H A Dmpu.txt11 - ti,hwmods: "mpu"
29 ti,hwmods = "mpu"
36 ti,hwmods = "mpu";
44 ti,hwmods = "mpu";
51 ti,hwmods = "mpu";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ti/
H A Dti,omap4-dss.txt13 - ti,hwmods: "dss_core"
34 - ti,hwmods: "dss_dispc"
50 - ti,hwmods: "dss_rfbi"
65 - ti,hwmods: "dss_venc"
86 - ti,hwmods: "dss_dsi1" or "dss_dsi2"
109 - ti,hwmods: "dss_hdmi"
H A Dti,omap3-dss.txt13 - ti,hwmods: "dss_core"
35 - ti,hwmods: "dss_dispc"
51 - ti,hwmods: "dss_rfbi"
62 - ti,hwmods: "dss_venc"
80 - ti,hwmods: "dss_dsi1"
H A Dti,omap5-dss.txt13 - ti,hwmods: "dss_core"
34 - ti,hwmods: "dss_dispc"
50 - ti,hwmods: "dss_rfbi"
67 - ti,hwmods: "dss_dsi1" or "dss_dsi2"
90 - ti,hwmods: "dss_hdmi"
H A Dti,omap2-dss.txt13 - ti,hwmods: "dss_core"
28 - ti,hwmods: "dss_dispc"
42 - ti,hwmods: "dss_rfbi"
51 - ti,hwmods: "dss_venc"
H A Dti,dra7-dss.txt13 - ti,hwmods: "dss_core"
45 - ti,hwmods: "dss_dispc"
64 - ti,hwmods: "dss_hdmi"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/
H A Dti-smartreflex.txt22 ti,hwmods: Shall contain the TI interconnect module name if needed
32 ti,hwmods = "smartreflex_iva";
39 ti,hwmods = "smartreflex_core";
46 ti,hwmods = "smartreflex_mpu";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/
H A Dti,omap-iommu.txt9 - ti,hwmods : Name of the hwmod associated with the IOMMU instance
38 ti,hwmods = "mmu_isp";
47 ti,hwmods = "mmu0_dsp2";
56 ti,hwmods = "mmu1_dsp2";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Domap-usb.txt5 - ti,hwmods : must be "usb_otg_hs"
30 ti,hwmods = "usb_otg_hs";
50 - ti,hwmods : Should be "usb_otg_ss"
72 ti,hwmods = "usb_otg_ss";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A Domap-spi.txt9 - ti,hwmods: Name of the hwmod associated to the McSPI
31 ti,hwmods = "mcspi1";
41 ti,hwmods = "mcspi1";
H A Dti_qspi.txt12 - ti,hwmods: Name of the hwmod associated to the QSPI
39 ti,hwmods = "qspi";
52 ti,hwmods = "qspi";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/
H A Dc_can.txt15 - ti,hwmods : Must be "d_can<n>" or "c_can<n>", n being the
32 Note: "ti,hwmods" field is used to fetch the base address and irq
54 ti,hwmods = "d_can1";

1234