Skip to content
Snippets Groups Projects
Commit 898d6439 authored by Simon Glass's avatar Simon Glass
Browse files

rockchip: Use a separate clock ID for clocks


At present we use the same peripheral ID for clocks and pinctrl. While this
works it is probably better to use the device tree clock binding ID for
clocks. We can use the clk_get_by_index() function to find this.

Update the clock drivers and the code that uses them.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent f4adc9a5
No related branches found
No related tags found
Loading
Loading
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