kernel: move console loglevel to generic
[oweals/openwrt.git] / target / linux / sunxi / patches-4.9 / 0080-ARM-dts-sunxi-nanopi-neo-Enable-dwmac-sun8i.patch
1 --- a/arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts
2 +++ b/arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts
3 @@ -53,6 +53,7 @@
4  
5         aliases {
6                 serial0 = &uart0;
7 +               ethernet0 = &emac;
8         };
9  
10         chosen {
11 @@ -81,6 +82,13 @@
12         status = "okay";
13  };
14  
15 +&emac {
16 +       phy-handle = <&int_mii_phy>;
17 +       phy-mode = "mii";
18 +       allwinner,leds-active-low;
19 +       status = "okay";
20 +};
21 +
22  &mmc0 {
23         pinctrl-names = "default";
24         pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin>;