mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
ARM: dts: aspeed: catalina: remove interrupt of GPIOB4 form all IOEXP
We notice this interrupt pin always keep low, it cause BMC stuck at boot up until kernel disabling IRQ of this GPIO pin. Remove the interrupt of GPIOB4 pin from all IOEXP for now to avoid BMC get stuck. Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Link: https://patch.msgid.link/20241121-catalina-dts-20241120-v1-2-e4212502624b@gmail.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
48c45702c3
commit
b3092f4a8e
|
|
@ -533,8 +533,6 @@ io_expander0: gpio@20 {
|
|||
reg = <0x20>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-parent = <&gpio0>;
|
||||
interrupts = <ASPEED_GPIO(B, 4) IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
|
||||
// Module 1 IOEXP
|
||||
|
|
@ -543,8 +541,6 @@ io_expander1: gpio@21 {
|
|||
reg = <0x21>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-parent = <&gpio0>;
|
||||
interrupts = <ASPEED_GPIO(B, 4) IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
|
||||
// HMC IOEXP
|
||||
|
|
@ -553,8 +549,6 @@ io_expander2: gpio@27 {
|
|||
reg = <0x27>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-parent = <&gpio0>;
|
||||
interrupts = <ASPEED_GPIO(B, 4) IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
|
||||
// Module 0 EEPROM
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user