diff mbox series

arm64: dts: meson: add ethernet interrupt to wetek dtsi

Message ID 20200518025451.16401-1-christianshewitt@gmail.com (mailing list archive)
State Mainlined
Commit 647e1643d61312ce08172e466fa1c8d8a5c8fbc8
Headers show
Series arm64: dts: meson: add ethernet interrupt to wetek dtsi | expand

Commit Message

Christian Hewitt May 18, 2020, 2:54 a.m. UTC
Add Ethernet interrupt details to the WeTek Hub/Play2 dtsi to resolve
an issue with Ethernet probing in mainline u-boot.

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

patchwork-bot+linux-amlogic@kernel.org May 20, 2020, 12:01 a.m. UTC | #1
Hello:

This patch was applied to khilman/linux-amlogic.git (refs/heads/for-next).

On Mon, 18 May 2020 02:54:51 +0000 you wrote:
> Add Ethernet interrupt details to the WeTek Hub/Play2 dtsi to resolve
> an issue with Ethernet probing in mainline u-boot.
> 
> Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
> ---
>  arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)


Here is a summary with links:
  - arm64: dts: meson: add ethernet interrupt to wetek dtsi
    https://git.kernel.org/khilman/linux-amlogic/c/647e1643d61312ce08172e466fa1c8d8a5c8fbc8

You are awesome, thank you!
Kevin Hilman May 20, 2020, 12:07 a.m. UTC | #2
On Mon, 18 May 2020 02:54:51 +0000, Christian Hewitt wrote:
> Add Ethernet interrupt details to the WeTek Hub/Play2 dtsi to resolve
> an issue with Ethernet probing in mainline u-boot.

Applied, thanks!

[1/1] arm64: dts: meson: add ethernet interrupt to wetek dtsi
      commit: 647e1643d61312ce08172e466fa1c8d8a5c8fbc8

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi
index d6133af09d64..ad812854a107 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi
@@ -149,6 +149,10 @@ 
 			reset-assert-us = <10000>;
 			reset-deassert-us = <30000>;
 			reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
+
+			interrupt-parent = <&gpio_intc>;
+			/* MAC_INTR on GPIOZ_15 */
+			interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
 		};
 	};
 };