Skip to content
Snippets Groups Projects
Commit 912cc40f authored by Bhupesh Sharma's avatar Bhupesh Sharma Committed by York Sun
Browse files

armv8/fsl-lsch3: Add fdt-fixup for clock frequency of the DUART nodes


This patch adds the fdt-fixup logic for the clock frequency of the
NS16550A related device tree nodes.

Signed-off-by: default avatarBhupesh Sharma <bhupesh.sharma@freescale.com>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent 32da3398
No related branches found
No related tags found
No related merge requests found
...@@ -60,4 +60,9 @@ void ft_cpu_setup(void *blob, bd_t *bd) ...@@ -60,4 +60,9 @@ void ft_cpu_setup(void *blob, bd_t *bd)
#ifdef CONFIG_MP #ifdef CONFIG_MP
ft_fixup_cpu(blob); ft_fixup_cpu(blob);
#endif #endif
#ifdef CONFIG_SYS_NS16550
do_fixup_by_compat_u32(blob, "ns16550",
"clock-frequency", CONFIG_SYS_NS16550_CLK, 1);
#endif
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment