Skip to content

Commit 5698a9d

Browse files
Isaac Kurthshenki
authored andcommitted
ARM: dts: aspeed: rainier: Add 'factory-reset-toggle' as GPIOF6
The state of this GPIO determines whether a factory reset has been requested. If a physical switch is used, it can be high or low. During boot, the software checks and records the state of this switch. If it is different than the previous recorded state, then the read-write portions of memory are reformatted. Signed-off-by: Isaac Kurth <[email protected]> Reviewed-by: Adriana Kobylak <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent 1e3a920 commit 5698a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
/*C0-C7*/ "","","","","","","","",
247247
/*D0-D7*/ "","","","","","","","",
248248
/*E0-E7*/ "","","","","","","","",
249-
/*F0-F7*/ "","","","","","","","",
249+
/*F0-F7*/ "","","","","","","factory-reset-toggle","",
250250
/*G0-G7*/ "","","","","","","","",
251251
/*H0-H7*/ "","bmc-ingraham0","rear-enc-id0","rear-enc-fault0","","","","",
252252
/*I0-I7*/ "","","","","","","bmc-secure-boot","",

0 commit comments

Comments
 (0)