projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7928b2c
)
ARM64: dts: meson-gxl: add internal ethernet PHY irq
author
Jerome Brunet
<jbrunet@baylibre.com>
Mon, 18 Dec 2017 10:27:13 +0000
(11:27 +0100)
committer
Kevin Hilman
<khilman@baylibre.com>
Mon, 12 Feb 2018 22:13:04 +0000
(14:13 -0800)
Add the interrupt of the internal ethernet PHY
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index 4f355f17eed6bcc29dcc14fb4546fce6a083a57f..c8514110b9da2dc2f40988ad0ae733437e33420a 100644
(file)
--- a/
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@
-631,6
+631,7
@@
internal_phy: ethernet-phy@8 {
compatible = "ethernet-phy-id0181.4400", "ethernet-phy-ieee802.3-c22";
+ interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
reg = <8>;
max-speed = <100>;
};