Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp3210ybg; Fri, 25 Oct 2019 15:34:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqwcgsWms/cZHeN/LxQt1QSLMgwVpfe3eRhCZpUy0RtqJdYJZcz2FCPsdjPdq17db3uhbnXN X-Received: by 2002:a50:f288:: with SMTP id f8mr6568672edm.43.1572042842750; Fri, 25 Oct 2019 15:34:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572042842; cv=none; d=google.com; s=arc-20160816; b=JOg+HwZtVzjcLmbuxYkw6uaZN5bOVktTcokuqLwSpWVJYBWxvI6vez1hkO38HUVbeB MWQehf5zaI2ATSAGs/ED+rYA7SenvqZa6Q59SyO7ZZ5VxxsEWr/po0oPqjxrT34qDSG5 Uy1Kve3wJRuabiHZEJfYy1IcWxpImPtsmZJFBBkISrgk6ue+Btmppu8xTRiJhDmRsvN/ 8Qi0sfWrB05QtbPWacVkh+l0aGgRuE73k3peWh+ZICzbbA7uDpSWcSd+ysLITOhC2ya7 2zjsy0W23ljUTSdVJIlJ65BcpGoXP+DYk+KhnN63jWTwFvvE2Kq/6R7jO12O+SbXnkEk w6Eg== 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=9LxmNslvP1/UDLKfA4llrWl90HkRlawrejlGMsYdyPw=; b=MGDlE4/rybYHEuU3YqVEHzvYN4ta1YdqqOMGztvJ9vA7ny0rvNI/mUewg4kjaBP5rp 6VaqhZYXWe2XotckDKxymT4Raw2s4bdIL+ZXBOfWeN8MLfsnm31Svm0feW81W0aAj7RZ H+stPfBFkzS6odRzf2AW7ITKIAUWoO3iwremfa8+XyRIrSanMeL2bjj7e9cLt7pJg7fF LiBJjd64NSiwJx7x/tdSLjnem1qelEKi87kWcEGdtb6G4g1eU57HwUhBg8HiR4QDdUi4 0MhJvaYZ0g3OJSQc3k9Umn/cF0ONqubliYOJTor/ZjzXtiJ4RMguN3ILqNLxkJygAjh9 cDig== 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 x4si2160868eju.197.2019.10.25.15.33.39; Fri, 25 Oct 2019 15:34:02 -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 S2394522AbfJYLti (ORCPT + 99 others); Fri, 25 Oct 2019 07:49:38 -0400 Received: from mail-sz.amlogic.com ([211.162.65.117]:17053 "EHLO mail-sz.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2393524AbfJYLth (ORCPT ); Fri, 25 Oct 2019 07:49:37 -0400 Received: from localhost.localdomain (10.28.8.19) by mail-sz.amlogic.com (10.28.11.5) with Microsoft SMTP Server id 15.1.1591.10; Fri, 25 Oct 2019 19:49:48 +0800 From: Qianggui Song To: Linus Walleij , CC: Qianggui Song , Neil Armstrong , Jerome Brunet , Kevin Hilman , Martin Blumenstingl , Carlo Caione , Rob Herring , Xingyu Chen , Jianxin Pan , Hanjie Lin , Mark Rutland , , , , Subject: [PATCH v4 1/4] pinctrl: add compatible for Amlogic Meson A1 pin controller Date: Fri, 25 Oct 2019 19:49:24 +0800 Message-ID: <1572004167-24150-2-git-send-email-qianggui.song@amlogic.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1572004167-24150-1-git-send-email-qianggui.song@amlogic.com> References: <1572004167-24150-1-git-send-email-qianggui.song@amlogic.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.28.8.19] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add new compatible name for Amlogic's Meson-A1 pin controller add a dt-binding header file which document the detail pin names. Note that A1 doesn't need DS bank reg any more, use gpio reg as base. Reviewed-by: Rob Herring Reviewed-by: Neil Armstrong Signed-off-by: Qianggui Song --- .../devicetree/bindings/pinctrl/meson,pinctrl.txt | 1 + include/dt-bindings/gpio/meson-a1-gpio.h | 73 ++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 include/dt-bindings/gpio/meson-a1-gpio.h diff --git a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt index 10dc4f7176ca..0aff1f28495c 100644 --- a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt @@ -15,6 +15,7 @@ Required properties for the root node: "amlogic,meson-axg-aobus-pinctrl" "amlogic,meson-g12a-periphs-pinctrl" "amlogic,meson-g12a-aobus-pinctrl" + "amlogic,meson-a1-periphs-pinctrl" - reg: address and size of registers controlling irq functionality === GPIO sub-nodes === diff --git a/include/dt-bindings/gpio/meson-a1-gpio.h b/include/dt-bindings/gpio/meson-a1-gpio.h new file mode 100644 index 000000000000..40e57a5ff1db --- /dev/null +++ b/include/dt-bindings/gpio/meson-a1-gpio.h @@ -0,0 +1,73 @@ +/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ +/* + * Copyright (c) 2019 Amlogic, Inc. All rights reserved. + * Author: Qianggui Song + */ + +#ifndef _DT_BINDINGS_MESON_A1_GPIO_H +#define _DT_BINDINGS_MESON_A1_GPIO_H + +#define GPIOP_0 0 +#define GPIOP_1 1 +#define GPIOP_2 2 +#define GPIOP_3 3 +#define GPIOP_4 4 +#define GPIOP_5 5 +#define GPIOP_6 6 +#define GPIOP_7 7 +#define GPIOP_8 8 +#define GPIOP_9 9 +#define GPIOP_10 10 +#define GPIOP_11 11 +#define GPIOP_12 12 +#define GPIOB_0 13 +#define GPIOB_1 14 +#define GPIOB_2 15 +#define GPIOB_3 16 +#define GPIOB_4 17 +#define GPIOB_5 18 +#define GPIOB_6 19 +#define GPIOX_0 20 +#define GPIOX_1 21 +#define GPIOX_2 22 +#define GPIOX_3 23 +#define GPIOX_4 24 +#define GPIOX_5 25 +#define GPIOX_6 26 +#define GPIOX_7 27 +#define GPIOX_8 28 +#define GPIOX_9 29 +#define GPIOX_10 30 +#define GPIOX_11 31 +#define GPIOX_12 32 +#define GPIOX_13 33 +#define GPIOX_14 34 +#define GPIOX_15 35 +#define GPIOX_16 36 +#define GPIOF_0 37 +#define GPIOF_1 38 +#define GPIOF_2 39 +#define GPIOF_3 40 +#define GPIOF_4 41 +#define GPIOF_5 42 +#define GPIOF_6 43 +#define GPIOF_7 44 +#define GPIOF_8 45 +#define GPIOF_9 46 +#define GPIOF_10 47 +#define GPIOF_11 48 +#define GPIOF_12 49 +#define GPIOA_0 50 +#define GPIOA_1 51 +#define GPIOA_2 52 +#define GPIOA_3 53 +#define GPIOA_4 54 +#define GPIOA_5 55 +#define GPIOA_6 56 +#define GPIOA_7 57 +#define GPIOA_8 58 +#define GPIOA_9 59 +#define GPIOA_10 60 +#define GPIOA_11 61 + +#endif /* _DT_BINDINGS_MESON_A1_GPIO_H */ -- 1.9.1