mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-24 03:14:06 +02:00
31 lines
867 B
Diff
31 lines
867 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Ryzer58 <ryestar101@gmail.com>
|
|
Date: Tue, 20 Aug 2024 20:36:36 +0100
|
|
Subject: Correct perf interrupt source number as referenced in the Allwinner A10 User manual to resolve conflict with UART2.
|
|
|
|
Signed-off-by: Ryzer58 <ryestar101@gmail.com>
|
|
---
|
|
arch/arm/dts/sun4i-a10.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm/dts/sun4i-a10.dtsi b/arch/arm/dts/sun4i-a10.dtsi
|
|
index 51a6464aab..cabf619c2e 100644
|
|
--- a/arch/arm/dts/sun4i-a10.dtsi
|
|
+++ b/arch/arm/dts/sun4i-a10.dtsi
|
|
@@ -183,11 +183,11 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
pmu {
|
|
compatible = "arm,cortex-a8-pmu";
|
|
- interrupts = <3>;
|
|
+ interrupts = <66>;
|
|
};
|
|
|
|
reserved-memory {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
--
|
|
Created with Armbian build tools https://github.com/armbian/build
|
|
|