diff options
author | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2018-02-12 01:18:01 +0300 |
---|---|---|
committer | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2018-02-26 23:24:55 +0300 |
commit | ad815218bacf47249d3260f651e12eafd15207db (patch) | |
tree | 6889d7474d5b67bdf54796754a1cb3caee6ef3d2 /meta-rcar-gen3-adas | |
parent | 4dc42a265ea6d709da55e1803092c95384684186 (diff) |
V3M VideoBoxMiniV2: set POCx-gpios instead POCx-gpio
It is already used for all POCx-gpios and not POCx-gpio.
Both are functonal for 1 gpio used. This change just syncs
with others.
Diffstat (limited to 'meta-rcar-gen3-adas')
-rw-r--r-- | meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0040-arm64-dts-renesas-add-ADAS-boards.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0040-arm64-dts-renesas-add-ADAS-boards.patch b/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0040-arm64-dts-renesas-add-ADAS-boards.patch index b006f23..0c52f42 100644 --- a/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0040-arm64-dts-renesas-add-ADAS-boards.patch +++ b/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0040-arm64-dts-renesas-add-ADAS-boards.patch @@ -11686,10 +11686,10 @@ index 0000000..c987799 + ti,lanes = <4>; + ti,forwarding-mode = "round-robin"; + ti,cable-mode = "coax"; -+ POC0-gpio = <&gpio_exp_6c 8 GPIO_ACTIVE_HIGH>; -+ POC1-gpio = <&gpio_exp_6c 9 GPIO_ACTIVE_HIGH>; -+ POC2-gpio = <&gpio_exp_6c 10 GPIO_ACTIVE_HIGH>; -+ POC3-gpio = <&gpio_exp_6c 11 GPIO_ACTIVE_HIGH>; ++ POC0-gpios = <&gpio_exp_6c 8 GPIO_ACTIVE_HIGH>; ++ POC1-gpios = <&gpio_exp_6c 9 GPIO_ACTIVE_HIGH>; ++ POC2-gpios = <&gpio_exp_6c 10 GPIO_ACTIVE_HIGH>; ++ POC3-gpios = <&gpio_exp_6c 11 GPIO_ACTIVE_HIGH>; + + port@0 { + ti9x4_des0ep0: endpoint@0 { |