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:
2e804d0
)
ARM: dts: sun7i: Add the muxing options for the EMAC
author
Maxime Ripard
<
[email protected]
>
Wed, 11 Sep 2013 09:10:07 +0000
(11:10 +0200)
committer
Olof Johansson
<
[email protected]
>
Thu, 12 Sep 2013 19:22:39 +0000
(12:22 -0700)
The A20 has several muxing options for the EMAC. Yet, the currently
supported boards only use one set of them. Add that pin set to the DTSI.
Signed-off-by: Maxime Ripard <
[email protected]
>
Signed-off-by: Olof Johansson <
[email protected]
>
arch/arm/boot/dts/sun7i-a20.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun7i-a20.dtsi
b/arch/arm/boot/dts/sun7i-a20.dtsi
index e996f1d4548dad712e49e7c401e2a51237024e35..80559cbdbc879106d21e6794814f6e767d1653c1 100644
(file)
--- a/
arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/
arch/arm/boot/dts/sun7i-a20.dtsi
@@
-214,6
+214,17
@@
allwinner,drive = <0>;
allwinner,pull = <0>;
};
+
+ emac_pins_a: emac0@0 {
+ allwinner,pins = "PA0", "PA1", "PA2",
+ "PA3", "PA4", "PA5", "PA6",
+ "PA7", "PA8", "PA9", "PA10",
+ "PA11", "PA12", "PA13", "PA14",
+ "PA15", "PA16";
+ allwinner,function = "emac";
+ allwinner,drive = <0>;
+ allwinner,pull = <0>;
+ };
};
timer@01c20c00 {