Re: [PATCH 21/25] tests/qtest/cmsdk-apb-watchdog-test: Test clock changes

2021-01-24 Thread Luc Michel
On 19:06 Thu 21 Jan , Peter Maydell wrote: > Now that the CMSDK APB watchdog uses its Clock input, it will > correctly respond when the system clock frequency is changed using > the RCC register on in the Stellaris board system registers. Test > that when the RCC register is written it causes

Re: [PATCH 21/25] tests/qtest/cmsdk-apb-watchdog-test: Test clock changes

2021-01-21 Thread Philippe Mathieu-Daudé
On 1/21/21 8:06 PM, Peter Maydell wrote: > Now that the CMSDK APB watchdog uses its Clock input, it will > correctly respond when the system clock frequency is changed using > the RCC register on in the Stellaris board system registers. Test > that when the RCC register is written it causes the wa

[PATCH 21/25] tests/qtest/cmsdk-apb-watchdog-test: Test clock changes

2021-01-21 Thread Peter Maydell
Now that the CMSDK APB watchdog uses its Clock input, it will correctly respond when the system clock frequency is changed using the RCC register on in the Stellaris board system registers. Test that when the RCC register is written it causes the watchdog timer to change speed. Signed-off-by: Pet