Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754554AbbKBSfK (ORCPT ); Mon, 2 Nov 2015 13:35:10 -0500 Received: from mail-gw2-out.broadcom.com ([216.31.210.63]:26818 "EHLO mail-gw2-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753024AbbKBSe4 (ORCPT ); Mon, 2 Nov 2015 13:34:56 -0500 X-IronPort-AV: E=Sophos;i="5.20,234,1444719600"; d="scan'208";a="79469317" From: Jon Mason To: Florian Fainelli , Hauke Mehrtens , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "Russell King" CC: , , , Subject: [PATCH RESEND v4 0/2] ARM: dts: bcm5301x: Add SVK DT files and docs Date: Mon, 2 Nov 2015 13:34:51 -0500 Message-ID: <1446489293-25088-1-git-send-email-jonmason@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 Content-Length: 1779 Lines: 46 Resending due to lack of any response to the original v4 series Changes in v4: * Changed bootargs to stdout-path, per Sudeep Holla Changes in v3: * Updated the DT documentation compat strings * Modified the include files and compat strings for the SVK DT files, per Hauke Mehrtens Changes in v2: * Reorder the patches to add the DT binding documentation prior to the new DT files * Removed the DT documentation compat strings to only the SoCs, not the individual boards * Fixed the compat strings in the individual device tree files * Added the memory node and removed the "mem=" from the bootargs Add device tree files and update the documentation for Broadcom Northstar based SVKs. Since the bcm5301x.dtsi already exists, all that is necessary is the dts files to enable the UARTs. With these files, the SVKs are able to boot to shell Jon Mason (2): dt-bindings: Add new SoCs to bcm4708 DT bindings ARM: dts: bcm5301x: Add BCM SVK DT files .../devicetree/bindings/arm/bcm/brcm,bcm4708.txt | 7 +++ arch/arm/boot/dts/Makefile | 5 +- arch/arm/boot/dts/bcm94708.dts | 56 +++++++++++++++++++ arch/arm/boot/dts/bcm94709.dts | 56 +++++++++++++++++++ arch/arm/boot/dts/bcm953012k.dts | 63 ++++++++++++++++++++++ 5 files changed, 186 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/bcm94708.dts create mode 100644 arch/arm/boot/dts/bcm94709.dts create mode 100644 arch/arm/boot/dts/bcm953012k.dts -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/