Re: [PATCH 1/1] hw/timer/sse-timer: Add CNTFRQ reset property

2023-09-15 Thread Peter Maydell
On Thu, 14 Sept 2023 at 23:42, Joe Komlodi wrote: > > This can have a non-zero reset value, and cause the kernel to complain > about a CNTFRQ mismatch if TF-A (or firmware in general) does not > initialize it (because it expects the value to be non-zero out of > reset). > > To fix this, we'll just

[PATCH 1/1] hw/timer/sse-timer: Add CNTFRQ reset property

2023-09-14 Thread Joe Komlodi
This can have a non-zero reset value, and cause the kernel to complain about a CNTFRQ mismatch if TF-A (or firmware in general) does not initialize it (because it expects the value to be non-zero out of reset). To fix this, we'll just add an object property that people can use to initialize the CN