From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759882AbbIWA6S (ORCPT ); Tue, 22 Sep 2015 20:58:18 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:33351 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752546AbbIWA6R (ORCPT ); Tue, 22 Sep 2015 20:58:17 -0400 Message-ID: <5601F91F.1020307@gmail.com> Date: Tue, 22 Sep 2015 17:58:07 -0700 From: Florian Fainelli User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Ray Jui , Florian Fainelli , Rob Herring , Arnd Bergmann CC: Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, devicetree@vger.kernel.org Subject: Re: [PATCH v3 0/9] Broadcom Cygnus device tree changes References: <1442873570-20947-1-git-send-email-rjui@broadcom.com> In-Reply-To: <1442873570-20947-1-git-send-email-rjui@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/09/15 15:12, Ray Jui wrote: > This patch series cleans up the Broadcom Cygnus device tree files and makes it > more consistent with the rest of Broadcom iProc device tree files. This patch > series also enables various peripherals on Cygnus boards. They include: > > bcm11360_entphn: > NAND > > bcm958300k: > touchscreen > > bcm958305k: > I2C, PCIe, NAND, touchscreen > > Code is based on v4.3-rc1 and is available on GITHUB: > https://github.com/Broadcom/cygnus-linux/tree/cygnus-dt-v3 > > Changes from V2: > - Drop PCIe device node change that removes the I/O resource > - Set up appropriate address range for the 'core' bus > - Rename the 'soc' bus node to 'axi' > - Remove incorrect 3rd compatible string 'brcm,brcmnand' in the NAND node > > Chages from V1: > - Break the major clean up change into separate patches Series applied, thanks! -- Florian