From 43d8d26778776992e813efc1628b1d26e45bc307 Mon Sep 17 00:00:00 2001 From: Wu Liangqing Date: Wed, 31 Aug 2022 13:01:30 +0000 Subject: [PATCH] scripts: io-domain.sh: add 3000000uv voltage options Change-Id: If19a8de6372095d5d56f95bab2ac25d7446aace0 Signed-off-by: Wu Liangqing --- scripts/io-domain.sh | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/scripts/io-domain.sh b/scripts/io-domain.sh index c1647b12e220..78675479f47f 100755 --- a/scripts/io-domain.sh +++ b/scripts/io-domain.sh @@ -27,8 +27,9 @@ GetVoltageFromDtsVal=0 ShowChecklist() { PMUIO2=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ "1800000" "PMUIO2 Supply Power Voltage(uV)" \ + "3000000" "PMUIO2 Supply Power Voltage(uV)" \ "3300000" "PMUIO2 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus != 0 ]; then @@ -37,8 +38,9 @@ ShowChecklist() fi VCCIO1=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ "1800000" "VCCIO1 Supply Power Voltage(uV)" \ + "3000000" "VCCIO1 Supply Power Voltage(uV)" \ "3300000" "VCCIO1 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus != 0 ]; then @@ -47,8 +49,9 @@ ShowChecklist() fi VCCIO3=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ "1800000" "VCCIO3 Supply Power Voltage(uV)" \ + "3000000" "VCCIO3 Supply Power Voltage(uV)" \ "3300000" "VCCIO3 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus != 0 ]; then @@ -57,8 +60,9 @@ ShowChecklist() fi VCCIO4=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ "1800000" "VCCIO4 Supply Power Voltage(uV)" \ + "3000000" "VCCIO4 Supply Power Voltage(uV)" \ "3300000" "VCCIO4 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus != 0 ]; then @@ -67,8 +71,9 @@ ShowChecklist() fi VCCIO5=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ "1800000" "VCCIO5 Supply Power Voltage(uV)" \ + "3000000" "VCCIO5 Supply Power Voltage(uV)" \ "3300000" "VCCIO5 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus != 0 ]; then @@ -77,8 +82,9 @@ ShowChecklist() fi VCCIO6=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ "1800000" "VCCIO6 Supply Power Voltage(uV)" \ + "3000000" "VCCIO6 Supply Power Voltage(uV)" \ "3300000" "VCCIO6 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus != 0 ]; then @@ -87,8 +93,9 @@ ShowChecklist() fi VCCIO7=$(whiptail --title "IO Domain Checklist" --menu --nocancel\ - "Get the corresponding value from the hardware schematic diagram" 15 60 2 \ + "Get the corresponding value from the hardware schematic diagram" 15 60 3 \ "1800000" "VCCIO7 Supply Power Voltage(uV)" \ + "3000000" "VCCIO7 Supply Power Voltage(uV)" \ "3300000" "VCCIO7 Supply Power Voltage(uV)" 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus != 0 ]; then