From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Smith Date: Mon, 15 Feb 2016 17:13:24 +0000 Subject: [U-Boot] [PATCH] gpio: Add DM GPIO driver for Marvell MVEBU In-Reply-To: <1455281210-5739-1-git-send-email-sr@denx.de> References: <1455281210-5739-1-git-send-email-sr@denx.de> Message-ID: <56C20734.3010402@elecsyscorp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefan, On 02/12/2016 06:46 AM, Stefan Roese wrote: > This patch adds a DM GPIO driver for the Marvell MVEBU SoCs. There are > other non-DM drivers that might be used on these platforms. But this > patch creates a new DM driver. Which will be used by all Armada XP/38x > boards. Other MVEBU SoC (Kirkwood / Orion) may follow once they > support DM as well. > Are there any GPIO functions on the db-88f6820-gp board that I can use to test this patch? I'm not seeing any "xxxx-gpios = <&gpioX ...>" nodes in the current device tree. Thank you, Kevin