diff options
| author | Tom Rini <[email protected]> | 2021-06-17 11:46:23 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-06-17 11:46:23 -0400 |
| commit | e87a933406e7ad8d36a5f64bce81be6dce4a4e71 (patch) | |
| tree | baeea3dd56ded0b281a3fd8df79b3248930aa7e9 /arch | |
| parent | 173c3bcd7dca47f1a8f7371a229681d20c7821cc (diff) | |
| parent | 446b4f346e006e2f87cebc9665c0139c7e17c905 (diff) | |
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next
- K210 updates
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/riscv/dts/k210.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/dts/k210.dtsi b/arch/riscv/dts/k210.dtsi index 2492af80389..8bcd3cebdef 100644 --- a/arch/riscv/dts/k210.dtsi +++ b/arch/riscv/dts/k210.dtsi @@ -501,6 +501,8 @@ #clock-cells = <1>; compatible = "kendryte,k210-clk"; clocks = <&in0>; + assigned-clocks = <&sysclk K210_CLK_PLL1>; + assigned-clock-rates = <390000000>; u-boot,dm-pre-reloc; }; |
