On 8/27/2026 2:46 AM, Joel Stanley wrote:
On Thu, 27 Aug 2026 at 07:16, Daniel Henrique Barboza
<[email protected]> wrote:
The soon to be added riscv-server-ref board will declare a syscon FDT
similar to what the 'virt' board already does.
It won't have a 'sifive,test0' and 'sifive,test1' compat string though,
hence we'll add a flag to enable/disable these additional properties.
Is there a good reason to retain the test0 and test1 compatibles?
No idea. We have a SifiveTest device in the tree (hw/misc/sifive_test.c) so
maybe there are users for it?
Seems like a good time to clean them up.
Maybe. I'd rather have the whole device deprecated/removed first to avoid
dealing
with users complaining about "sifive,test support was removed from the DT".
Thanks,
Daniel