From ad815218bacf47249d3260f651e12eafd15207db Mon Sep 17 00:00:00 2001 From: Vladimir Barinov Date: Mon, 12 Feb 2018 01:18:01 +0300 Subject: 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. --- .../linux-renesas/0040-arm64-dts-renesas-add-ADAS-boards.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-rcar-gen3-adas/recipes-kernel/linux') 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 { -- cgit 1.2.3-korg