]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm: sun8i: h3: correct the GIC compatible in H3 to gic-400
authorIcenowy Zheng <icenowy@aosc.xyz>
Mon, 6 Mar 2017 17:17:47 +0000 (01:17 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 27 Mar 2017 11:40:52 +0000 (13:40 +0200)
According to the datasheets provided by Allwinner, both Allwinner H3 and
H5 use GIC-400 as their interrupt controller.

For better device tree reusing, correct the GIC compatible in H3 DTSI to
"arm,gic-400", thus this node can be reused in H5.

Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-h3.dtsi

index b250e6d03b570ead3482014f54721fbd007d89c1..c13fbfb925926920e145507b5336972c3dd9b6c0 100644 (file)
                };
 
                gic: interrupt-controller@01c81000 {
-                       compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
+                       compatible = "arm,gic-400";
                        reg = <0x01c81000 0x1000>,
                              <0x01c82000 0x2000>,
                              <0x01c84000 0x2000>,