From patchwork Tue Oct 3 07:33:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Brandt X-Patchwork-Id: 820782 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3y5rQm5lbWz9sxR for ; Tue, 3 Oct 2017 18:34:56 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751101AbdJCHez (ORCPT ); Tue, 3 Oct 2017 03:34:55 -0400 Received: from relmlor3.renesas.com ([210.160.252.173]:13935 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751075AbdJCHey (ORCPT ); Tue, 3 Oct 2017 03:34:54 -0400 Received: from unknown (HELO relmlir4.idc.renesas.com) ([10.200.68.154]) by relmlie2.idc.renesas.com with ESMTP; 03 Oct 2017 16:34:53 +0900 Received: from relmlii1.idc.renesas.com (relmlii1.idc.renesas.com [10.200.68.65]) by relmlir4.idc.renesas.com (Postfix) with ESMTP id 21AB95B487; Tue, 3 Oct 2017 16:34:53 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.42,473,1500908400"; d="scan'208";a="258383368" Received: from unknown (HELO rtamta01.rta.renesas.com) ([143.103.48.75]) by relmlii1.idc.renesas.com with ESMTP; 03 Oct 2017 16:34:51 +0900 Received: from localhost.localdomain (unknown [143.103.58.226]) by rtamta01.rta.renesas.com (Postfix) with ESMTP id 4251CAE; Tue, 3 Oct 2017 07:34:47 +0000 (UTC) From: Chris Brandt To: Linus Walleij , Rob Herring , Mark Rutland , Geert Uytterhoeven Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Simon Horman , Jacopo Mondi , Chris Brandt Subject: [PATCH 0/2] pinctrl: rza1: add support for RZ/A1L Date: Tue, 3 Oct 2017 02:33:32 -0500 Message-Id: <20171003073334.18917-1-chris.brandt@renesas.com> X-Mailer: git-send-email 2.14.1 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org The RZ/A series has 3 main device: RZ/A1L, RZ/A1M, RZ/A1H. In terms of pinctrl, RZ/A1H and RZ/A1M are exactly the same. Aspects like the number of ports and the location where peripherals are brought out differ between the RZ/A1H and RZ/A1L. Basically this series adds a new set of tables for RZ/A1L and a new compatible "renesas,r7s72102-ports" This was tested on a Renesas Stream it board which contains an RZ/A1L and external SDRAM. Chris Brandt (2): pinctrl: rza1: add support for RZ/A1L dt-bindings: pinctrl: add support for RZ/A1L .../bindings/pinctrl/renesas,rza1-pinctrl.txt | 3 +- drivers/pinctrl/pinctrl-rza1.c | 134 +++++++++++++++++++++ 2 files changed, 136 insertions(+), 1 deletion(-)