Re: [PATCH v6 05/18] hw/arm/allwinner-h3: add System Control module

2020-03-03 Thread Alex Bennée
Niek Linnenbank writes: > The Allwinner H3 System on Chip has an System Control > module that provides system wide generic controls and > device information. This commit adds support for the > Allwinner H3 System Control module. > > Signed-off-by: Niek Linnenbank > Reviewed-by: Philippe Mathie

[PATCH v6 05/18] hw/arm/allwinner-h3: add System Control module

2020-03-01 Thread Niek Linnenbank
The Allwinner H3 System on Chip has an System Control module that provides system wide generic controls and device information. This commit adds support for the Allwinner H3 System Control module. Signed-off-by: Niek Linnenbank Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daud