From 95099d4622f8cb224d94e314c7a8e0df60b13f87 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 09 Dec 2023 08:38:01 +0000
Subject: [PATCH] enable docker ppp
---
kernel/arch/arm64/boot/dts/arm/foundation-v8-gicv2.dtsi | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kernel/arch/arm64/boot/dts/arm/foundation-v8-gicv2.dtsi b/kernel/arch/arm64/boot/dts/arm/foundation-v8-gicv2.dtsi
index 851abf3..655fdcc 100644
--- a/kernel/arch/arm64/boot/dts/arm/foundation-v8-gicv2.dtsi
+++ b/kernel/arch/arm64/boot/dts/arm/foundation-v8-gicv2.dtsi
@@ -6,14 +6,14 @@
/ {
gic: interrupt-controller@2c001000 {
- compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
+ compatible = "arm,gic-400", "arm,cortex-a15-gic";
#interrupt-cells = <3>;
- #address-cells = <2>;
+ #address-cells = <1>;
interrupt-controller;
reg = <0x0 0x2c001000 0 0x1000>,
<0x0 0x2c002000 0 0x2000>,
<0x0 0x2c004000 0 0x2000>,
<0x0 0x2c006000 0 0x2000>;
- interrupts = <1 9 0xf04>;
+ interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
};
};
--
Gitblit v1.6.2