Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2800007 authored by Cyril Chemparathy's avatar Cyril Chemparathy Committed by Kevin Hilman
Browse files

Davinci: serial - conditional reset via pwremu



With this patch, AR7 type uart ports are not reset via pwremu registers.  This
allows davinci_serial_init() reuse on tnetv107x soc.

Signed-off-by: default avatarCyril Chemparathy <cyril@ti.com>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 9ee1acef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ int __init davinci_serial_init(struct davinci_uart_config *info)
				pr_err("uart regs ioremap failed\n");
		}

		if (p->membase)
		if (p->membase && p->type != PORT_AR7)
			davinci_serial_reset(p);
	}