diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-11-07 13:43:56 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-11-15 23:05:49 +0300 |
commit | 73a5d99febe634ee5fd9f644600246b4262bac2c (patch) | |
tree | 51b667cdd29aacafcddc3c89bf384000550c49c0 /arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p231.dts | |
parent | e9e27c647cb063b3b0e58d40414852bb00980171 (diff) | |
download | linux-73a5d99febe634ee5fd9f644600246b4262bac2c.tar.xz |
ARM64: dts: meson-gxl-p23x: Enable ethernet
Enable Ethernet on the p23x board, pinctrl attribute is only added for
the p230 board since the p231 only uses the Internal PHY.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p231.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p231.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p231.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p231.dts index ade8d29e5477..1cc8d49d85e4 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p231.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p231.dts @@ -49,3 +49,9 @@ compatible = "amlogic,p231", "amlogic,s905d", "amlogic,meson-gxl"; model = "Amlogic Meson GXL (S905D) P231 Development Board"; }; + +/* P231 has only internal PHY port */ +ðmac { + phy-mode = "rmii"; + phy-handle = <&internal_phy>; +}; |