|
@@ -436,6 +436,7 @@ const struct malidp_hw_device malidp_device[MALIDP_MAX_DEVICES] = {
|
|
|
},
|
|
|
.input_formats = malidp500_de_formats,
|
|
|
.n_input_formats = ARRAY_SIZE(malidp500_de_formats),
|
|
|
+ .bus_align_bytes = 8,
|
|
|
},
|
|
|
.query_hw = malidp500_query_hw,
|
|
|
.enter_config_mode = malidp500_enter_config_mode,
|
|
@@ -468,6 +469,7 @@ const struct malidp_hw_device malidp_device[MALIDP_MAX_DEVICES] = {
|
|
|
},
|
|
|
.input_formats = malidp550_de_formats,
|
|
|
.n_input_formats = ARRAY_SIZE(malidp550_de_formats),
|
|
|
+ .bus_align_bytes = 8,
|
|
|
},
|
|
|
.query_hw = malidp550_query_hw,
|
|
|
.enter_config_mode = malidp550_enter_config_mode,
|
|
@@ -501,6 +503,7 @@ const struct malidp_hw_device malidp_device[MALIDP_MAX_DEVICES] = {
|
|
|
},
|
|
|
.input_formats = malidp550_de_formats,
|
|
|
.n_input_formats = ARRAY_SIZE(malidp550_de_formats),
|
|
|
+ .bus_align_bytes = 16,
|
|
|
},
|
|
|
.query_hw = malidp650_query_hw,
|
|
|
.enter_config_mode = malidp550_enter_config_mode,
|