linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: meson-axg: Enable GPIO interrupt controller
@ 2018-12-01 16:43 Carlo Caione
  2018-12-05 14:50 ` Jerome Brunet
  0 siblings, 1 reply; 3+ messages in thread
From: Carlo Caione @ 2018-12-01 16:43 UTC (permalink / raw)
  To: robh+dt, khilman, devicetree, linux-arm-kernel, linux-amlogic, jbrunet
  Cc: Carlo Caione

Enable the GPIO interrupt controller for the AXG SoCs.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
---
Tested on a custom board derived from S400.

@Jerome: I know you had problems with this. I tested this on the apollo
board with the PHY IRQ and it seems to work fine. You probably want to
N/ACK this.
---
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
index df017dbd2e57..a7d8219f7373 100644
--- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
@@ -1414,12 +1414,12 @@
 			};
 
 			gpio_intc: interrupt-controller@f080 {
-				compatible = "amlogic,meson-gpio-intc";
+				compatible = "amlogic,meson-axg-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>;
-				status = "disabled";
 			};
 
 			pwm_ab: pwm@1b000 {
-- 
2.19.1


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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] arm64: dts: meson-axg: Enable GPIO interrupt controller
  2018-12-01 16:43 [PATCH v2] arm64: dts: meson-axg: Enable GPIO interrupt controller Carlo Caione
@ 2018-12-05 14:50 ` Jerome Brunet
  2018-12-05 17:09   ` Kevin Hilman
  0 siblings, 1 reply; 3+ messages in thread
From: Jerome Brunet @ 2018-12-05 14:50 UTC (permalink / raw)
  To: Carlo Caione, robh+dt, khilman, devicetree, linux-arm-kernel,
	linux-amlogic

On Sat, 2018-12-01 at 16:43 +0000, Carlo Caione wrote:
> Enable the GPIO interrupt controller for the AXG SoCs.
> 
> Signed-off-by: Carlo Caione <ccaione@baylibre.com>

Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Tested-by: Jerome Brunet <jbrunet@baylibre.com>


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] arm64: dts: meson-axg: Enable GPIO interrupt controller
  2018-12-05 14:50 ` Jerome Brunet
@ 2018-12-05 17:09   ` Kevin Hilman
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Hilman @ 2018-12-05 17:09 UTC (permalink / raw)
  To: Jerome Brunet, Carlo Caione, robh+dt, devicetree,
	linux-arm-kernel, linux-amlogic

Jerome Brunet <jbrunet@baylibre.com> writes:

> On Sat, 2018-12-01 at 16:43 +0000, Carlo Caione wrote:
>> Enable the GPIO interrupt controller for the AXG SoCs.
>> 
>> Signed-off-by: Carlo Caione <ccaione@baylibre.com>
>
> Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
> Tested-by: Jerome Brunet <jbrunet@baylibre.com>

Queued for v4.21 with Jerome's tags (branch: v4.21/dt64)

Thanks,

Kevin

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-05 17:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-01 16:43 [PATCH v2] arm64: dts: meson-axg: Enable GPIO interrupt controller Carlo Caione
2018-12-05 14:50 ` Jerome Brunet
2018-12-05 17:09   ` Kevin Hilman

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).