diff options
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/apbuart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/apbuart.c b/drivers/serial/apbuart.c index a1e95033da5b..fe91319b5f65 100644 --- a/drivers/serial/apbuart.c +++ b/drivers/serial/apbuart.c | |||
@@ -609,7 +609,7 @@ static void grlib_apbuart_configure(void) | |||
609 | return; | 609 | return; |
610 | 610 | ||
611 | /* Get bus frequency */ | 611 | /* Get bus frequency */ |
612 | rp = of_find_node_by_name(NULL, "/"); | 612 | rp = of_find_node_by_path("/"); |
613 | rp = of_get_next_child(rp, NULL); | 613 | rp = of_get_next_child(rp, NULL); |
614 | prop = of_get_property(rp, "clock-frequency", NULL); | 614 | prop = of_get_property(rp, "clock-frequency", NULL); |
615 | freq_khz = *prop; | 615 | freq_khz = *prop; |