@@ -744,7 +744,7 @@ static const struct ingenic_chip_info jz4755_chip_info = {
744
744
};
745
745
746
746
static const u32 jz4760_pull_ups [6 ] = {
747
- 0xffffffff , 0xfffcf3ff , 0xffffffff , 0xffffcfff , 0xfffffb7c , 0xfffff00f ,
747
+ 0xffffffff , 0xfffcf3ff , 0xffffffff , 0xffffcfff , 0xfffffb7c , 0x0000000f ,
748
748
};
749
749
750
750
static const u32 jz4760_pull_downs [6 ] = {
@@ -1092,11 +1092,11 @@ static const struct ingenic_chip_info jz4760_chip_info = {
1092
1092
};
1093
1093
1094
1094
static const u32 jz4770_pull_ups [6 ] = {
1095
- 0x3fffffff , 0xfff0030c , 0xffffffff , 0xffff4fff , 0xfffffb7c , 0xffa7f00f ,
1095
+ 0x3fffffff , 0xfff0f3fc , 0xffffffff , 0xffff4fff , 0xfffffb7c , 0x0024f00f ,
1096
1096
};
1097
1097
1098
1098
static const u32 jz4770_pull_downs [6 ] = {
1099
- 0x00000000 , 0x000f0c03 , 0x00000000 , 0x0000b000 , 0x00000483 , 0x00580ff0 ,
1099
+ 0x00000000 , 0x000f0c03 , 0x00000000 , 0x0000b000 , 0x00000483 , 0x005b0ff0 ,
1100
1100
};
1101
1101
1102
1102
static int jz4770_uart0_data_pins [] = { 0xa0 , 0xa3 , };
0 commit comments