From patchwork Thu Oct 8 01:51:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Billy Tsai X-Patchwork-Id: 11822097 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0D75413B2 for ; Thu, 8 Oct 2020 03:42:05 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CE21920739 for ; Thu, 8 Oct 2020 03:42:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="2xbu3y+E"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="OTKzsaDA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CE21920739 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=aspeedtech.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=9Cvip1lAEXubFW/ZXyAscij3AACUB391PFfMsCl69c0=; b=2xbu3y+EPq7/xcYuiyQGjihsWE b9yqa1XIMCXHuoFW7m1Mvp7eGpZqhPm+KIfPmmtvCuRQVHq9FAOm3/PStXJnsbJfk1eFjGqnnvCtR efW0M9SWjJ/RMLlaAHkRzi8oVvlDHDQDEnYYEQ8zVhedM3srVzo5TjEonPue64AuB9yCcqliYQsjQ ihaZ7elCVeJF3VIPXb3yo1SZpHqizsit6cPmVVRc83WwxYOH0aAHUkVGY0LPqzxfOce+KVHgxqlOD PjQlGh+lSBnyxLpHGVBH49Xc5+BEOmwc+/r4oNMSrAUeu0W8R1Qf+0YUUohrClDPylJJz3pBUg3L2 Tl1r/Ezw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kQMmw-0003fo-Ep; Thu, 08 Oct 2020 03:40:18 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kQMmr-0003ew-KQ for linux-arm-kernel@merlin.infradead.org; Thu, 08 Oct 2020 03:40:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Type:MIME-Version:Message-ID: Date:Subject:CC:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=BhTfShGxCLlTIs2hGdamnbZ/Qc0oluFvF5FUTPfqF0Y=; b=OTKzsaDAEBNP6Gk7lXg/yd5Mo6 SoZwvK66n92IWRXRjmtrb+1AznPu2oRghp81g+LmutKOYLYV5ocFsdYreBZLAX9YlM2NX6Gipseda 7Tz7I+Whx+LoUFm7kYFV2YwsaNs6685eoNSQWDgcV6O+HerurNoxqhL+rzi18pShCuysP/+bUFgHW Y+NdTjv6LBTxn8ZXyBB4HOS2h9AnbSKB/3uN5D6OOqBgz4x1/EdCdGbQWVqZ2ayAIsGDODHphgCQK 97du7ZL6SHZYeEnZabgL84VJA3opbeeZekSHlL7XSJJs8XDApMUTKEAgQnahzYuWV4WYbVB9QC9d4 vbU+Wdhg==; Received: from twspam01.aspeedtech.com ([211.20.114.71]) by casper.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kQL5f-0002BG-Aj for linux-arm-kernel@lists.infradead.org; Thu, 08 Oct 2020 01:51:37 +0000 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 0981VLjC057070; Thu, 8 Oct 2020 09:31:22 +0800 (GMT-8) (envelope-from billy_tsai@aspeedtech.com) Received: from localhost.localdomain (192.168.10.9) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 8 Oct 2020 09:51:10 +0800 From: Billy Tsai To: , , , , , , Subject: [PATCH 0/2] Fix the memory layout and add sgpio node for aspeed g6 Date: Thu, 8 Oct 2020 09:51:04 +0800 Message-ID: <20201008015106.3198-1-billy_tsai@aspeedtech.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [192.168.10.9] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 0981VLjC057070 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201008_025134_384684_F8D7C05A X-CRM114-Status: UNSURE ( 6.62 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.4 on casper.infradead.org summary: Content analysis details: (-1.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom; id=billy_tsai%40aspeedtech.com; ip=211.20.114.71; r=casper.infradead.org] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: BMC-SW@aspeedtech.com Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Fix the memory layout and add sgpio node for aspeed g6 Billy Tsai (2): Arm: dts: aspeed-g6: Fix the register range of gpio Arm: dts: aspeed-g6: Add sgpio node and pinctrl setting arch/arm/boot/dts/aspeed-g6-pinctrl.dtsi | 5 ++ arch/arm/boot/dts/aspeed-g6.dtsi | 55 +++++++++++++++++++++- drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c | 30 ++++++++++-- 3 files changed, 85 insertions(+), 5 deletions(-)