mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
apbuart: Use of_find_node_by_path to find root node.
Signed-off-by: Kristoffer Glembo <kristoffer@gaisler.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8a2fe6c76e
commit
4edd5ad0f5
@ -609,7 +609,7 @@ static void grlib_apbuart_configure(void)
|
||||
return;
|
||||
|
||||
/* Get bus frequency */
|
||||
rp = of_find_node_by_name(NULL, "/");
|
||||
rp = of_find_node_by_path("/");
|
||||
rp = of_get_next_child(rp, NULL);
|
||||
prop = of_get_property(rp, "clock-frequency", NULL);
|
||||
freq_khz = *prop;
|
||||
|
Loading…
x
Reference in New Issue
Block a user