On 25.11.2023 16:59, Konrad Dybcio wrote: > Add a driver for managing NoC providers on SM6115. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > --- The following diff is missing: ----o<---- diff --git a/drivers/interconnect/qcom/sm6115.c b/drivers/interconnect/qcom/sm6115.c index d7600dfe56c0..5b21566d64a5 100644 --- a/drivers/interconnect/qcom/sm6115.c +++ b/drivers/interconnect/qcom/sm6115.c @@ -609,8 +609,8 @@ static struct qcom_icc_node xm_usb3_0 = { static struct qcom_icc_node ebi = { .name = "ebi", .id = SM6115_SLAVE_EBI_CH0, - .channels = 1, - .buswidth = 8, + .channels = 2, + .buswidth = 4, .mas_rpm_id = -1, .slv_rpm_id = 0, }; ----o<---- Georgi, if everything else is fine, could you please squash it while applying? Otherwise I'll just amend it in v2. Konrad