ARM: dts: aspeed: sanmiguel: Fix FIO IOEXP interrupt pin

The interrupt properties for fio_ioexp (pca9555 on i2c14) were incorrectly
configured to gpio1 with ASPEED_GPIO(B, 6).

Update the interrupt-parent to gpio0 and the interrupt pin to
ASPEED_GPIO(C, 6) according to the hardware specification.

Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Potin Lai 2026-07-21 19:01:59 +08:00 committed by Andrew Jeffery
parent dc59e4fea9
commit 1e8024c429

View File

@ -578,8 +578,8 @@ fio_ioexp: gpio@20 {
reg = <0x20>;
gpio-controller;
#gpio-cells = <2>;
interrupt-parent = <&gpio1>;
interrupts = <ASPEED_GPIO(B, 6) IRQ_TYPE_LEVEL_LOW>;
interrupt-parent = <&gpio0>;
interrupts = <ASPEED_GPIO(C, 6) IRQ_TYPE_LEVEL_LOW>;
gpio-line-names =
"", "", "", "",