riscv-pk icon indicating copy to clipboard operation
riscv-pk copied to clipboard

Try to work with linux kernel specified compat strings

Open tmagik opened this issue 5 years ago • 1 comments

Work with the new linux 'compatible' strings for uart

tmagik avatar Aug 21 '19 20:08 tmagik

It's currently compatible = "sifive,fu540-c000-uart", "sifive,uart0";, so after #202 it should now pick up the sifive,uart0 in there again. I don't see a reason to match on the more-specific one given the driver doesn't currently do anything that doesn't apply to the generic SiFive UART; the whole point of having compatible be a list is so that generic drivers only need to match the generic thing, with the more-specific entry matched only when necessary.

jrtc27 avatar Aug 25 '20 17:08 jrtc27