Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752286AbdHAT4Q (ORCPT ); Tue, 1 Aug 2017 15:56:16 -0400 Received: from mail-pg0-f49.google.com ([74.125.83.49]:37984 "EHLO mail-pg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752154AbdHAT4P (ORCPT ); Tue, 1 Aug 2017 15:56:15 -0400 From: Kevin Hilman To: Neil Armstrong Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] ARM64: dts: meson-gxl-khadas-vim: Add GPIO lines names Organization: BayLibre References: <1501250084-19967-1-git-send-email-narmstrong@baylibre.com> <1501250084-19967-2-git-send-email-narmstrong@baylibre.com> Date: Tue, 01 Aug 2017 12:56:07 -0700 In-Reply-To: <1501250084-19967-2-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Fri, 28 Jul 2017 15:54:43 +0200") Message-ID: <7htw1rxdt4.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 611 Lines: 20 Neil Armstrong writes: > This patch describes the GPIO lines usage on the Khadas VIM board. > > This is useful in the debugfs gpio file and using the cdev gpio API. > > Signed-off-by: Neil Armstrong [...] > + /* Bank BOOT */ > + "eMMC D0", "eMMC D1", "eMMC D2", "eMMC D3", > + "eMMC D4", "eMMC D5", "eMMC D6", "eMMC D7", > + "eMMC Clk", "eMMC Reset", "eMMC CMD", > + "", "BOOT_MODE", "", "", "eMMC Data Strobe", nit/FYI: checkpatch whined about some trailing whitespace here. I fixed up locally before applying to v4.14/dt64. Kevin