diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 14:52:37 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 21:26:26 +0100 |
commit | 5400cdc1410b25321235d9e52a092a6132168c74 (patch) | |
tree | 2dcf09a37a6d1c82688acb59f75963d11aa640d2 /arch/arm/boot/dts/sun9i-a80.dtsi | |
parent | ARM: dts: sun5i: lichee-pi one: Remove stale pinctrl-names entry (diff) | |
download | linux-5400cdc1410b25321235d9e52a092a6132168c74.tar.xz linux-5400cdc1410b25321235d9e52a092a6132168c74.zip |
ARM: dts: sunxi: Fix GIC compatible
As can be shown by the YAML schema now, the combination of GIC compatibles
we were using has never been an option.
Switch to the gic-400 variant, which is the more correct option.
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun9i-a80.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun9i-a80.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun9i-a80.dtsi b/arch/arm/boot/dts/sun9i-a80.dtsi index 7a495c84ab65..7ac1e50808a2 100644 --- a/arch/arm/boot/dts/sun9i-a80.dtsi +++ b/arch/arm/boot/dts/sun9i-a80.dtsi @@ -527,7 +527,7 @@ }; gic: interrupt-controller@1c41000 { - compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic"; + compatible = "arm,gic-400"; reg = <0x01c41000 0x1000>, <0x01c42000 0x2000>, <0x01c44000 0x2000>, |