From patchwork Fri Sep 12 17:49:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Richter X-Patchwork-Id: 4897071 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7DE409F40F for ; Fri, 12 Sep 2014 17:48:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E1B8820221 for ; Fri, 12 Sep 2014 17:53:05 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E477D20225 for ; Fri, 12 Sep 2014 17:53:04 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XSV01-0006Hf-7u; Fri, 12 Sep 2014 17:51:09 +0000 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XSUzT-0005s9-R0 for linux-arm-kernel@lists.infradead.org; Fri, 12 Sep 2014 17:50:36 +0000 Received: by mail-wi0-f180.google.com with SMTP id ex7so1088627wid.13 for ; Fri, 12 Sep 2014 10:50:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=FkiKaBnR2mw+TU4mcklEEQPMNhnGJGRijY07yccBYvI=; b=DAwgWFLUwW2C4HEFrKw4mWcvhzDPXlvCxlARJd+6jUJ0Uf3h62zPPylSfYNWm0BaYa FTVmnigld9ANFdCFdKLWT+H+6qfSh6fXbH+PdaQ/2/ZqzbM0gzcmgvgHf28XgxRlIw+V AwBC96K0vLf8kzZMsYe/63lMZ5ocHdtgWf/uAglEvr3Axkfv9dBARmQVqvotmIgCW5MA 8gCL2AYoB/bVi19DhmtQTvm/BDLPhnSLOeZ0q4j4swOhZhnyklj9GO26zXmcRyokRgO+ vmnyJSh8iT+ySt5MT+qEfTeC5tZJ0n75aGKnhwyNpYwXlOH5hMlrMSSyqRguiETe1gzG e4cg== X-Received: by 10.194.86.34 with SMTP id m2mr13133582wjz.23.1410544213394; Fri, 12 Sep 2014 10:50:13 -0700 (PDT) Received: from rric.localhost (f053081177.adsl.alicedsl.de. [78.53.81.177]) by mx.google.com with ESMTPSA id lq8sm5240436wjb.49.2014.09.12.10.50.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 12 Sep 2014 10:50:12 -0700 (PDT) From: Robert Richter To: Will Deacon , Mark Rutland , Rob Herring , Arnd Bergmann , Catalin Marinas , Pawel Moll , Ian Campbell , Kumar Gala Subject: [PATCH v3 3/4] arm64, thunder: Add Kconfig option for Cavium Thunder SoC Family Date: Fri, 12 Sep 2014 19:49:46 +0200 Message-Id: <1410544187-15876-4-git-send-email-rric@kernel.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1410544187-15876-1-git-send-email-rric@kernel.org> References: <1410544187-15876-1-git-send-email-rric@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140912_105036_062539_E31E51CC X-CRM114-Status: GOOD ( 10.88 ) X-Spam-Score: -0.7 (/) Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Robert Richter , Olof Johansson , Radha Mohan Chintakuntla , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Radha Mohan Chintakuntla This introduces ARCH_THUNDER to enable soc specific drivers and dtb files. Signed-off-by: Radha Mohan Chintakuntla Signed-off-by: Robert Richter --- arch/arm64/Kconfig | 5 +++++ arch/arm64/boot/dts/Makefile | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 67fca2ea81a7..ff9179ba63fb 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -134,6 +134,11 @@ source "kernel/Kconfig.freezer" menu "Platform selection" +config ARCH_THUNDER + bool "Cavium Inc. Thunder SoC Family" + help + This enables support for Cavium's Thunder Family of SoCs. + config ARCH_VEXPRESS bool "ARMv8 software model (Versatile Express)" select ARCH_REQUIRE_GPIOLIB diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index c2e8e4661a90..f8001a62029c 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -1,8 +1,7 @@ +dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb -dtb-y += thunder-88xx.dtb - targets += dtbs targets += $(dtb-y)