Re: [PATCH v2 0/3] riscv: sophgo: add top syscon device for cv18xx
Longbin Li <[email protected]>
| Newsgroups | dev.linux.lists.sophgo,org.infradead.lists.linux-riscv,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <c2b4zfjfqqorku2oznpwhvk4mwfwv4sypv5qxi2pk4xsxknhnz@o6euptpneeqk> |
On Mon, Oct 20, 2025 at 12:04:06PM +0200, Krzysztof Kozlowski wrote: > On 20/10/2025 10:38, Longbin Li wrote: > > Add top syscon device bindings related DTS change for CV1800. > > > > --- > > > > Changes in v2: > > > > - Add ranges property. > > - Use proper regex in patternProperties. > > - Add complete example including child nodes. > > > > Changes in v1: > > > > - https://lore.kernel.org/all/[email protected]/ > > > > Changed by RFC: > > > > - https://lore.kernel.org/all/[email protected]/ > > > So this is v3, not v2. We do not count from 0, -1 or -2 (of you have > three RFCs). Please start using b4, so you will get it right. Otherwise > how can we compare versions between v1 and RFC? Try yourself with `b4 diff`. > > Best regards, > Krzysztof Sorry about that, I will fix it next commit. Thanks!