From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Fri, 06 Oct 2017 16:05:01 -0700 Subject: [PATCH v2 0/2] ARM64: meson-gxm: Add support for Khadas VIM2 In-Reply-To: <1507044283-18476-1-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Tue, 3 Oct 2017 17:24:41 +0200") References: <1507044283-18476-1-git-send-email-narmstrong@baylibre.com> Message-ID: <7hwp477u8y.fsf@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Neil Armstrong writes: > The Khadas VIM2 is a Single Board Computer, respin of the origin > Khadas VIM board, using an Amlogic S912 SoC and more server oriented. > > It provides the same external connectors and header pinout, plus a SPI > NOR Flash, a reprogrammable STM8S003 MCU, FPC Connector, Cooling FAN header > and Pogo Pads Arrays. > > To eventually provide access to the SPI NOR flash, the eMMC DS pin must be > configured as a different pincrl node to disable it's access from the MMC > Controller. This first patch splits this emmc pins entry for GXBB and GXL. > > Depends on eMMC ARM64 DT patches from Jerome Brunet at [2] eMMC patches now merged in mainline, so Appled to v4.15/dt64 with Jerome's Tested-by, Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Fri, 06 Oct 2017 16:05:01 -0700 Subject: [PATCH v2 0/2] ARM64: meson-gxm: Add support for Khadas VIM2 In-Reply-To: <1507044283-18476-1-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Tue, 3 Oct 2017 17:24:41 +0200") References: <1507044283-18476-1-git-send-email-narmstrong@baylibre.com> Message-ID: <7hwp477u8y.fsf@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Neil Armstrong writes: > The Khadas VIM2 is a Single Board Computer, respin of the origin > Khadas VIM board, using an Amlogic S912 SoC and more server oriented. > > It provides the same external connectors and header pinout, plus a SPI > NOR Flash, a reprogrammable STM8S003 MCU, FPC Connector, Cooling FAN header > and Pogo Pads Arrays. > > To eventually provide access to the SPI NOR flash, the eMMC DS pin must be > configured as a different pincrl node to disable it's access from the MMC > Controller. This first patch splits this emmc pins entry for GXBB and GXL. > > Depends on eMMC ARM64 DT patches from Jerome Brunet at [2] eMMC patches now merged in mainline, so Appled to v4.15/dt64 with Jerome's Tested-by, Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v2 0/2] ARM64: meson-gxm: Add support for Khadas VIM2 Date: Fri, 06 Oct 2017 16:05:01 -0700 Message-ID: <7hwp477u8y.fsf@baylibre.com> References: <1507044283-18476-1-git-send-email-narmstrong@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1507044283-18476-1-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> (Neil Armstrong's message of "Tue, 3 Oct 2017 17:24:41 +0200") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Neil Armstrong Cc: carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org, linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Neil Armstrong writes: > The Khadas VIM2 is a Single Board Computer, respin of the origin > Khadas VIM board, using an Amlogic S912 SoC and more server oriented. > > It provides the same external connectors and header pinout, plus a SPI > NOR Flash, a reprogrammable STM8S003 MCU, FPC Connector, Cooling FAN header > and Pogo Pads Arrays. > > To eventually provide access to the SPI NOR flash, the eMMC DS pin must be > configured as a different pincrl node to disable it's access from the MMC > Controller. This first patch splits this emmc pins entry for GXBB and GXL. > > Depends on eMMC ARM64 DT patches from Jerome Brunet at [2] eMMC patches now merged in mainline, so Appled to v4.15/dt64 with Jerome's Tested-by, Kevin -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752377AbdJFXFQ (ORCPT ); Fri, 6 Oct 2017 19:05:16 -0400 Received: from mail-pg0-f46.google.com ([74.125.83.46]:43317 "EHLO mail-pg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751782AbdJFXFO (ORCPT ); Fri, 6 Oct 2017 19:05:14 -0400 X-Google-Smtp-Source: AOwi7QAoU/knFQlWzonptQoHxr2b4OAhY8NQ0yIPSrlk/su9P4nYJnFHouq07kidCniP6C630H5YaQ== From: Kevin Hilman To: Neil Armstrong Cc: carlo@caione.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 0/2] ARM64: meson-gxm: Add support for Khadas VIM2 Organization: BayLibre References: <1507044283-18476-1-git-send-email-narmstrong@baylibre.com> Date: Fri, 06 Oct 2017 16:05:01 -0700 In-Reply-To: <1507044283-18476-1-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Tue, 3 Oct 2017 17:24:41 +0200") Message-ID: <7hwp477u8y.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 Neil Armstrong writes: > The Khadas VIM2 is a Single Board Computer, respin of the origin > Khadas VIM board, using an Amlogic S912 SoC and more server oriented. > > It provides the same external connectors and header pinout, plus a SPI > NOR Flash, a reprogrammable STM8S003 MCU, FPC Connector, Cooling FAN header > and Pogo Pads Arrays. > > To eventually provide access to the SPI NOR flash, the eMMC DS pin must be > configured as a different pincrl node to disable it's access from the MMC > Controller. This first patch splits this emmc pins entry for GXBB and GXL. > > Depends on eMMC ARM64 DT patches from Jerome Brunet at [2] eMMC patches now merged in mainline, so Appled to v4.15/dt64 with Jerome's Tested-by, Kevin