From patchwork Mon Jun 8 08:52:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 6563561 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 C4ED2C0020 for ; Mon, 8 Jun 2015 08:55:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E8B8420544 for ; Mon, 8 Jun 2015 08:55:27 +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 2F271204E2 for ; Mon, 8 Jun 2015 08:55:27 +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 1Z1soO-00059H-L0; Mon, 08 Jun 2015 08:53:40 +0000 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z1sng-0004qN-Rw for linux-arm-kernel@lists.infradead.org; Mon, 08 Jun 2015 08:52:57 +0000 Received: by wigg3 with SMTP id g3so44158405wig.1 for ; Mon, 08 Jun 2015 01:52:34 -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=vQBAroOMbMGrIiC8868P3Aa5OdVmdfkk7Y9ELyxKb1N72lA0cfAgnnUIWHRiX2Wjmx 15be0N3pTaPx+6nAZSeEZtGiJbhbcmB/0x4na37MHQ6C9vnfhwJSxH/gaUHMgPBKFEAA C7Kc7y6S1LNystnN5GUQrBvar6WMglIEAXdZKvTFK6TQrLl25A9g/mtE2HX1CzdbQGyr Jq+bK5Kk6fhfFaMDGivkvukZmD0UdM7tdiAR89nw6ry8SS1YjfuYrAc+5wBCTVZNWBGH bYYVbk4kVjKOcq1mSlwbRfpTSvoCxNFsCSPu0xnZtPqbkmJKX/z+IQQZqSUkHkui8GpW 4NMw== X-Received: by 10.194.205.101 with SMTP id lf5mr23393934wjc.42.1433753554877; Mon, 08 Jun 2015 01:52:34 -0700 (PDT) Received: from localhost.localdomain ([212.91.95.170]) by mx.google.com with ESMTPSA id i14sm3156192wjr.7.2015.06.08.01.52.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 08 Jun 2015 01:52:33 -0700 (PDT) From: Carlo Caione To: sboyd@codeaurora.org, linux-arm-kernel@lists.infradead.org, drake@endlessm.com, jasper@endlessm.com, jerry.cao@amlogic.com, victor.wan@amlogic.com, arnd@arndb.de, b.galvani@gmail.com, robh+dt@kernel.org Subject: [PATCH 4/4] ARM: meson: Enable Meson8b SoCs Date: Mon, 8 Jun 2015 10:52:25 +0200 Message-Id: <1433753545-7980-5-git-send-email-carlo@caione.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1433753545-7980-1-git-send-email-carlo@caione.org> References: <1433753545-7980-1-git-send-email-carlo@caione.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150608_015257_071659_01779ECA X-CRM114-Status: UNSURE ( 9.63 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: Carlo Caione 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.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, };