Skip to content

Commit

Permalink
ARM64: dts: amlogic: enable ethernet on all Tronsmart Vega S95 devices
Browse files Browse the repository at this point in the history
All of these have a Realtek Gbit RGMII PHY.

Signed-off-by: Martin Blumenstingl <[email protected]>
Tested-by: Andreas Färber <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
  • Loading branch information
xdarklight authored and khilman committed Sep 14, 2016
1 parent bfe59f9 commit f59063a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,9 @@
pinctrl-0 = <&remote_input_ao_pins>;
pinctrl-names = "default";
};

&ethmac {
status = "okay";
pinctrl-0 = <&eth_pins>;
pinctrl-names = "default";
};

0 comments on commit f59063a

Please sign in to comment.