From patchwork Sat Jan 16 03:27:38 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhen Lei X-Patchwork-Id: 364668 Delivered-To: patch@linaro.org Received: by 2002:a02:ccad:0:0:0:0:0 with SMTP id t13csp422151jap; Fri, 15 Jan 2021 19:33:18 -0800 (PST) X-Google-Smtp-Source: ABdhPJz3gvzyphh5OedkMFu52MMekNzgrSc74kg2VLe3XYd09LD0e+BgdPqNhIfkH5Ywwl6gVp9v X-Received: by 2002:aa7:c358:: with SMTP id j24mr12173503edr.265.1610767998004; Fri, 15 Jan 2021 19:33:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610767998; cv=none; d=google.com; s=arc-20160816; b=R0DpN1DLTVed5dreXpl3DI7Yl1RApM2YYOBl5EE6VtXn1YYYfftui86SdwSfNnjtX+ Vu7eX5LXQq8bGw1meWRw3it9hlYFgk42b/lOW5bFjWHNa2aQaTk4pau1sUZM8YAm5r1s +eREsoNtGdiosllBISrwklpNdSgFL/hkdx98SEv8SxpJb27OzE2mJZAQ3ekRf036ATbl r9jr4Czbbo9GqIF7XHiORkUAaaScx+CMx29Oba/2t54b4JHvVpeRQbn23HLrUct5zba2 Q44wqZVv1OGv29hy6Pdwg8cGvE9Jl1ga9AvmEibz7OFlCszOfWwSIyR+sHhukNzw/tPP Leog== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=BXXfvCgzXaHNybZpi0vBVNv4+KrxrBnjqntSNaESztE=; b=dsqZ9vI3GxFa3viQbY6TtjQx8cIoPeSYSg5MrafvN/pAJ/hRretgTKsDhwnHVpY4fn bmWjMkBJz+zknhbixWHfSRkUXokVGNrn3xGGA8+LnW3H/IRrpFKwvK9GiflQm5fPOs2M 9jaNFoZvCWUf42ytMWCJl3UBcrRu5J15Yw7WesH/ffUEivi9A+HThkxU8XcJ+AK2YlWP 6Xl6XDcyfQZD7vT+bEpoceH1M6NvnDS/SRYyLmF18R1cZDAz//R3wLxdcKz4pfDeUbDC MN8zsIGXzTuJnpE1F46LQNlkBXb3z/mQV45K/GQzJTP2LnSWSGy5Z24OtMp24m0wCRXo DHBw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q3si4755042ejb.483.2021.01.15.19.33.17; Fri, 15 Jan 2021 19:33:17 -0800 (PST) Received-SPF: pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725923AbhAPDcB (ORCPT + 6 others); Fri, 15 Jan 2021 22:32:01 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:11547 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727480AbhAPDcA (ORCPT ); Fri, 15 Jan 2021 22:32:00 -0500 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4DHk7p4MCczMJqR; Sat, 16 Jan 2021 11:29:58 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.176.220) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.498.0; Sat, 16 Jan 2021 11:31:10 +0800 From: Zhen Lei To: Russell King , Greg Kroah-Hartman , Will Deacon , "Haojian Zhuang" , Arnd Bergmann , Rob Herring , Wei Xu , devicetree , linux-arm-kernel , linux-kernel CC: Zhen Lei Subject: [PATCH v5 2/4] ARM: hisi: add support for Kunpeng50x SoC Date: Sat, 16 Jan 2021 11:27:38 +0800 Message-ID: <20210116032740.873-3-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20210116032740.873-1-thunder.leizhen@huawei.com> References: <20210116032740.873-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.174.176.220] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Enable support for the Hisilicon Kunpeng506 and Kunpeng509 SoC. Signed-off-by: Zhen Lei --- arch/arm/mach-hisi/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) -- 2.26.0.106.g9fadedd diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig index 2e980f834a6aa1b..c724acc5c642b97 100644 --- a/arch/arm/mach-hisi/Kconfig +++ b/arch/arm/mach-hisi/Kconfig @@ -55,6 +55,14 @@ config ARCH_HIX5HD2 help Support for Hisilicon HIX5HD2 SoC family +config ARCH_KUNPENG50X + bool "Hisilicon Kunpeng50x family" + depends on ARCH_MULTI_V7 + select ARCH_FLATMEM_ENABLE + select ARCH_HAS_HOLES_MEMORYMODEL if SPARSEMEM + help + Support for Hisilicon Kunpeng506 and Kunpeng509 SoC family + config ARCH_SD5203 bool "Hisilicon SD5203 family" depends on ARCH_MULTI_V5