On Thu, Nov 03, 2022 at 09:52:00PM -0700, Colin Foster wrote: > The dsa.yaml binding contains duplicated bindings for address and size > cells, as well as the reference to dsa-port.yaml. Instead of duplicating > this information, remove the reference to dsa-port.yaml and include the > full reference to dsa.yaml. > > Signed-off-by: Colin Foster <colin.foster@xxxxxxxxxxxxxxxx> > Suggested-by: Vladimir Oltean <olteanv@xxxxxxxxx> > --- > > v1 -> v2 > * Add #address-cells and #size-cells to the switch layer. They aren't > part of dsa.yaml. I'm afraid this is not the correct resolution to the warnings you saw. There is no reason to have #address-cells = <1> under the "switch" node, since none of that node's children have a unit address (see: "ports", "mdio"). The schema example is wrong, please fix that.