On Thu, 13 Mar 2025 22:35:44 +0100, J. Neuschäfer wrote: > In some scenarios, such as under the Freescale eLBC bus, there are raw > NAND chips with a unit address that has a comma in it (cs,offset). > For reasons of compatibility with historical device trees and > readability of the unit addresses, this format is kept. > > Relax the $nodename pattern in raw-nand-chip.yaml to allow such unit > addresses. Unfortunately $nonenames defined in bindings that reference > raw-nand > > Signed-off-by: J. Neuschäfer <j.ne@xxxxxxxxxx> > --- > > V4: > - reintroduce patch to silence dtc validation error, after discussion > with Rob Herring and Miquèl Raynal > - add some more detail to the commit message > - remove unit address format rather than extending it > (old pattern: "^nand@[a-f0-9](,[0-9a-f]*)?$") > > V3: > - remove patch after discussion with Miquèl Raynal > > V2: > - new patch > --- > Documentation/devicetree/bindings/mtd/raw-nand-chip.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>