diff options
author | Luc Michel <luc@lmichel.fr> | 2020-10-10 15:57:50 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-10-27 11:10:44 +0000 |
commit | 1e986e25d03c0d579843c4d3e2915b2f4ac8e47f (patch) | |
tree | 33dbff2271cbb2637316ef1e486dcb5eaa86729b /hw/misc/omap_tap.c | |
parent | fc14176ba23de1386d8172d86a8006d9f8a555fc (diff) | |
download | qemu-1e986e25d03c0d579843c4d3e2915b2f4ac8e47f.zip qemu-1e986e25d03c0d579843c4d3e2915b2f4ac8e47f.tar.gz qemu-1e986e25d03c0d579843c4d3e2915b2f4ac8e47f.tar.bz2 |
hw/misc/bcm2835_cprman: add a PLL skeleton implementation
There are 5 PLLs in the CPRMAN, namely PLL A, C, D, H and B. All of them
take the xosc clock as input and produce a new clock.
This commit adds a skeleton implementation for the PLLs as sub-devices
of the CPRMAN. The PLLs are instantiated and connected internally to the
main oscillator.
Each PLL has 6 registers : CM, A2W_CTRL, A2W_ANA[0,1,2,3], A2W_FRAC. A
write to any of them triggers a call to the (not yet implemented)
pll_update function.
If the main oscillator changes frequency, an update is also triggered.
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Luc Michel <luc@lmichel.fr>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/misc/omap_tap.c')
0 files changed, 0 insertions, 0 deletions