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:
29390d2
)
ARM64: dts: meson-axg: enable ethernet for A113D S400 board
author
Yixun Lan
<
[email protected]
>
Sat, 16 Dec 2017 03:55:27 +0000
(11:55 +0800)
committer
Kevin Hilman
<
[email protected]
>
Fri, 5 Jan 2018 23:27:31 +0000
(15:27 -0800)
This is tested in the S400 dev board which use a RTL8211F PHY,
and the pins connect to the 'eth_rgmii_y_pins' group.
Reviewed-by: Neil Armstrong <
[email protected]
>
Signed-off-by: Yixun Lan <
[email protected]
>
Signed-off-by: Kevin Hilman <
[email protected]
>
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
index e85fb665f12eaf5d0a9d84ebd66c754e7ee7cb6e..447b98d309216c794e0cd58947621e26053ef634 100644
(file)
--- a/
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
+++ b/
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts
@@
-17,6
+17,13
@@
};
};
+ðmac {
+ status = "okay";
+ phy-mode = "rgmii";
+ pinctrl-0 = <ð_rgmii_y_pins>;
+ pinctrl-names = "default";
+};
+
&uart_AO {
status = "okay";
};