scripts: io-domain.sh: add 3000000uv voltage options

Change-Id: If19a8de6372095d5d56f95bab2ac25d7446aace0
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
This commit is contained in:
Wu Liangqing
2022-08-31 13:01:30 +00:00
committed by Tao Huang
parent 62a30a05e5
commit 43d8d26778

View File

@ -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