linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
	linux-amlogic@lists.infradead.org
Subject: Re: [PATCH v3 3/3] arm64: dts: meson: g12a: add the GPIO interrupt controller
Date: Tue, 11 Jun 2019 16:11:48 -0700	[thread overview]
Message-ID: <7hef3z4szv.fsf@baylibre.com> (raw)
In-Reply-To: <98394b36-301c-986c-cf53-f88aaa13f5bd@baylibre.com>

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 08/06/2019 21:04, Martin Blumenstingl wrote:
>> GPIO interrupts are used for the external Ethernet RGMII PHY interrupt
>> line.
>> Add the GPIO interrupt controller so we can describe that connection in
>> the dts files.
>> 
>> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>> ---
>>  arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 9 +++++++++
>>  1 file changed, 9 insertions(+)
>> 
>> diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
>> index 6aec4cf87350..50fcdb3e55bb 100644
>> --- a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
>> +++ b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi
>> @@ -2222,6 +2222,15 @@
>>  				#reset-cells = <1>;
>>  			};
>>  
>> +			gpio_intc: interrupt-controller@f080 {
>> +				compatible = "amlogic,meson-g12a-gpio-intc",
>> +					     "amlogic,meson-gpio-intc";
>> +				reg = <0x0 0xf080 0x0 0x10>;
>> +				interrupt-controller;
>> +				#interrupt-cells = <2>;
>> +				amlogic,channel-interrupts = <64 65 66 67 68 69 70 71>;
>> +			};
>> +
>>  			pwm_ef: pwm@19000 {
>>  				compatible = "amlogic,meson-g12a-ee-pwm";
>>  				reg = <0x0 0x19000 0x0 0x20>;
>> 
>
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

Queuing for v5.3,

Kevin

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  reply	other threads:[~2019-06-11 23:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-08 19:04 [PATCH v3 0/3] meson-gpio-irqc: Add support for the Meson-G12A SoC Martin Blumenstingl
2019-06-08 19:04 ` [PATCH v3 1/3] dt-bindings: interrupt-controller: New binding for " Martin Blumenstingl
2019-06-08 19:04 ` [PATCH v3 2/3] irqchip/meson-gpio: Add support " Martin Blumenstingl
2019-06-08 19:04 ` [PATCH v3 3/3] arm64: dts: meson: g12a: add the GPIO interrupt controller Martin Blumenstingl
2019-06-11 12:39   ` Neil Armstrong
2019-06-11 23:11     ` Kevin Hilman [this message]
2019-06-11 11:20 ` [PATCH v3 0/3] meson-gpio-irqc: Add support for the Meson-G12A SoC Marc Zyngier

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=7hef3z4szv.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=narmstrong@baylibre.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).