Re: [PATCH v3 2/2] dt-bindings: net: Add Cortina device tree bindings

From: Andrew Lunn
Date: Fri May 26 2017 - 09:36:01 EST


> + cs4340_phy@1 {
> + compatible = "ethernet-phy-id13e5.1002";
> + reg = <0x10>;

The @1 and the reg value should be the same. Please change it to
cs4340_phy@10.

Andrew