File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 184
184
device_type = "pci";
185
185
ranges = <0x81000000 0 0 0x03000 0 0x00010000
186
186
0x82000000 0 0x20013000 0x13000 0 0xffed000>;
187
+ dma-ranges = <0x02000000 0x0 0x00000000 0x00000000 0x1 0x00000000>;
187
188
bus-range = <0x00 0xff>;
188
189
#interrupt-cells = <1>;
189
190
num-lanes = <1>;
238
239
device_type = "pci";
239
240
ranges = <0x81000000 0 0 0x03000 0 0x00010000
240
241
0x82000000 0 0x30013000 0x13000 0 0xffed000>;
242
+ dma-ranges = <0x02000000 0x0 0x00000000 0x00000000 0x1 0x00000000>;
241
243
bus-range = <0x00 0xff>;
242
244
#interrupt-cells = <1>;
243
245
num-lanes = <1>;
Original file line number Diff line number Diff line change 128
128
&usb4_tm {
129
129
status = "disabled";
130
130
};
131
+
132
+ &mmc3 {
133
+ /* dra76x is not affected by i887 */
134
+ max-frequency = <96000000>;
135
+ };
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ hwmod-common = omap_hwmod.o omap_hwmod_reset.o \
16
16
clock-common = clock.o
17
17
secure-common = omap-smc.o omap-secure.o
18
18
19
- obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common ) $(hwmod-common ) $( secure-common )
19
+ obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common ) $(hwmod-common )
20
20
obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common ) $(hwmod-common ) $(secure-common )
21
21
obj-$(CONFIG_ARCH_OMAP4) += $(hwmod-common ) $(secure-common )
22
22
obj-$(CONFIG_SOC_AM33XX) += $(hwmod-common ) $(secure-common )
Original file line number Diff line number Diff line change @@ -431,7 +431,6 @@ void __init omap2420_init_early(void)
431
431
omap_hwmod_init_postsetup ();
432
432
omap_clk_soc_init = omap2420_dt_clk_init ;
433
433
rate_table = omap2420_rate_table ;
434
- omap_secure_init ();
435
434
}
436
435
437
436
void __init omap2420_init_late (void )
@@ -456,7 +455,6 @@ void __init omap2430_init_early(void)
456
455
omap_hwmod_init_postsetup ();
457
456
omap_clk_soc_init = omap2430_dt_clk_init ;
458
457
rate_table = omap2430_rate_table ;
459
- omap_secure_init ();
460
458
}
461
459
462
460
void __init omap2430_init_late (void )
Original file line number Diff line number Diff line change @@ -1400,7 +1400,7 @@ static void sysc_init_revision_quirks(struct sysc *ddata)
1400
1400
}
1401
1401
1402
1402
/* 1-wire needs module's internal clocks enabled for reset */
1403
- static void sysc_clk_enable_quirk_hdq1w (struct sysc * ddata )
1403
+ static void sysc_pre_reset_quirk_hdq1w (struct sysc * ddata )
1404
1404
{
1405
1405
int offset = 0x0c ; /* HDQ_CTRL_STATUS */
1406
1406
u16 val ;
@@ -1488,7 +1488,7 @@ static void sysc_init_module_quirks(struct sysc *ddata)
1488
1488
return ;
1489
1489
1490
1490
if (ddata -> cfg .quirks & SYSC_MODULE_QUIRK_HDQ1W ) {
1491
- ddata -> clk_enable_quirk = sysc_clk_enable_quirk_hdq1w ;
1491
+ ddata -> clk_disable_quirk = sysc_pre_reset_quirk_hdq1w ;
1492
1492
1493
1493
return ;
1494
1494
}
You can’t perform that action at this time.
0 commit comments