summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/board-omap3h1.c8
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_3xxx_data.c3
2 files changed, 6 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1.c b/arch/arm/mach-omap2/board-omap3h1.c
index a83a3416f06..7cfc31b9162 100644
--- a/arch/arm/mach-omap2/board-omap3h1.c
+++ b/arch/arm/mach-omap2/board-omap3h1.c
@@ -524,7 +524,7 @@ static const char *omap3_h1_boards_compat[] __initdata = {
NULL,
};
-DT_MACHINE_START(OMAP3_H1, "Olio OMAP3 H1 (Flattened Device Tree)")
+DT_MACHINE_START(OMAP3_H1, "Olio_OMAP3_H1_FDT")
.atag_offset = 0x100,
.reserve = omap_reserve,
.map_io = omap3_map_io,
@@ -534,11 +534,11 @@ DT_MACHINE_START(OMAP3_H1, "Olio OMAP3 H1 (Flattened Device Tree)")
.handle_irq = omap3_intc_handle_irq,
.init_machine = omap3_h1_init,
.init_late = omap3630_init_late,
- .init_time = omap3_sync32k_timer_init,
-/* .init_time = omap3_secure_sync32k_timer_init, */
+ .init_time = omap3_sync32k_timer_init,
+/* .init_time = omap3_secure_sync32k_timer_init, -our chip does not support secure- */
.dt_compat = omap3_h1_boards_compat,
.restart = omap3xxx_restart,
- MACHINE_END
+MACHINE_END
#if 0 /* removing ... for now */
MACHINE_START(OMAP3_H1, "Olio OMAP3 H1 Board")
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
index f9b8a4c965a..9f1ae8b2af8 100644
--- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
@@ -3976,7 +3976,8 @@ int __init omap3xxx_hwmod_init(void)
} else if (rev == OMAP3630_REV_ES1_0 || rev == OMAP3630_REV_ES1_1 ||
rev == OMAP3630_REV_ES1_2) {
h = omap36xx_hwmod_ocp_ifs;
- /* OLIO: We don't want these clocks running */
+ /* OLIO: We don't want these clocks running
+ since we lack the secure features of the chip. */
/* h_gp = omap36xx_gp_hwmod_ocp_ifs; */
} else {
WARN(1, "OMAP3 hwmod family init: unknown chip type\n");