Skip to content

Commit 6b8b312

Browse files
wrightjl1shenki
authored andcommitted
ARM: dts: aspeed: p10bmc: Add power control pins
Add to p10bmc systems the GPIO line names used in chassis power on / off control and chassis power good monitoring. Names used are as documented at [1]. [1] https://github.com/openbmc/docs/blob/master/designs/device-tree-gpio-naming.md Signed-off-by: Jim Wright <[email protected]> Reviewed-by: Andrew Jeffery <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent 9b5d850 commit 6b8b312

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
/*O0-O7*/ "","","","","","","","",
254254
/*P0-P7*/ "","","","","led-pcieslot-power","","","",
255255
/*Q0-Q7*/ "","","","","","","","",
256-
/*R0-R7*/ "bmc-tpm-reset","","","","","I2C_FLASH_MICRO_N","","",
256+
/*R0-R7*/ "bmc-tpm-reset","power-chassis-control","power-chassis-good","","","I2C_FLASH_MICRO_N","","",
257257
/*S0-S7*/ "","","","","","","","",
258258
/*T0-T7*/ "","","","","","","","",
259259
/*U0-U7*/ "","","","","","","","",

arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
/*O0-O7*/ "","","","usb-power","","","","",
272272
/*P0-P7*/ "","","","","pcieslot-power","","","",
273273
/*Q0-Q7*/ "cfam-reset","","","","","","","",
274-
/*R0-R7*/ "bmc-tpm-reset","","","","","","","",
274+
/*R0-R7*/ "bmc-tpm-reset","power-chassis-control","power-chassis-good","","","","","",
275275
/*S0-S7*/ "presence-ps0","presence-ps1","presence-ps2","presence-ps3",
276276
"","","","",
277277
/*T0-T7*/ "","","","","","","","",

0 commit comments

Comments
 (0)