From patchwork Fri Jul 25 21:49:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 373822 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id B4C6914017C for ; Sat, 26 Jul 2014 07:48:23 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760987AbaGYVsV (ORCPT ); Fri, 25 Jul 2014 17:48:21 -0400 Received: from gloria.sntech.de ([95.129.55.99]:55344 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760581AbaGYVsT (ORCPT ); Fri, 25 Jul 2014 17:48:19 -0400 Received: from ip9234425c.dynamic.kabel-deutschland.de ([146.52.66.92] helo=diego.lan) by gloria.sntech.de with esmtpsa (TLS1.1:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1XAnLY-0000Do-6S; Fri, 25 Jul 2014 23:48:12 +0200 From: Heiko Stuebner To: linux-arm-kernel@lists.infradead.org, olof@lixom.net, devicetree@vger.kernel.org, dianders@chromium.org Cc: Heiko Stuebner Subject: [PATCH v3 1/8] dt-bindings: arm: add cortex-a12 and cortex-a17 cpu compatible properties Date: Fri, 25 Jul 2014 23:49:33 +0200 Message-Id: <1406324980-2450-2-git-send-email-heiko@sntech.de> X-Mailer: git-send-email 2.0.1 In-Reply-To: <1406324980-2450-1-git-send-email-heiko@sntech.de> References: <1406324980-2450-1-git-send-email-heiko@sntech.de> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org As announced parts from ARM they will probably be used in socs shortly. Signed-off-by: Heiko Stuebner Acked-by: Mark Rutland --- Documentation/devicetree/bindings/arm/cpus.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt index 1fe72a0..bc6dc17 100644 --- a/Documentation/devicetree/bindings/arm/cpus.txt +++ b/Documentation/devicetree/bindings/arm/cpus.txt @@ -152,7 +152,9 @@ nodes to be present and contain the properties described below. "arm,cortex-a7" "arm,cortex-a8" "arm,cortex-a9" + "arm,cortex-a12" "arm,cortex-a15" + "arm,cortex-a17" "arm,cortex-a53" "arm,cortex-a57" "arm,cortex-m0"