On 18/04/14 02:32, Kuninori Morimoto wrote:

Hi Ben

Thank you for your patch

Add support for R8A7790 with new device tree code.

Signed-off-by: Ben Dooks <ben.do...@codethink.co.uk>
---
(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 ?

I think it is a missed rebase, I will be away until next week
so will check this out when I get back.


--
Ben Dooks                               http://www.codethink.co.uk/
Senior Engineer                         Codethink - Providing Genius
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to