28 lines
802 B
Diff
28 lines
802 B
Diff
|
|
From 52afd4c45be3a724976093e3a63c71731b4c68fd Mon Sep 17 00:00:00 2001
|
||
|
|
From: Jan Sowinski <jan.sowinski@intel.com>
|
||
|
|
Date: Wed, 9 Nov 2022 11:54:34 +0100
|
||
|
|
Subject: [PATCH] Update NMIOut LineName to match DTS
|
||
|
|
|
||
|
|
Signed-off-by: Jan Sowinski <jan.sowinski@intel.com>
|
||
|
|
Upstream-Status: Pending
|
||
|
|
---
|
||
|
|
config/power-config-host0.json | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/config/power-config-host0.json b/config/power-config-host0.json
|
||
|
|
index b655692..9341d90 100644
|
||
|
|
--- a/config/power-config-host0.json
|
||
|
|
+++ b/config/power-config-host0.json
|
||
|
|
@@ -14,7 +14,7 @@
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Name": "NMIOut",
|
||
|
|
- "LineName": "NMI_OUT",
|
||
|
|
+ "LineName": "IRQ_BMC_CPU_NMI_P0",
|
||
|
|
"Type": "GPIO",
|
||
|
|
"Polarity": "ActiveHigh"
|
||
|
|
},
|
||
|
|
--
|
||
|
|
2.17.1
|
||
|
|
|