From patchwork Tue Jan 10 07:49:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen Feng X-Patchwork-Id: 90639 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp490457qgi; Mon, 9 Jan 2017 23:49:36 -0800 (PST) X-Received: by 10.99.39.134 with SMTP id n128mr2423437pgn.85.1484034576818; Mon, 09 Jan 2017 23:49:36 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m17si1230704pli.290.2017.01.09.23.49.36; Mon, 09 Jan 2017 23:49:36 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964933AbdAJHt2 (ORCPT + 25 others); Tue, 10 Jan 2017 02:49:28 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:8385 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755333AbdAJHt0 (ORCPT ); Tue, 10 Jan 2017 02:49:26 -0500 Received: from 172.24.1.36 (EHLO szxeml430-hub.china.huawei.com) ([172.24.1.36]) by szxrg03-dlp.huawei.com (MOS 4.4.3-GA FastPath queued) with ESMTP id CNU35153; Tue, 10 Jan 2017 15:49:20 +0800 (CST) Received: from vm163-62.huawei.com (10.184.163.62) by szxeml430-hub.china.huawei.com (10.82.67.185) with Microsoft SMTP Server id 14.3.235.1; Tue, 10 Jan 2017 15:49:10 +0800 From: Chen Feng To: , , , , , , , , CC: , , , , , Subject: [V2 1/2] document: dt: add binding for Hi3660 SoC Date: Tue, 10 Jan 2017 15:49:07 +0800 Message-ID: <1484034548-47794-1-git-send-email-puck.chen@hisilicon.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Originating-IP: [10.184.163.62] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add binding for hisilicon Hi3660 SoC and HiKey960 Board. Signed-off-by: Chen Feng Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 4 ++++ 1 file changed, 4 insertions(+) -- 1.9.1 diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt index 7df79a7..6de2398 100644 --- a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt +++ b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt @@ -8,6 +8,10 @@ Hi6220 SoC Required root node properties: - compatible = "hisilicon,hi6220"; +Hi3660 SoC +Required root node properties: + - compatible = "hisilicon,hi3660"; + HiKey Board Required root node properties: - compatible = "hisilicon,hi6220-hikey", "hisilicon,hi6220";