From a6c933e024518d30123f119bd7332b383ce474a9 Mon Sep 17 00:00:00 2001 From: George Hung Date: Wed, 20 Jan 2021 16:30:54 +0800 Subject: meta-quanta: gbs: reverse the ss_cabx_prsnt numbering for the silkscreen Work-round to correct the SlimSAS cable sensor names/GPIO associations for the silkscreen (From meta-quanta rev: 60e4870a9a3949b941d5e054cafca0aae1891671) Signed-off-by: George Hung Change-Id: I36aa91674bfe5bb565142675ebe2209fd5fdd1b8 Signed-off-by: Andrew Geissler --- .../gpio/phosphor-gpio-monitor/obmc/gpio/gpios-0.conf | 4 ++-- .../gpio/phosphor-gpio-monitor/obmc/gpio/gpios-1.conf | 4 ++-- .../gpio/phosphor-gpio-monitor/obmc/gpio/gpios-2.conf | 4 ++-- .../gpio/phosphor-gpio-monitor/obmc/gpio/gpios-3.conf | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'meta-quanta') diff --git a/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-0.conf b/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-0.conf index e26c8f50e8..14b7e2b927 100644 --- a/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-0.conf +++ b/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-0.conf @@ -1,6 +1,6 @@ -#The gpio 70 is a real gpio, which is used to +#The gpio 73 is a real gpio, which is used to #store the sas cable 0 present signal INVENTORY=/system/chassis/cable/ss_cab0_prsnt DEVPATH=/dev/input/event0 -KEY=70 +KEY=73 NAME=ss_cab0_prsnt diff --git a/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-1.conf b/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-1.conf index e6a18ee6c3..6311dab1f7 100644 --- a/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-1.conf +++ b/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-1.conf @@ -1,6 +1,6 @@ -#The gpio 71 is a real gpio, which is used to +#The gpio 72 is a real gpio, which is used to #store the sas cable 1 present signal INVENTORY=/system/chassis/cable/ss_cab1_prsnt DEVPATH=/dev/input/event0 -KEY=71 +KEY=72 NAME=ss_cab1_prsnt diff --git a/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-2.conf b/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-2.conf index 490f97f492..194c0cb6d1 100644 --- a/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-2.conf +++ b/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-2.conf @@ -1,6 +1,6 @@ -#The gpio 72 is a real gpio, which is used to +#The gpio 71 is a real gpio, which is used to #store the sas cable 2 present signal INVENTORY=/system/chassis/cable/ss_cab2_prsnt DEVPATH=/dev/input/event0 -KEY=72 +KEY=71 NAME=ss_cab2_prsnt diff --git a/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-3.conf b/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-3.conf index f3579ab97a..be8e11970a 100644 --- a/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-3.conf +++ b/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-3.conf @@ -1,6 +1,6 @@ -#The gpio 73 is a real gpio, which is used to +#The gpio 70 is a real gpio, which is used to #store the sas cable 3 present signal INVENTORY=/system/chassis/cable/ss_cab3_prsnt DEVPATH=/dev/input/event0 -KEY=73 +KEY=70 NAME=ss_cab3_prsnt -- cgit v1.2.3