diff options
author | Takeshi Kihara <[email protected]> | 2019-02-17 00:58:54 +0100 |
---|---|---|
committer | Simon Horman <[email protected]> | 2019-03-18 10:33:20 +0100 |
commit | a8f6110e64422d5c28046e6be7e8adcee929a418 (patch) | |
tree | 0e13e75780ea095c8d117b003095514a7c949ce9 | |
parent | dc0b439471323521a20314934080f51e8589fd19 (diff) |
arm64: dts: renesas: ebisu: Enable VIN5
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 <[email protected]>
[Niklas: rewrite commit message]
Signed-off-by: Niklas Söderlund <[email protected]>
Reviewed-by: Kieran Bingham <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts index bfa40196029b..fb50f4fa8b9d 100644 --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts @@ -666,6 +666,10 @@ status = "okay"; }; +&vin5 { + status = "okay"; +}; + &xhci0 { pinctrl-0 = <&usb30_pins>; pinctrl-names = "default"; |