| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-15 | k210: use the board vendor name rather than the marketing name | Damien Le Moal | |
| "kendryte" is the marketing name for the K210 RISC-V SoC produced by Canaan Inc. Rather than "kendryte,k210", use the usual "canaan,k210" vendor,SoC compatibility string format in the device tree files and use the SoC name for file names. With these changes, the device tree files are more in sync with the Linux kernel DTS and drivers, making uboot device tree usable by the kernel. Signed-off-by: Damien Le Moal <[email protected]> Signed-off-by: Niklas Cassel <[email protected]> Reviewed-by: Leo Yu-Chi Liang <[email protected]> | |||
| 2020-07-01 | clk: Add K210 clock support | Sean Anderson | |
| Due to the large number of clocks, I decided to use the CCF. The overall structure is modeled after the imx code. Clocks parameters are stored in several arrays, and are then instantiated at run-time. There are some translation macros (FOOIFY()) which allow for more dense packing. Signed-off-by: Sean Anderson <[email protected]> CC: Lukasz Majewski <[email protected]> | |||
