Message ID | 20170602234401.24721-2-khilman@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts index 67e72bc72e80..cbbf2c0d0269 100644 --- a/arch/arm/boot/dts/da850-evm.dts +++ b/arch/arm/boot/dts/da850-evm.dts @@ -302,3 +302,27 @@ pinctrl-0 = <&vpif_capture_pins>, <&vpif_display_pins>; status = "okay"; }; + +/* UI board: VPIF input selection */ +&tca6416 { + status = "okay"; + + sel_a { + gpio-hog; + gpios = <7 GPIO_ACTIVE_HIGH>; + output-high; + line-name = "ADC_ENn"; + }; + sel_b { + gpio-hog; + gpios = <6 GPIO_ACTIVE_HIGH>; + output-high; + line-name = "CAMERA_ENn"; + }; + sel_c { + gpio-hog; + gpios = <5 GPIO_ACTIVE_HIGH>; + output-low; + line-name = "VIDEO_IN_ENn"; + }; +};