diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-02-19 22:41:49 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-03-06 09:55:57 -0800 |
commit | c344698648af9010699f8f68e7833e183f178834 (patch) | |
tree | 7dd643f723786733c898d08af57fe5d02b0d1f7c /arch/arm64/boot/dts/amlogic/meson-gx.dtsi | |
parent | 093d23db4fffeb9ed26d2a41907c02969df8355b (diff) | |
download | blackbird-obmc-linux-c344698648af9010699f8f68e7833e183f178834.tar.gz blackbird-obmc-linux-c344698648af9010699f8f68e7833e183f178834.zip |
ARM64: dts: meson-gx: remove the phy-mode property from meson-gx
The ethmac node has to be configured for each board due to different
pinctrl nodes for RGMII/RMII. Thus the phy-mode should be specified at
the same place (= in the board .dts), making it easier to read the board
.dts file (because the phy-mode is stated explicitly, without requiring
developers to read all "parent" .dtsi as well).
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gx.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi index 5d995f7724af..d544b8f2ffbf 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi @@ -410,7 +410,6 @@ 0x0 0xc8834540 0x0 0x4>; interrupts = <0 8 1>; interrupt-names = "macirq"; - phy-mode = "rgmii"; status = "disabled"; }; |