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:
b1f9b5f
)
ARM: dts: sun8i: h3: nanopi-m1-plus: fix missing ethernet 0 in aliases
author
Philipp Rossak
<
[email protected]
>
Mon, 18 Dec 2017 12:35:48 +0000
(13:35 +0100)
committer
Maxime Ripard
<
[email protected]
>
Tue, 19 Dec 2017 08:54:46 +0000
(09:54 +0100)
This patch fixes a missing ethernet 0 alisas in the devicetree on the
Nanopi M1 Plus.
Signed-off-by: Philipp Rossak <
[email protected]
>
Signed-off-by: Maxime Ripard <
[email protected]
>
arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
b/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
index b9ffa4d9c873ab07211eb8d111b62a6ebad2732e..a6e61915d6488fda9ce637e6f7e4b8da1e23cb92 100644
(file)
--- a/
arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
+++ b/
arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
@@
-48,6
+48,7
@@
aliases {
serial1 = &uart3;
+ ethernet0 = &emac;
ethernet1 = &sdio_wifi;
};