]> Git Repo - linux.git/commitdiff
ARM: dts: aspeed: catalina: Update io expander line names
authorPotin Lai <[email protected]>
Fri, 23 Aug 2024 06:41:11 +0000 (14:41 +0800)
committerJoel Stanley <[email protected]>
Tue, 27 Aug 2024 03:30:49 +0000 (13:00 +0930)
io_expander7
- P1-5: MCU_GPIO
- P1-6: MCU_RST_N
- P1-7: MCU_RECOVERY_N

io_expander8
- P1-5: SEC_MCU_GPIO
- P1-6: SEC_MCU_RST_N
- P1-7: SEC_MCU_RECOVERY_N

Signed-off-by: Potin Lai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Andrew Jeffery <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dts

index 3a00182084a53eb3945c2608d0f628f7c09da614..82835e96317d19ab34d808609006cae98e032f66 100644 (file)
                "CX_TWARN_CX0_L","CX_TWARN_CX1_L",
                "CX_OVT_SHDN_CX0","CX_OVT_SHDN_CX1",
                "FNP_L_CX0","FNP_L_CX1",
-               "","","","";
+               "","MCU_GPIO","MCU_RST_N","MCU_RECOVERY_N";
 };
 
 &io_expander8 {
                "SEC_CX_TWARN_CX0_L","SEC_CX_TWARN_CX1_L",
                "SEC_CX_OVT_SHDN_CX0","SEC_CX_OVT_SHDN_CX1",
                "SEC_FNP_L_CX0","SEC_FNP_L_CX1",
-               "","","","";
+               "","SEC_MCU_GPIO","SEC_MCU_RST_N","SEC_MCU_RECOVERY_N";
 };
 
 &io_expander9 {
This page took 0.059175 seconds and 4 git commands to generate.