History log of /netbsd/sys/arch/arm/rockchip/rk_cru_arm.c (Results 1 – 5 of 5)
Revision Date Author Comments
# d089b081 23-Aug-2022 ryo <ryo@NetBSD.org>

Add initial support for RK3588 SoC (CRU and IOMUX)


# 74515db3 23-Aug-2022 ryo <ryo@NetBSD.org>

- change struct rk_cru_arm and RK_CPU macros to allow mux and div registers to be specified independently.
Allow more div-regs to be specified in the future.
- commonize RK*_PLL() macro.


# 49a908d2 23-Aug-2022 ryo <ryo@NetBSD.org>

Make .reg1 and .reg2 of struct rk_cru_cpu_rate into array, and change the type of those to bus_size_t and uint32_t.
Array size may increase in the future.


# bf9834a8 01-Sep-2018 jmcneill <jmcneill@NetBSD.org>

Add support for RK3399 CPU clocks.


# 43ef7ca2 16-Jun-2018 jmcneill <jmcneill@NetBSD.org>

Add initial support for Rockchip RK3328 SoC.