From: Geert Uytterhoeven Date: Wed, 17 Jun 2015 13:03:33 +0000 (+0200) Subject: ARM: shmobile: r8a7790 dtsi: Use "arm,gic-400" for GIC X-Git-Tag: omap-for-v4.3/fixes-merge-window~6^2~53^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e715e9c57826cc3370fc5fcdb9d57602d52bba9a;p=pandora-kernel.git ARM: shmobile: r8a7790 dtsi: Use "arm,gic-400" for GIC Replace the "arm,cortex-a15-gic" compatible value for the GIC by "arm,gic-400", as the R-Car Gen2 GIC is assumed to be a GIC-400. This has been confirmed by reading the GICD_IIDR register (on r8a7791), which reports 0x0200043b (GIC-400 = 0x02, ARM = 0x43b). This has no effect on runtime behavior, as currently the GIC driver treats both compatible values the same. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- Reading git-diff-tree failed