Hi Kieran, On Tue, Sep 18, 2018 at 10:54:44AM +0100, Kieran Bingham wrote: > Hi Niklas, > > Thank you for the patch, > > I don't think this conflicts with Jacopo's series at all does it ? It does, and I think this series should have been (re)based, or the other way around, but all these changes should probably go together, don't they? > > Perhaps with the amount of adv748x churn currently I should create an > integration/for-next branch :-) > Also, but we may be able to handle this a single series, once we have Ebisu working. Thanks j > 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 > > This looks good and useful to me. > > Reviewed-by: Kieran Bingham > > > --- > > 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 */ > > {ADV748X_PAGE_TXB, 0xda, 0x01}, /* i2c_mipi_pll_en - 1'b1 */ > > {ADV748X_PAGE_TXB, 0xc1, 0x3b}, /* ADI Required Write */ > > > > -- > Regards > -- > Kieran