From patchwork Wed Jun 14 08:23:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guodong Xu X-Patchwork-Id: 775648 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3wnfn52C1hz9s0g for ; Wed, 14 Jun 2017 18:24:25 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="gevXyi3U"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754567AbdFNIYW (ORCPT ); Wed, 14 Jun 2017 04:24:22 -0400 Received: from mail-pg0-f42.google.com ([74.125.83.42]:33771 "EHLO mail-pg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754343AbdFNIYU (ORCPT ); Wed, 14 Jun 2017 04:24:20 -0400 Received: by mail-pg0-f42.google.com with SMTP id f185so72586020pgc.0 for ; Wed, 14 Jun 2017 01:24:10 -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=EBq2IasBSZxuDZmwkSIqzBM8qNIsBWTgHCK9Vwmd6Rc=; b=gevXyi3UYZZILp6N81IK+PXp3LEecpKSfnjJwUkvAXbr3fNen2V1enVch3H1ZfTA+s C/bXfhTZvK2iOH2zZOe3dn8bMZWt/Puyp/Gt4j/TaqnamrvSXnH2BsxTe5s80PKbGHGk 4ivTbXVknDj5rnHcxhLtBWJx0RGwB95P7UCsA= 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=EBq2IasBSZxuDZmwkSIqzBM8qNIsBWTgHCK9Vwmd6Rc=; b=ja/peMkuyh6kWnJIm7BUtLpXxaSk02PGHovMAwpW++YeLHtdk6Izu/6FDslbzd8k/T 1xuQYH/SVaLASk1Sqe50lr+TOAHsaPzZHE8uDlNUBCQn+MqvWBPQzuLnV7eld1geCYhg xhXkSePZV9o1n9RzSmYtLvxOIJ2FSZogbrpo5hQSimJ/qo0qYSolw3CvM5CVuPFP5lzV Th2x5R+jZ2wtvoQbopTJJSYPtUSF1fs1rbkpdWOLetZkA5kIEdSEDYnBdV0Bdqnx37BG BcCfcqcE8lPGPH17MwcexcCtDT+HsDbXDwaMP5JMJ/NzOIoqw7tx6mM2BQ9GKX6TM3xN M50w== X-Gm-Message-State: AKS2vOwCgw+/URuvZ/NL6zCu7hK4fOgOUArLnxwpsq9YAsWyH1F0dGVM E9WQbuVZ9OPJiRoC X-Received: by 10.99.168.67 with SMTP id i3mr3200268pgp.23.1497428644803; Wed, 14 Jun 2017 01:24:04 -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.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Jun 2017 01:24:04 -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 02/21] arm64: dts: hisilicon: update compatible string for hikey960 Date: Wed, 14 Jun 2017 16:23:19 +0800 Message-Id: <20170614082338.15673-3-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: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Update compatible string for hikey960. HiKey960 is a develpment board built with SoC Hi3660. Signed-off-by: Guodong Xu Signed-off-by: Chen Feng Acked-by: Rob Herring --- arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts index 186251f..64875a5 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts +++ b/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts @@ -12,7 +12,7 @@ / { model = "HiKey960"; - compatible = "hisilicon,hi3660"; + compatible = "hisilicon,hi3660-hikey960", "hisilicon,hi3660"; aliases { serial5 = &uart5; /* console UART */