Hi Niklas, On 18/09/18 10:54, Kieran Bingham wrote: > Hi Niklas, > > Thank you for the patch, > > I don't think this conflicts with Jacopo's series at all does it ? > > Perhaps with the amount of adv748x churn currently I should create an > integration/for-next branch :-) > > On 18/09/18 02:45, Niklas Söderlund wrote: >> Fix copy-and-past error in comment for TXB CSI-2 transmitter power down >> sequence. >> >> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > > This looks good and useful to me. > > Reviewed-by: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> > >> --- >> drivers/media/i2c/adv748x/adv748x-core.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/media/i2c/adv748x/adv748x-core.c b/drivers/media/i2c/adv748x/adv748x-core.c >> index 9a82cdf301bccb41..86cb38f4d7cc11c6 100644 >> --- a/drivers/media/i2c/adv748x/adv748x-core.c >> +++ b/drivers/media/i2c/adv748x/adv748x-core.c >> @@ -299,7 +299,7 @@ static const struct adv748x_reg_value adv748x_power_down_txb_1lane[] = { >> >> {ADV748X_PAGE_TXB, 0x31, 0x82}, /* ADI Required Write */ >> {ADV748X_PAGE_TXB, 0x1e, 0x00}, /* ADI Required Write */ >> - {ADV748X_PAGE_TXB, 0x00, 0x81}, /* Enable 4-lane MIPI */ >> + {ADV748X_PAGE_TXB, 0x00, 0x81}, /* Enable 1-lane MIPI */ I should just go look at the rest of the code - but it stands out in this hunk that we are enabling the lane in our power-down sequence?. Perhaps we power it down further in the table which isn't provided by the diff. >> {ADV748X_PAGE_TXB, 0xda, 0x01}, /* i2c_mipi_pll_en - 1'b1 */ >> {ADV748X_PAGE_TXB, 0xc1, 0x3b}, /* ADI Required Write */ > > > -- Regards -- Kieran