Remove pass-through GPIOs from entity-manager config
The pass-through GPIOs are now managed using the GPIO
character device, so remove them from the entity-manager config
so they don't get exported in sysfs.
Tested:
Confirmed using gpioinfo that the pass-though GPIOs are not
claimed by sysfs and used 'devmem 0x1e6e208c' to confirm that
pass-through is correctly configured.
Change-Id: Ifaeacad9ebdcb0b243a00b5cd616614cee84b281
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/configurations/WFT Baseboard.json b/configurations/WFT Baseboard.json
index 4a02a9d..ce8255b 100644
--- a/configurations/WFT Baseboard.json
+++ b/configurations/WFT Baseboard.json
@@ -516,34 +516,6 @@
},
{
"Direction": "Input",
- "Index": 32,
- "Name": "Reset Button",
- "Polarity": "Low",
- "Type": "Gpio"
- },
- {
- "Direction": "Out",
- "Index": 33,
- "Name": "Reset Out",
- "Polarity": "Low",
- "Type": "Gpio"
- },
- {
- "Direction": "Input",
- "Index": 34,
- "Name": "Power Button",
- "Polarity": "Low",
- "Type": "Gpio"
- },
- {
- "Direction": "Out",
- "Index": 35,
- "Name": "Power Up",
- "Polarity": "Low",
- "Type": "Gpio"
- },
- {
- "Direction": "Input",
"Index": 40,
"Name": "NMI Input",
"Polarity": "Low",