Skip to content

Commit

Permalink
Apply performance monitoring unit IRQ number patch to uboot
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzer58 committed Sep 5, 2024
1 parent 1a5139f commit 5949e22
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions patch/u-boot/u-boot-sunxi/allwinner-a10-fix-pmu-irq-number.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ryzer58 <[email protected]>
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 <[email protected]>
---
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

0 comments on commit 5949e22

Please sign in to comment.