mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 05:18:55 +00:00
* Bump to 4.18, removing the obvious, fixing build problems, put some on waiting. * Pin 4.18 to DEV, rollback 4.14 to NEXT, adjust configs, remove one deprecated patch from NEXT and add board-h3-address-some-stability-issues.patch * Adjust few boards in development to new reality, removing it from NEXT for now * Adjust few board configs * Board config adjustement * Adjust few boards configs * Port NeoCore2 and Neo21.1 to 4.14.y * Adjust board config * Adjust board config
25 lines
643 B
Diff
25 lines
643 B
Diff
diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts b/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts
|
|
index def0ad8..3843b69 100644
|
|
--- a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts
|
|
+++ b/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts
|
|
@@ -102,7 +102,7 @@
|
|
|
|
&gmac {
|
|
pinctrl-names = "default";
|
|
- pinctrl-0 = <&gmac_pins_mii_a>;
|
|
+ pinctrl-0 = <&gmac_pins_mii_a>,<&gmac_txerr>;
|
|
phy = <&phy1>;
|
|
phy-mode = "mii";
|
|
status = "okay";
|
|
@@ -229,6 +229,11 @@
|
|
};
|
|
|
|
&pio {
|
|
+ gmac_txerr: gmac_txerr@0 {
|
|
+ pins = "PA17";
|
|
+ function = "gmac";
|
|
+ };
|
|
+
|
|
mmc3_cd_pin_olinuxinom: mmc3_cd_pin@0 {
|
|
pins = "PH11";
|
|
function = "gpio_in";
|