diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-05-31 04:21:25 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-06-06 13:21:02 +0300 |
commit | 65878b126c8f2d761273241cf778b1c6aa50c500 (patch) | |
tree | dee8cd4952d0c4cf5472284f57e66b64c361a84d /arch/arm/mach-oxnas | |
parent | 3c4ec0f9b3a1cd0365c33e53936274f81d536b94 (diff) | |
download | linux-65878b126c8f2d761273241cf778b1c6aa50c500.tar.xz |
ARM: dts: da850-evm: fix tca6416 for use with GPIO hogs
In order GPIOS from this controller to be used with the "gpio-hogs"
property, the tca6416 node has to properly labeled as a gpio-controller,
and use #gpio-cells.
With that, the SEL_A, SEL_B, SEL_C lines that are used to select VPIF
input can be configured using GPIO hogs.
As an example, example, the configuration below selects the analog video
input on the da850-evm UI board:
&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";
};
};
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-oxnas')
0 files changed, 0 insertions, 0 deletions