From 7735fbdda63b2e02fa3bfc56b67a4e48f1784b77 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 12 Oct 2021 20:28:34 -0500 Subject: meta-inventec: remove unusable lanyang machine This machine is unbuildable and has not been updated in the requisite 2 months per https://lore.kernel.org/openbmc/YRUW7cazmCjW8VpP@heinlein/, so it is being deleted. Signed-off-by: Patrick Williams Change-Id: Ife1d461de356477463d5b15d0d86ce1f998d7569 --- .../skeleton/obmc-libobmc-intf/gpio_defs.json | 78 ---------------------- 1 file changed, 78 deletions(-) delete mode 100644 meta-inventec/meta-lanyang/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json (limited to 'meta-inventec/meta-lanyang/recipes-phosphor/skeleton/obmc-libobmc-intf') diff --git a/meta-inventec/meta-lanyang/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json b/meta-inventec/meta-lanyang/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json deleted file mode 100644 index 0bb36c66b..000000000 --- a/meta-inventec/meta-lanyang/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "gpio_configs": { - - "power_config": { - "power_good_in": "SYS_PWROK_BUFF", - "latch_out": "BMC_UCD_LATCH_LE", - "power_up_outs": [ - {"name": "SOFTWARE_PGOOD", "polarity": true}, - {"name": "BMC_POWER_UP", "polarity": false} - ], - "reset_outs": [ - ] - } - }, - - "gpio_definitions": [ - { - "name": "SOFTWARE_PGOOD", - "pin": "M6", - "direction": "out" - }, - { - "name": "BMC_POWER_UP", - "pin": "E2", - "direction": "out" - }, - { - "name": "SYS_PWROK_BUFF", - "pin": "F6", - "direction": "in" - }, - { - "name": "PHY_RST_N", - "pin": "D6", - "direction": "out" - }, - { - "name": "HDD_PWR_EN", - "pin": "B0", - "direction": "out" - }, - { - "name": "CP0_DEVICES_RESET_N", - "pin": "AA6", - "direction": "out" - }, - { - "name": "BMC_CP0_PERST_ENABLE", - "pin": "H3", - "direction": "out" - }, - { - "name": "BMC_UCD_LATCH_LE", - "pin": "P4", - "direction": "out" - }, - { - "name": "POWER_BUTTON", - "pin": "E4", - "direction": "both" - }, - { - "name": "RESET_BUTTON", - "pin": "E3", - "direction": "both" - }, - { - "name": "PE_MEZZB_PRSNT_N", - "pin": "P6", - "direction": "in" - }, - { - "name": "CHECKSTOP", - "pin": "F3", - "direction": "falling" - } - ] -} -- cgit v1.2.3