On Mon, 09 Sep 2024 12:53:57 -0400, Frank Li wrote: > ifc can connect nor, nand and fpag. Split "^.*@..." into "nand@..." and > "(flash|fpga|board-control|cpld)@..." to better describe the child's node > binding requirements. > > Fix below warning: > arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb: /soc/memory-controller@1530000/nand@1,0: > failed to match any schema with compatible: ['fsl,ifc-nand'] > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > Change from v3 to v4 > - add pattern property for fpga. > - fine tune commit message. > Change from v2 to v3 > - add partition child node for nand > - Only partition property is used at ppc > Change from v1 to v2 > - add address-cells and size-cells > --- > .../memory-controllers/fsl/fsl,ifc.yaml | 32 ++++++++++++++++--- > 1 file changed, 27 insertions(+), 5 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>