File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1165,6 +1165,11 @@ static const struct rk3x_i2c_soc_data rv1108_soc_data = {
1165
1165
.calc_timings = rk3x_i2c_v1_calc_timings ,
1166
1166
};
1167
1167
1168
+ static const struct rk3x_i2c_soc_data rv1126_soc_data = {
1169
+ .grf_offset = 0x118 ,
1170
+ .calc_timings = rk3x_i2c_v1_calc_timings ,
1171
+ };
1172
+
1168
1173
static const struct rk3x_i2c_soc_data rk3066_soc_data = {
1169
1174
.grf_offset = 0x154 ,
1170
1175
.calc_timings = rk3x_i2c_v0_calc_timings ,
@@ -1195,6 +1200,10 @@ static const struct of_device_id rk3x_i2c_match[] = {
1195
1200
.compatible = "rockchip,rv1108-i2c" ,
1196
1201
.data = & rv1108_soc_data
1197
1202
},
1203
+ {
1204
+ .compatible = "rockchip,rv1126-i2c" ,
1205
+ .data = & rv1126_soc_data
1206
+ },
1198
1207
{
1199
1208
.compatible = "rockchip,rk3066-i2c" ,
1200
1209
.data = & rk3066_soc_data
You can’t perform that action at this time.
0 commit comments