From patchwork Wed Oct 7 20:31:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 7347261 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id F0B05BEEA4 for ; Wed, 7 Oct 2015 20:34:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 26107205D6 for ; Wed, 7 Oct 2015 20:34:17 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 66BAA2071B for ; Wed, 7 Oct 2015 20:34:16 +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 1ZjvNn-0006tI-U8; Wed, 07 Oct 2015 20:32:15 +0000 Received: from mail-wi0-x241.google.com ([2a00:1450:400c:c05::241]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZjvNJ-0006WB-79 for linux-arm-kernel@lists.infradead.org; Wed, 07 Oct 2015 20:31:46 +0000 Received: by wicuu12 with SMTP id uu12so7946350wic.0 for ; Wed, 07 Oct 2015 13:31:23 -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=3ojjHLoRKE9xiHArer1FBXleMaDeS4MrE9kY+1d6HAg=; b=WYjcVjjs8e8EtVAKg3jYFqxjQ8KQe4EEhuSgdpYX5TdieKHvTq3567b/bMoDFvL7sZ 9mvDSY+ipcUbpqWJt58gbj0JuwHOSPvWB4kZvA8XLVOJ4zpXm9MVp4EWaQ2MHYn8Zmdu hvAd1xO+fDZPouSuh/+sRZpTLyp5G64jHXeuio/YA8mAqhm3Ba+nk0cFn881jE630a4n HjZSOOzv19kOr4IETKEm17tp+5EnBP4BirIE0E0q2GA1xmi1+k4OOwruCNEhI8eqK7+F Hwx3wv28KMAQQ4JKuaotzM3fF08HK3RH1SF/B7e1O0jv7BAwEVuyn0LpZK/BcFsb/LIn nw3Q== X-Received: by 10.194.52.67 with SMTP id r3mr3909365wjo.51.1444249883708; Wed, 07 Oct 2015 13:31:23 -0700 (PDT) Received: from localhost.localdomain (2-238-57-164.ip242.fastwebnet.it. [2.238.57.164]) by smtp.gmail.com with ESMTPSA id gl4sm41488997wjb.29.2015.10.07.13.31.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 07 Oct 2015 13:31:23 -0700 (PDT) From: Carlo Caione To: linux-arm-kernel@lists.infradead.org, linux@arm.linux.org.uk, robh+dt@kernel.org, b.galvani@gmail.com, drake@endlessm.com, jerry.cao@amlogic.com, victor.wan@amlogic.com Subject: [PATCH v2 4/4] ARM: meson: Enable Meson8b SoCs Date: Wed, 7 Oct 2015 22:31:05 +0200 Message-Id: <1444249865-6897-5-git-send-email-carlo@caione.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1444249865-6897-1-git-send-email-carlo@caione.org> References: <1444249865-6897-1-git-send-email-carlo@caione.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151007_133145_543187_2AF1A0FC X-CRM114-Status: GOOD ( 11.22 ) X-Spam-Score: -2.4 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Carlo Caione 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.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, 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: Carlo Caione Signed-off-by: Carlo Caione --- arch/arm/mach-meson/Kconfig | 5 +++++ arch/arm/mach-meson/meson.c | 1 + 2 files changed, 6 insertions(+) diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index 0743e20..5d56f86 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -19,4 +19,9 @@ config MACH_MESON8 default ARCH_MESON select MESON6_TIMER +config MACH_MESON8B + bool "Amlogic Meson8b SoCs support" + default ARCH_MESON + select MESON6_TIMER + endif diff --git a/arch/arm/mach-meson/meson.c b/arch/arm/mach-meson/meson.c index 5d6affe..4e23571 100644 --- a/arch/arm/mach-meson/meson.c +++ b/arch/arm/mach-meson/meson.c @@ -19,6 +19,7 @@ static const char * const meson_common_board_compat[] = { "amlogic,meson6", "amlogic,meson8", + "amlogic,meson8b", NULL, };