diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-05-20 15:14:01 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-06-11 15:50:01 -0700 |
commit | a1abafb6ccbcf99865b0e1e150e7ebe7d8ec22e8 (patch) | |
tree | 5d5294e77a7f6ec8d0d0bb33cfc857f68234681c /arch/arm64/boot/dts/amlogic | |
parent | de0386015130be280f17b3277f25a1feb921f519 (diff) | |
download | linux-stable-a1abafb6ccbcf99865b0e1e150e7ebe7d8ec22e8.tar.gz linux-stable-a1abafb6ccbcf99865b0e1e150e7ebe7d8ec22e8.tar.bz2 linux-stable-a1abafb6ccbcf99865b0e1e150e7ebe7d8ec22e8.zip |
arm64: dts: meson: sei510: add network support
Enable the network interface of the SEI510 which use the internal PHY.
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts index 484b93ef11d8..be1d9ed6d521 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts +++ b/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts @@ -29,6 +29,7 @@ aliases { serial0 = &uart_AO; + ethernet0 = ðmac; }; chosen { @@ -149,6 +150,12 @@ }; }; +ðmac { + status = "okay"; + phy-handle = <&internal_ephy>; + phy-mode = "rmii"; +}; + &hdmi_tx { status = "okay"; pinctrl-0 = <&hdmitx_hpd_pins>, <&hdmitx_ddc_pins>; |