Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp2461227ybe; Thu, 12 Sep 2019 09:44:04 -0700 (PDT) X-Google-Smtp-Source: APXvYqzMGpwAUfbiG37c1+VUNXg3x3hZc3bUEuwAVqSkjwia8IUi/jTcMqrLin45B+Awpe+OeQEx X-Received: by 2002:aa7:c50b:: with SMTP id o11mr44798049edq.55.1568306644627; Thu, 12 Sep 2019 09:44:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568306644; cv=none; d=google.com; s=arc-20160816; b=kqT+CDon+egeA4Nrep8pCtZY2yUpvXV0qvZgAgHAAgXGEUI+s9byUYgBiyz1dSU3d+ 6GWq8GCpdMvKPiNSDX/5Om3xaUJ5aNdpubYFfrDVTO+SM73rGIDLheVj4qMgeNzimg7U e9Kol2KpXx4cD2t1p34cB9+MdePl5s9WePGOqgubHMqDdTWA8M6ODPgSm78NujsQnccV uOD2A5AIZ/ph0QYJ+oBsqqqhlNteYDUcj9WreQeemqxM92xxO3nmkqWsQNoeswW4/nB+ 51Bz91vryr8rsoGFB7h2DJXXAz1wBsg7NNMcAmKC+ikickCCczdh5SFnfA5lDCmIZTNV xTVg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=5YgIev1RVMEWqPVLKi0/JXvNzUM62Ot3ZNQSprf4PV8=; b=tGGtG8UnvIlLVO+S55ndKopDYuLWE9fSdtjzJbkUwlkZOKcqVQFH/Wv7KFRPWvqLBl x7MZZybIY43hcJQrrKGsvsAuYbZ84PhRiqn//b9TnhhfVGtxj1edU7LZMBPEOa6bBKS6 ZikKvE5frmzWAn/xsAs2Paz/eyb+XV/1TVzUuCkEvHQ8rHIJT76QEXWI1AbOktN/afqE SmiNzRYVfY8BZ8gEHU11GqJCvmt3rgM7jfPeFHv++c7RYk4zS7djYI5fy4lk5BSZcGcH n4bA5eMpzzKJzMYKF1uZV6oV22lMJvlWfZs2hVik5Zab/lte2hZtOOyFJkkluben41s3 XUGQ== 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 y23si16995139edb.208.2019.09.12.09.43.39; Thu, 12 Sep 2019 09:44: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 S1730127AbfILIU7 (ORCPT + 99 others); Thu, 12 Sep 2019 04:20:59 -0400 Received: from mail-sh.amlogic.com ([58.32.228.43]:14718 "EHLO mail-sh.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725765AbfILIU6 (ORCPT ); Thu, 12 Sep 2019 04:20:58 -0400 Received: from droid13.amlogic.com (116.236.93.172) by mail-sh.amlogic.com (10.18.11.5) with Microsoft SMTP Server id 15.1.1591.10; Thu, 12 Sep 2019 16:21:48 +0800 From: Jianxin Pan To: Kevin Hilman , CC: Jianxin Pan , Rob Herring , Carlo Caione , Neil Armstrong , Jerome Brunet , Martin Blumenstingl , , , , Jian Hu , Hanjie Lin , Xingyu Chen , Victor Wan , Qiufang Dai , Tao Zeng Subject: [PATCH v4 1/4] soc: amlogic: meson-gx-socinfo: Add A1 and A113L IDs Date: Thu, 12 Sep 2019 04:19:27 -0400 Message-ID: <1568276370-54181-2-git-send-email-jianxin.pan@amlogic.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1568276370-54181-1-git-send-email-jianxin.pan@amlogic.com> References: <1568276370-54181-1-git-send-email-jianxin.pan@amlogic.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [116.236.93.172] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the SoC IDs for the A113L Amlogic A1 SoC. Signed-off-by: Jianxin Pan Reviewed-by: Neil Armstrong --- drivers/soc/amlogic/meson-gx-socinfo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/soc/amlogic/meson-gx-socinfo.c b/drivers/soc/amlogic/meson-gx-socinfo.c index 6d0d04f..3c86d8d 100644 --- a/drivers/soc/amlogic/meson-gx-socinfo.c +++ b/drivers/soc/amlogic/meson-gx-socinfo.c @@ -40,6 +40,7 @@ static const struct meson_gx_soc_id { { "G12A", 0x28 }, { "G12B", 0x29 }, { "SM1", 0x2b }, + { "A1", 0x2c }, }; static const struct meson_gx_package_id { @@ -68,6 +69,7 @@ static const struct meson_gx_package_id { { "S922X", 0x29, 0x40, 0xf0 }, { "A311D", 0x29, 0x10, 0xf0 }, { "S905X3", 0x2b, 0x5, 0xf }, + { "A113L", 0x2c, 0x0, 0xf8 }, }; static inline unsigned int socinfo_to_major(u32 socinfo) -- 2.7.4