Re: [PATCH v6 03/18] hw/arm/allwinner-h3: add Clock Control Unit

2020-03-03 Thread Alex Bennée
Niek Linnenbank writes: > The Clock Control Unit is responsible for clock signal generation, > configuration and distribution in the Allwinner H3 System on Chip. > This commit adds support for the Clock Control Unit which emulates > a simple read/write register interface. > > Signed-off-by: Nie

[PATCH v6 03/18] hw/arm/allwinner-h3: add Clock Control Unit

2020-03-01 Thread Niek Linnenbank
The Clock Control Unit is responsible for clock signal generation, configuration and distribution in the Allwinner H3 System on Chip. This commit adds support for the Clock Control Unit which emulates a simple read/write register interface. Signed-off-by: Niek Linnenbank Reviewed-by: Philippe Mat