From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
Qianggui Song <qianggui.song@amlogic.com>,
Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Hanjie Lin <hanjie.lin@amlogic.com>,
Jianxin Pan <jianxin.pan@amlogic.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
linux-arm-kernel@lists.infradead.org,
Carlo Caione <carlo@caione.org>,
linux-amlogic@lists.infradead.org,
Xingyu Chen <xingyu.chen@amlogic.com>,
Jerome Brunet <jbrunet@baylibre.com>
Subject: Re: [PATCH v6 3/3] arm64: dts: meson: a1: add pinctrl controller support
Date: Mon, 09 Dec 2019 14:13:49 -0800 [thread overview]
Message-ID: <7hblshrvtu.fsf@baylibre.com> (raw)
In-Reply-To: <5fb2a7f9-bd5b-2ac2-0158-cae1ca743bf9@baylibre.com>
Neil Armstrong <narmstrong@baylibre.com> writes:
> On 15/11/2019 13:03, Qianggui Song wrote:
>> add peripheral pinctrl controller to a1 SoC
>>
>> Signed-off-by: Qianggui Song <qianggui.song@amlogic.com>
>> ---
>> arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 18 ++++++++++++++++++
>> 1 file changed, 18 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
>> index 7210ad049d1d..0965259af869 100644
>> --- a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
>> +++ b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
>> @@ -5,6 +5,7 @@
>>
>> #include <dt-bindings/interrupt-controller/irq.h>
>> #include <dt-bindings/interrupt-controller/arm-gic.h>
>> +#include <dt-bindings/gpio/meson-a1-gpio.h>
>>
>> / {
>> compatible = "amlogic,a1";
>> @@ -74,6 +75,23 @@
>> #size-cells = <2>;
>> ranges = <0x0 0x0 0x0 0xfe000000 0x0 0x1000000>;
>>
>> + periphs_pinctrl: pinctrl@0400 {
>> + compatible = "amlogic,meson-a1-periphs-pinctrl";
>> + #address-cells = <2>;
>> + #size-cells = <2>;
>> + ranges;
>> +
>> + gpio: bank@0400 {
>> + reg = <0x0 0x0400 0x0 0x003c>,
>> + <0x0 0x0480 0x0 0x0118>;
>> + reg-names = "mux", "gpio";
>> + gpio-controller;
>> + #gpio-cells = <2>;
>> + gpio-ranges = <&periphs_pinctrl 0 0 62>;
>> + };
>> +
>> + };
>> +
>> uart_AO: serial@1c00 {
>> compatible = "amlogic,meson-gx-uart",
>> "amlogic,meson-ao-uart";
>>
>
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Queued for v5.6 with Neil's tag.
Kevin
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
Qianggui Song <qianggui.song@amlogic.com>,
Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org
Cc: Jerome Brunet <jbrunet@baylibre.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
Carlo Caione <carlo@caione.org>, Rob Herring <robh+dt@kernel.org>,
Xingyu Chen <xingyu.chen@amlogic.com>,
Jianxin Pan <jianxin.pan@amlogic.com>,
Hanjie Lin <hanjie.lin@amlogic.com>,
Mark Rutland <mark.rutland@arm.com>,
linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH v6 3/3] arm64: dts: meson: a1: add pinctrl controller support
Date: Mon, 09 Dec 2019 14:13:49 -0800 [thread overview]
Message-ID: <7hblshrvtu.fsf@baylibre.com> (raw)
In-Reply-To: <5fb2a7f9-bd5b-2ac2-0158-cae1ca743bf9@baylibre.com>
Neil Armstrong <narmstrong@baylibre.com> writes:
> On 15/11/2019 13:03, Qianggui Song wrote:
>> add peripheral pinctrl controller to a1 SoC
>>
>> Signed-off-by: Qianggui Song <qianggui.song@amlogic.com>
>> ---
>> arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 18 ++++++++++++++++++
>> 1 file changed, 18 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
>> index 7210ad049d1d..0965259af869 100644
>> --- a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
>> +++ b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
>> @@ -5,6 +5,7 @@
>>
>> #include <dt-bindings/interrupt-controller/irq.h>
>> #include <dt-bindings/interrupt-controller/arm-gic.h>
>> +#include <dt-bindings/gpio/meson-a1-gpio.h>
>>
>> / {
>> compatible = "amlogic,a1";
>> @@ -74,6 +75,23 @@
>> #size-cells = <2>;
>> ranges = <0x0 0x0 0x0 0xfe000000 0x0 0x1000000>;
>>
>> + periphs_pinctrl: pinctrl@0400 {
>> + compatible = "amlogic,meson-a1-periphs-pinctrl";
>> + #address-cells = <2>;
>> + #size-cells = <2>;
>> + ranges;
>> +
>> + gpio: bank@0400 {
>> + reg = <0x0 0x0400 0x0 0x003c>,
>> + <0x0 0x0480 0x0 0x0118>;
>> + reg-names = "mux", "gpio";
>> + gpio-controller;
>> + #gpio-cells = <2>;
>> + gpio-ranges = <&periphs_pinctrl 0 0 62>;
>> + };
>> +
>> + };
>> +
>> uart_AO: serial@1c00 {
>> compatible = "amlogic,meson-gx-uart",
>> "amlogic,meson-ao-uart";
>>
>
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Queued for v5.6 with Neil's tag.
Kevin
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
Qianggui Song <qianggui.song@amlogic.com>,
Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Hanjie Lin <hanjie.lin@amlogic.com>,
Jianxin Pan <jianxin.pan@amlogic.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
linux-arm-kernel@lists.infradead.org,
Carlo Caione <carlo@caione.org>,
linux-amlogic@lists.infradead.org,
Xingyu Chen <xingyu.chen@amlogic.com>,
Jerome Brunet <jbrunet@baylibre.com>
Subject: Re: [PATCH v6 3/3] arm64: dts: meson: a1: add pinctrl controller support
Date: Mon, 09 Dec 2019 14:13:49 -0800 [thread overview]
Message-ID: <7hblshrvtu.fsf@baylibre.com> (raw)
In-Reply-To: <5fb2a7f9-bd5b-2ac2-0158-cae1ca743bf9@baylibre.com>
Neil Armstrong <narmstrong@baylibre.com> writes:
> On 15/11/2019 13:03, Qianggui Song wrote:
>> add peripheral pinctrl controller to a1 SoC
>>
>> Signed-off-by: Qianggui Song <qianggui.song@amlogic.com>
>> ---
>> arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 18 ++++++++++++++++++
>> 1 file changed, 18 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
>> index 7210ad049d1d..0965259af869 100644
>> --- a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
>> +++ b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
>> @@ -5,6 +5,7 @@
>>
>> #include <dt-bindings/interrupt-controller/irq.h>
>> #include <dt-bindings/interrupt-controller/arm-gic.h>
>> +#include <dt-bindings/gpio/meson-a1-gpio.h>
>>
>> / {
>> compatible = "amlogic,a1";
>> @@ -74,6 +75,23 @@
>> #size-cells = <2>;
>> ranges = <0x0 0x0 0x0 0xfe000000 0x0 0x1000000>;
>>
>> + periphs_pinctrl: pinctrl@0400 {
>> + compatible = "amlogic,meson-a1-periphs-pinctrl";
>> + #address-cells = <2>;
>> + #size-cells = <2>;
>> + ranges;
>> +
>> + gpio: bank@0400 {
>> + reg = <0x0 0x0400 0x0 0x003c>,
>> + <0x0 0x0480 0x0 0x0118>;
>> + reg-names = "mux", "gpio";
>> + gpio-controller;
>> + #gpio-cells = <2>;
>> + gpio-ranges = <&periphs_pinctrl 0 0 62>;
>> + };
>> +
>> + };
>> +
>> uart_AO: serial@1c00 {
>> compatible = "amlogic,meson-gx-uart",
>> "amlogic,meson-ao-uart";
>>
>
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Queued for v5.6 with Neil's tag.
Kevin
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-12-09 22:13 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-15 12:03 [PATCH v6 0/3] pinctrl: meson-a1: add pinctrl driver Qianggui Song
2019-11-15 12:03 ` Qianggui Song
2019-11-15 12:03 ` Qianggui Song
2019-11-15 12:03 ` [PATCH v6 1/3] pinctrl: meson: add a new callback for SoCs fixup Qianggui Song
2019-11-15 12:03 ` Qianggui Song
2019-11-15 12:03 ` Qianggui Song
2019-11-15 12:51 ` Neil Armstrong
2019-11-15 12:51 ` Neil Armstrong
2019-11-15 12:51 ` Neil Armstrong
2019-11-19 14:54 ` Linus Walleij
2019-11-19 14:54 ` Linus Walleij
2019-11-19 14:54 ` Linus Walleij
2019-11-15 12:03 ` [PATCH v6 2/3] pinctrl: meson: add pinctrl driver support for Meson-A1 SoC Qianggui Song
2019-11-15 12:03 ` Qianggui Song
2019-11-15 12:03 ` Qianggui Song
2019-11-15 12:52 ` Neil Armstrong
2019-11-15 12:52 ` Neil Armstrong
2019-11-15 12:52 ` Neil Armstrong
2019-11-19 14:56 ` Linus Walleij
2019-11-19 14:56 ` Linus Walleij
2019-11-19 14:56 ` Linus Walleij
2019-11-15 12:03 ` [PATCH v6 3/3] arm64: dts: meson: a1: add pinctrl controller support Qianggui Song
2019-11-15 12:03 ` Qianggui Song
2019-11-15 12:03 ` Qianggui Song
2019-11-15 12:53 ` Neil Armstrong
2019-11-15 12:53 ` Neil Armstrong
2019-11-15 12:53 ` Neil Armstrong
2019-12-09 22:13 ` Kevin Hilman [this message]
2019-12-09 22:13 ` Kevin Hilman
2019-12-09 22:13 ` Kevin Hilman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7hblshrvtu.fsf@baylibre.com \
--to=khilman@baylibre.com \
--cc=carlo@caione.org \
--cc=devicetree@vger.kernel.org \
--cc=hanjie.lin@amlogic.com \
--cc=jbrunet@baylibre.com \
--cc=jianxin.pan@amlogic.com \
--cc=linus.walleij@linaro.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=martin.blumenstingl@googlemail.com \
--cc=narmstrong@baylibre.com \
--cc=qianggui.song@amlogic.com \
--cc=robh+dt@kernel.org \
--cc=xingyu.chen@amlogic.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.