From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932305AbbJNWPC (ORCPT ); Wed, 14 Oct 2015 18:15:02 -0400 Received: from mail-gw1-out.broadcom.com ([216.31.210.62]:54108 "EHLO mail-gw1-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753263AbbJNWPA (ORCPT ); Wed, 14 Oct 2015 18:15:00 -0400 X-IronPort-AV: E=Sophos;i="5.17,683,1437462000"; d="scan'208";a="77736952" From: Jon Mason To: Florian Fainelli , Hauke Mehrtens , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "Russell King" CC: , , , Subject: [PATCH v2 0/2] ARM: dts: bcm5301x: Add BCM SVK DT files Date: Wed, 14 Oct 2015 18:14:48 -0400 Message-ID: <1444860890-28649-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 This patch series adds the device tree files for the Broadcom Northstar based SVKs. 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 Thanks, Jon