mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
27 lines
855 B
Diff
27 lines
855 B
Diff
From 792f2972bf4474af46468ab83cc7e0ab91469f2c Mon Sep 17 00:00:00 2001
|
|
From: Hector Martin <marcan@marcan.st>
|
|
Date: Sun, 24 Jul 2022 00:11:49 +0900
|
|
Subject: [PATCH 038/171] arm64: dts: apple: t8112-j413: Fix IRQ for hpm5
|
|
|
|
Signed-off-by: Hector Martin <marcan@marcan.st>
|
|
---
|
|
arch/arm64/boot/dts/apple/t8112-j413.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/apple/t8112-j413.dts b/arch/arm64/boot/dts/apple/t8112-j413.dts
|
|
index 0cc993c0a5b4..0d4306a39fe8 100644
|
|
--- a/arch/arm64/boot/dts/apple/t8112-j413.dts
|
|
+++ b/arch/arm64/boot/dts/apple/t8112-j413.dts
|
|
@@ -74,7 +74,7 @@ hpm5: usb-pd@3a {
|
|
compatible = "apple,cd321x";
|
|
reg = <0x3a>;
|
|
interrupt-parent = <&pinctrl_ap>;
|
|
- interrupts = <174 IRQ_TYPE_LEVEL_LOW>;
|
|
+ interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
|
|
interrupt-names = "irq";
|
|
};
|
|
};
|
|
--
|
|
2.34.1
|
|
|