From patchwork Mon Apr 30 15:15:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 134709 Delivered-To: patch@linaro.org Received: by 10.46.151.6 with SMTP id r6csp3888062lji; Mon, 30 Apr 2018 08:20:04 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoKjNEU2KXW0GdvzutlFMw7h4+nNwv13U3IhUr519SEGR5ZFvG4Wymi8HH3FVAciBpklZgo X-Received: by 2002:a63:85c1:: with SMTP id u184-v6mr10534785pgd.442.1525101604306; Mon, 30 Apr 2018 08:20:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525101604; cv=none; d=google.com; s=arc-20160816; b=OMfYCzrkUj6qiBZKBTUZPYZmcmmBYruD482UkWvN8ufqH37A5FWAlUouAExKAVZACM FtWgUHvArmWhLFZdzejibILIte1RHE9xeO+JP6A7XU8dogIMmliB4CplYlo4YGPjflhH zNLuIN5HjrRs/u81r/o5jJ7vl+3Q2Tufp1e08eq23AX+1vwk2nWxrsrnjdAXLDw8ZGRi sgKRGX8XiCvDHJ18BXMMGWlnf86h220kz13L6Pz1T3Pqerv5jGFLG4wK7nFqffLz9eUE Cr1NTxLYgssyydxnbhlQ937IZMxgNjlsvZ09s3vdvP8fTOQRMuUjUMKJYyWvwx58UG4I 2aow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from:arc-authentication-results; bh=u5U9ZsaLb4XgnoB4Plh/nSPLdLlYlWCriH31+xtWZqU=; b=GoUEJbJSExJHlN58MRkHPkJnYD+XN+UgiJSbTBmW5QPYEvPi/ZB6Md3FkJOvTcTV0e /yYdxkDrC6zL9KNmdFCcivXDvy+LfU8R5GoTWcXICmXDXEZRzk578BLxvwnwdIgL9ltd ZQ6P2A8h2Q9oooJsDyKO2MuyoDb8IRENK5oFh8Vk4amlOXP48c8dwKmFLu5gfDI0QniX 6J1sX4HWg02iddeWRL0EhGcQYTm9fZvNDiDUf0rEayjoFPi6F4lk3lhBNw2UHGOAR8dy tm7LfeAiPCQTLjzYZPON/U3jZJXYXZS86oPkUxWisAckFfLhfrIg26G6VManNtBWH54w Yo9w== ARC-Authentication-Results: i=1; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 39-v6si7699405plc.515.2018.04.30.08.20.03; Mon, 30 Apr 2018 08:20:04 -0700 (PDT) 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 S1754640AbeD3PUB (ORCPT + 29 others); Mon, 30 Apr 2018 11:20:01 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:54114 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752939AbeD3PTX (ORCPT ); Mon, 30 Apr 2018 11:19:23 -0400 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 2371054638C39; Mon, 30 Apr 2018 23:19:18 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.361.1; Mon, 30 Apr 2018 23:19:11 +0800 From: John Garry To: CC: , , , , John Garry Subject: [PATCH 0/3] HiSilicon LPC defconfig and DT patches Date: Mon, 30 Apr 2018 23:15:39 +0800 Message-ID: <1525101342-27120-1-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series introduces 3 patches, to enable the HISILICON_LPC config in the arm64 defconfig and also add the relevant LPC DT entries. For hip06 UART support, we depend on this patch: https://lkml.org/lkml/2018/4/27/258 John Garry (3): arm64: defconfig: Enable HISILICON_LPC arm64: dts: hisi: Enable Hisi LPC node for hip06 arm64: dts: hisi: Enable Hisi LPC node for hip07 arch/arm64/boot/dts/hisilicon/hip06-d03.dts | 8 ++++++++ arch/arm64/boot/dts/hisilicon/hip06.dtsi | 21 +++++++++++++++++++++ arch/arm64/boot/dts/hisilicon/hip07-d05.dts | 4 ++++ arch/arm64/boot/dts/hisilicon/hip07.dtsi | 14 ++++++++++++++ arch/arm64/configs/defconfig | 1 + 5 files changed, 48 insertions(+) -- 1.9.1