summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-01-17 04:44:18 -0600
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-01-17 05:11:53 -0600
commit01d0da67e2412f686a4649760e989b2e2d5dfe0e (patch)
tree95e0b1784f1bf41865cbf432a297f35270bffed0
parent3da36a7cfae3e74ad67d4b196bcacbdcfc90e9d7 (diff)
downloadtalos-skeleton-01d0da67e2412f686a4649760e989b2e2d5dfe0e.tar.gz
talos-skeleton-01d0da67e2412f686a4649760e989b2e2d5dfe0e.zip
Remove SOFTWARE_PGOOD GPIO in preparation for handling in kernel via LED driver class
-rw-r--r--configs/Talos.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/Talos.py b/configs/Talos.py
index 43c3b61..45c2320 100644
--- a/configs/Talos.py
+++ b/configs/Talos.py
@@ -249,8 +249,6 @@ ID_LOOKUP = {
}
GPIO_CONFIG = {}
-GPIO_CONFIG['SOFTWARE_PGOOD'] = \
- {'gpio_pin': 'R1', 'direction': 'out'}
GPIO_CONFIG['BMC_POWER_UP'] = \
{'gpio_pin': 'D1', 'direction': 'out'}
GPIO_CONFIG['SYS_PWROK_BUFF'] = \
@@ -291,7 +289,6 @@ GPIO_CONFIGS = {
'power_config' : {
'power_good_in' : 'SYS_PWROK_BUFF',
'power_up_outs' : [
- ('SOFTWARE_PGOOD', True),
('BMC_POWER_UP', True),
],
'reset_outs' : [
OpenPOWER on IntegriCloud