diff mbox series

[2/2] arm64: dts: r8a77990-ebisu: Enable VIN5

Message ID 20190216235854.15244-3-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
State Accepted
Delegated to: Simon Horman
Headers show
Series arm64: dts: r8a77990-ebisu: small fixes for VIN | expand

Commit Message

Niklas Söderlund Feb. 16, 2019, 11:58 p.m. UTC
From: Takeshi Kihara <takeshi.kihara.df@renesas.com>

Both VIN4 and VIN5 are connected to CSI40 and can be configured at
runtime to use the single video source connected to CSI40. Enable VIN5
to allow it to be used in this fashion.

Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
[Niklas: rewrite commit message]
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
---
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Kieran Bingham Feb. 17, 2019, 10:05 p.m. UTC | #1
Hi Niklas, Takeshi,

On 16/02/2019 23:58, Niklas Söderlund wrote:
> From: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> 
> Both VIN4 and VIN5 are connected to CSI40 and can be configured at
> runtime to use the single video source connected to CSI40. Enable VIN5
> to allow it to be used in this fashion.
> 
> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> [Niklas: rewrite commit message]
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>


> ---
>  arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
> index 23914c2b83965621..2c4d1cbe05acad37 100644
> --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
> +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
> @@ -635,6 +635,10 @@
>  	status = "okay";
>  };
>  
> +&vin5 {
> +	status = "okay";
> +};
> +
>  &xhci0 {
>  	pinctrl-0 = <&usb30_pins>;
>  	pinctrl-names = "default";
>
Simon Horman March 6, 2019, 1:04 p.m. UTC | #2
On Sun, Feb 17, 2019 at 10:05:45PM +0000, Kieran Bingham wrote:
> Hi Niklas, Takeshi,
> 
> On 16/02/2019 23:58, Niklas Söderlund wrote:
> > From: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> > 
> > Both VIN4 and VIN5 are connected to CSI40 and can be configured at
> > runtime to use the single video source connected to CSI40. Enable VIN5
> > to allow it to be used in this fashion.
> > 
> > Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> > [Niklas: rewrite commit message]
> > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> 
> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

Thanks,

applied for v5.2 with subject updated to:

  arm64: dts: renesas: ebisu: Enable VIN5
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
index 23914c2b83965621..2c4d1cbe05acad37 100644
--- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
+++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
@@ -635,6 +635,10 @@ 
 	status = "okay";
 };
 
+&vin5 {
+	status = "okay";
+};
+
 &xhci0 {
 	pinctrl-0 = <&usb30_pins>;
 	pinctrl-names = "default";