Re: [PATCH v3 10/11] ARM64: dts: rockchip: Add gmac2phy node support for rk3328

From: Sergei Shtylyov
Date: Wed Aug 02 2017 - 07:49:13 EST


Hello!

On 08/02/2017 09:24 AM, David Wu wrote:

The gmac2phy controller of rk3328 is connected to internal phy
directly inside, add the node for the internal phy support.

Signed-off-by: David Wu <david.wu@xxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
index 0be96ce..51c8c66 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
[...]
@@ -424,6 +426,29 @@
status = "disabled";
};
+ gmac2phy: eth@ff550000 {

The standardized name is ethernet@...

[...]

MBR, Sergei