Re: [PATCH v4 1/3] dt-bindings: soc: sophgo: add TOP syscon for CV18XX/SG200X series SoC
Rob Herring <[email protected]>
| Newsgroups | dev.linux.lists.sophgo,org.infradead.lists.linux-riscv,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Oct 26, 2025 at 09:44:12PM +0000, Conor Dooley wrote: > Rob, Longbin, > > On Sun, Oct 26, 2025 at 05:47:32PM +0800, Longbin Li wrote: > > On Sat, Oct 25, 2025 at 01:44:00PM +0100, Conor Dooley wrote: > > > On Sat, Oct 25, 2025 at 10:27:13AM +0800, Longbin Li wrote: > > > > On Fri, Oct 24, 2025 at 05:46:03PM +0100, Conor Dooley wrote: > > > > > > > > > > ... > > > > > > + > > > > > > +properties: > > > > > > + compatible: > > > > > > + oneOf: > > > > > > + - items: > > > > > > + - const: sophgo,cv1800b-top-syscon > > > > > > + - const: syscon > > > > > > + - const: simple-mfd > > > > > > + > > > > > > + reg: > > > > > > + maxItems: 1 > > > > > > + > > > > > > + "#address-cells": > > > > > > + const: 1 > > > > > > + > > > > > > + "#size-cells": > > > > > > + const: 1 > > > > > > + > > > > > > + ranges: true > > > > > > > > > > Do you actually use ranges? > > > > > > > > > Actually, I do not use it. > > I added it following Rob's suggestion in > > https://lore.kernel.org/all/[email protected]/. > > Should I drop it or not? > > I don't know why he suggested it, if it is not being used. Rob? Child nodes are memory-mapped, right? MMIO should have 'ranges' all the way down. Doesn't matter if Linux (currently) uses it or not. Rob