On Fri, Aug 11, 2017 at 11:57:03AM +0200, Niklas Söderlund wrote: > In order to test Virtual Channels use VC1 for CVBS input from the > adv748x. > > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > --- > arch/arm64/boot/dts/renesas/salvator-common.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi > index 7b67efcb1d22090a..8047fe1df065d63b 100644 > --- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi > +++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi > @@ -41,7 +41,7 @@ > }; > > chosen { > - bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; > + bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp adv748x.txbvc=1"; > stdout-path = "serial0:115200n8"; > }; Hi Niklas, I'm somewhat surprised to see what appears to be a new module parameter. I'm not going to reject this but did you give consideration to doing this another way? In any case I have marked this as "Deferred" pending acceptance of the driver change. If you think it can go in now then I'm open to discussion.