Hi Ben Thank you for your patch > Add support for R8A7790 with new device tree code. > > Signed-off-by: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx> > --- (snip) > static const struct of_device_id sh_dmae_of_match[] = { > - {.compatible = "renesas,shdma-r8a73a4", .data = r8a73a4_shdma_devid,}, > + { .compatible = "renesas,shdma-r8a73a4", .data = r8a73a4_shdma_devid }, > + { .compatible = "renesas,dma-r8a7790", .data = &shdma_arm_info }, > {} > }; Here, new compatible name is "renesas,dma-r8a7790" ~~~ > + sysdma0: dma-controller@e6700000 { > + compatible = "renesas,shdma-r8a7790"; .. > + sysdma1: dma-controller@e6720000 { > + compatible = "renesas,shdma-r8a7790"; your [PATCH v2 3/9] ARM: shmobile: r8a7790: add dmac0 dmac1 nodes is using "renesas,shdma-r8a7790" ~~~~~ Is it miss/typo ? -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html