From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v2 1/4] ARM: dts: armadillo800eva: Convert to named i2c-gpio bindings Date: Sat, 2 Dec 2017 16:26:19 +0100 Message-ID: References: <1512046646-15253-1-git-send-email-geert+renesas@glider.be> <1512046646-15253-2-git-send-email-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <1512046646-15253-2-git-send-email-geert+renesas@glider.be> Sender: linux-renesas-soc-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Simon Horman , Magnus Damm , Wolfram Sang , Linux-Renesas , Linux ARM , linux-i2c@vger.kernel.org, "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" List-Id: devicetree@vger.kernel.org On Thu, Nov 30, 2017 at 1:57 PM, Geert Uytterhoeven wrote: > Commits 7d29f509d2cfd807 ("dt-bindings: i2c: i2c-gpio: Add support for > named gpios") and 05c74778858d7d99 ("i2c: gpio: Add support for named > gpios in DT") introduced named i2c-gpio DT bindings, and deprecated the > more error-prone unnamed variant. > > Switch to the new bindings, and add the missing GPIO_OPEN_DRAIN I/O > flags, which were implicitly assumed before. > > The latter gets rid of the message: > > gpio-208 (?): enforced open drain please flag it properly in DT/ACPI DSDT/board file > gpio-91 (?): enforced open drain please flag it properly in DT/ACPI DSDT/board file > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Linus Walleij Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Sat, 2 Dec 2017 16:26:19 +0100 Subject: [PATCH v2 1/4] ARM: dts: armadillo800eva: Convert to named i2c-gpio bindings In-Reply-To: <1512046646-15253-2-git-send-email-geert+renesas@glider.be> References: <1512046646-15253-1-git-send-email-geert+renesas@glider.be> <1512046646-15253-2-git-send-email-geert+renesas@glider.be> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Nov 30, 2017 at 1:57 PM, Geert Uytterhoeven wrote: > Commits 7d29f509d2cfd807 ("dt-bindings: i2c: i2c-gpio: Add support for > named gpios") and 05c74778858d7d99 ("i2c: gpio: Add support for named > gpios in DT") introduced named i2c-gpio DT bindings, and deprecated the > more error-prone unnamed variant. > > Switch to the new bindings, and add the missing GPIO_OPEN_DRAIN I/O > flags, which were implicitly assumed before. > > The latter gets rid of the message: > > gpio-208 (?): enforced open drain please flag it properly in DT/ACPI DSDT/board file > gpio-91 (?): enforced open drain please flag it properly in DT/ACPI DSDT/board file > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Linus Walleij Yours, Linus Walleij