From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752234AbbIQX5q (ORCPT ); Thu, 17 Sep 2015 19:57:46 -0400 Received: from mail-gw2-out.broadcom.com ([216.31.210.63]:48537 "EHLO mail-gw2-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752131AbbIQX5o (ORCPT ); Thu, 17 Sep 2015 19:57:44 -0400 X-IronPort-AV: E=Sophos;i="5.17,549,1437462000"; d="scan'208";a="75448550" From: Ray Jui To: Florian Fainelli , Rob Herring CC: Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , , , , , "Ray Jui" Subject: [PATCH 0/4] Broadcom Cygnus device tree changes Date: Thu, 17 Sep 2015 16:57:58 -0700 Message-ID: <1442534282-21356-1-git-send-email-rjui@broadcom.com> X-Mailer: git-send-email 1.9.1 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 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-v1 Ray Jui (4): ARM: dts: clean up Cygnus DT files ARM: dts: Enable various peripherals on bcm958305k ARM: dts: Enable NAND support on bcm911360_entphn ARM: dts: enable touchscreen support on Cygnus arch/arm/boot/dts/bcm-cygnus.dtsi | 337 +++++++++++++++++---------------- arch/arm/boot/dts/bcm911360_entphn.dts | 28 ++- arch/arm/boot/dts/bcm911360k.dts | 10 +- arch/arm/boot/dts/bcm958300k.dts | 45 ++--- arch/arm/boot/dts/bcm958305k.dts | 41 +++- 5 files changed, 257 insertions(+), 204 deletions(-) -- 1.9.1