From patchwork Wed Jun 14 08:23:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guodong Xu X-Patchwork-Id: 775705 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 3wnhp71956z9s7g for ; Wed, 14 Jun 2017 19:55:27 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="J6vvHgRx"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754549AbdFNIYM (ORCPT ); Wed, 14 Jun 2017 04:24:12 -0400 Received: from mail-pf0-f174.google.com ([209.85.192.174]:33042 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754268AbdFNIYJ (ORCPT ); Wed, 14 Jun 2017 04:24:09 -0400 Received: by mail-pf0-f174.google.com with SMTP id 83so80768966pfr.0 for ; Wed, 14 Jun 2017 01:23:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=xmMM2WJG38NPfhr/SWKW/L8WVq/lGxJnRa8pzOOVc78=; b=J6vvHgRx3IlTpaI9fTV0qnxsF2PYD5J154sul8OPgmaff4jAbX9+w860Nik9PSWnxy QrDvSCp/oBIjiTWwc6TcD40PmBCBr2iLqGjYhte7vltP2BMqQVsN+LOeHtH6QjBl34va EIUQTLRlziG1+FbmCFvNqQOKpisKFZHlBMPQU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=xmMM2WJG38NPfhr/SWKW/L8WVq/lGxJnRa8pzOOVc78=; b=OFPPMKzMFrwWwpuGeYjZRPN0/TT3YrNPRlYPsFSjvxD3cVe8Y0lvMBRJenOQ6NENzP TnNibq64kr9UI+Dlq1Wn5W/ERZ7XM52EeMSqfmg5kzkFYiHYoxzkRui1NSGKfhhqG0vL vGIaAYPOJkhMEQ7kobEiDZ8X5Pxdz3rnT8Uuq41kaZJkYh6fuBHx0TzHNbdQFs+KSjO8 W2ptZI9IlgBw/xIj9Rn6ySv83kLq+4ddmgLaPmlccYsJjG/3cvaucKH8CZrHhEspYGjl m8tp4jwrUd8GFkOftKwq8fpqkn3ej+MWNPZPIzpkvEDozGBME2+bAdjJrJYpIDT4z+Y+ hs5A== X-Gm-Message-State: AKS2vOwimzp4Jb/NGw/mG24WLU4QamDncsp6OQ1ltvCscc8tCbFMQSwi UpdZw1IElQVx26yx X-Received: by 10.84.160.204 with SMTP id v12mr3614951plg.91.1497428638714; Wed, 14 Jun 2017 01:23:58 -0700 (PDT) Received: from docularxu-ThinkPad-T440p.219.146.1.66 ([45.56.159.99]) by smtp.gmail.com with ESMTPSA id h14sm766802pfh.71.2017.06.14.01.23.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Jun 2017 01:23:58 -0700 (PDT) From: Guodong Xu To: robh+dt@kernel.org, mark.rutland@arm.com, xuwei5@hisilicon.com, catalin.marinas@arm.com, will.deacon@arm.com, wangkefeng.wang@huawei.com, xuejiancheng@hisilicon.com, peter.griffin@linaro.org, puck.chen@hisilicon.com, lee.jones@linaro.org, ulf.hansson@linaro.org, bhelgaas@google.com, arnd@arndb.de Cc: zhangfei.gao@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org, linux-pci@vger.kernel.org, Guodong Xu Subject: [PATCH v3 01/21] dt-bindings: arm: hisilicon: add bindings for HiKey960 board Date: Wed, 14 Jun 2017 16:23:18 +0800 Message-Id: <20170614082338.15673-2-guodong.xu@linaro.org> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170614082338.15673-1-guodong.xu@linaro.org> References: <20170614082338.15673-1-guodong.xu@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add bindings for HiKey960 Board. Signed-off-by: Guodong Xu Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt index 2e73215..7111fbc8 100644 --- a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt +++ b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt @@ -4,6 +4,10 @@ Hi3660 SoC Required root node properties: - compatible = "hisilicon,hi3660"; +HiKey960 Board +Required root node properties: + - compatible = "hisilicon,hi3660-hikey960", "hisilicon,hi3660"; + Hi3798cv200 SoC Required root node properties: - compatible = "hisilicon,hi3798cv200";