aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xam57xx_generate_pin_config_data.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/am57xx_generate_pin_config_data.pl b/am57xx_generate_pin_config_data.pl
index cdec20b..03e42ef 100755
--- a/am57xx_generate_pin_config_data.pl
+++ b/am57xx_generate_pin_config_data.pl
@@ -224,7 +224,7 @@ sub operation_tiuboot2014_iopad()
224 } elsif ( $compare_hex =~ /0x00050000/ ) { 224 } elsif ( $compare_hex =~ /0x00050000/ ) {
225 $val_pull = "PIN_INPUT"; 225 $val_pull = "PIN_INPUT";
226 } elsif ( $compare_hex =~ /0x000c0000/ ) { 226 } elsif ( $compare_hex =~ /0x000c0000/ ) {
227 $val_pull = "PIN_INPUT_SLEW"; 227 $val_pull = "PIN_INPUT | SLEWCONTROL";
228 } elsif ( $compare_hex =~ /0x00060000/ ) { 228 } elsif ( $compare_hex =~ /0x00060000/ ) {
229 $val_pull = "PIN_INPUT_PULLUP"; 229 $val_pull = "PIN_INPUT_PULLUP";
230 } elsif ( $compare_hex =~ /0x00040000/ ) { 230 } elsif ( $compare_hex =~ /0x00040000/ ) {