]> git.ipfire.org Git - people/ms/u-boot.git/commit
drivers: serial: serial_omap: populate default clock frequency when not found in dt
authorMugunthan V N <mugunthanvnm@ti.com>
Mon, 28 Sep 2015 10:47:47 +0000 (16:17 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 22 Oct 2015 18:43:58 +0000 (14:43 -0400)
commit3a64845e9d52d77b711b36a282e36f637f33d66b
tree5e96eaa86bb1fa1e3f90bd72cf22732bf55e55f8
parent1778d7f3e65b2401455c872273a34900b3caab67
drivers: serial: serial_omap: populate default clock frequency when not found in dt

In some platforms like am437x, serial node is not populated with
clock-frequency node. So in that case have a default clock-clock
frequency.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
drivers/serial/serial_omap.c