Commit 260db902 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina

mach-omap2: Fix typo in debug message and comment

Correcting spelling typo in mach-omap2
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b631cf1f
...@@ -329,7 +329,7 @@ static void __init omap_apollon_init(void) ...@@ -329,7 +329,7 @@ static void __init omap_apollon_init(void)
/* LCD PWR_EN */ /* LCD PWR_EN */
omap_mux_init_signal("mcbsp2_dr.gpio_11", OMAP_PULL_ENA | OMAP_PULL_UP); omap_mux_init_signal("mcbsp2_dr.gpio_11", OMAP_PULL_ENA | OMAP_PULL_UP);
/* Use Interal loop-back in MMC/SDIO Module Input Clock selection */ /* Use Internal loop-back in MMC/SDIO Module Input Clock selection */
v = omap_ctrl_readl(OMAP2_CONTROL_DEVCONF0); v = omap_ctrl_readl(OMAP2_CONTROL_DEVCONF0);
v |= (1 << 24); v |= (1 << 24);
omap_ctrl_writel(v, OMAP2_CONTROL_DEVCONF0); omap_ctrl_writel(v, OMAP2_CONTROL_DEVCONF0);
......
...@@ -106,7 +106,7 @@ static struct platform_device leds_gpio = { ...@@ -106,7 +106,7 @@ static struct platform_device leds_gpio = {
static struct omap_abe_twl6040_data panda_abe_audio_data = { static struct omap_abe_twl6040_data panda_abe_audio_data = {
/* Audio out */ /* Audio out */
.has_hs = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT, .has_hs = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT,
/* HandsFree through expasion connector */ /* HandsFree through expansion connector */
.has_hf = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT, .has_hf = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT,
/* PandaBoard: FM TX, PandaBoardES: can be connected to audio out */ /* PandaBoard: FM TX, PandaBoardES: can be connected to audio out */
.has_aux = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT, .has_aux = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT,
......
...@@ -313,7 +313,7 @@ int __cpuinit omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state) ...@@ -313,7 +313,7 @@ int __cpuinit omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state)
scu_pwrst_prepare(cpu, power_state); scu_pwrst_prepare(cpu, power_state);
/* /*
* CPU never retuns back if targetted power state is OFF mode. * CPU never retuns back if targeted power state is OFF mode.
* CPU ONLINE follows normal CPU ONLINE ptah via * CPU ONLINE follows normal CPU ONLINE ptah via
* omap_secondary_startup(). * omap_secondary_startup().
*/ */
......
...@@ -106,7 +106,7 @@ static int __init sr_dev_init(struct omap_hwmod *oh, void *user) ...@@ -106,7 +106,7 @@ static int __init sr_dev_init(struct omap_hwmod *oh, void *user)
omap_voltage_get_volttable(sr_data->voltdm, &volt_data); omap_voltage_get_volttable(sr_data->voltdm, &volt_data);
if (!volt_data) { if (!volt_data) {
pr_warning("%s: No Voltage table registerd fo VDD%d." pr_warning("%s: No Voltage table registered fo VDD%d."
"Something really wrong\n\n", __func__, i + 1); "Something really wrong\n\n", __func__, i + 1);
goto exit; goto exit;
} }
......
...@@ -92,7 +92,7 @@ void __init omap4_pmic_init(const char *pmic_type, ...@@ -92,7 +92,7 @@ void __init omap4_pmic_init(const char *pmic_type,
void __init omap_pmic_late_init(void) void __init omap_pmic_late_init(void)
{ {
/* Init the OMAP TWL parameters (if PMIC has been registerd) */ /* Init the OMAP TWL parameters (if PMIC has been registered) */
if (pmic_i2c_board_info.irq) if (pmic_i2c_board_info.irq)
omap3_twl_init(); omap3_twl_init();
if (omap4_i2c1_board_info[0].irq) if (omap4_i2c1_board_info[0].irq)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment