Re: [PATCH v2 11/15] hw/misc/bcm2835_cprman: implement clock mux behaviour

2020-10-10 Thread Luc Michel
On 11:04 Tue 06 Oct , Philippe Mathieu-Daudé wrote: > On 10/5/20 9:56 PM, Luc Michel wrote: > > A clock mux can be configured to select one of its 10 sources through > > the CM_CTL register. It also embeds yet another clock divider, composed > > of an integer part and a fractional part. The

Re: [PATCH v2 11/15] hw/misc/bcm2835_cprman: implement clock mux behaviour

2020-10-06 Thread Philippe Mathieu-Daudé
On 10/5/20 9:56 PM, Luc Michel wrote: > A clock mux can be configured to select one of its 10 sources through > the CM_CTL register. It also embeds yet another clock divider, composed > of an integer part and a fractional part. The number of bits of each > part is mux dependent. > > Tested-by:

[PATCH v2 11/15] hw/misc/bcm2835_cprman: implement clock mux behaviour

2020-10-05 Thread Luc Michel
A clock mux can be configured to select one of its 10 sources through the CM_CTL register. It also embeds yet another clock divider, composed of an integer part and a fractional part. The number of bits of each part is mux dependent. Tested-by: Philippe Mathieu-Daudé Signed-off-by: Luc Michel