Re: [PATCH net] dt-bindings: net: Convert UniPhier AVE4 controller to json-schema

From: Kunihiko Hayashi
Date: Mon May 11 2020 - 22:18:41 EST


Hi Rob,

On 2020/05/12 11:01, Rob Herring wrote:
On Tue, Apr 28, 2020 at 03:31:22PM +0900, Kunihiko Hayashi wrote:
Convert the UniPhier AVE4 controller binding to DT schema format.
This changes phy-handle property to required.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx>
---

(snip)

+ phy-mode:
+ $ref: ethernet-controller.yaml#/properties/phy-mode
+
+ phy-handle:
+ $ref: ethernet-controller.yaml#/properties/phy-handle

No need for these $ref, the 1st reference did this. Just:

phy-mode: true

Okay, "phy-handle" also replaces with "true".
I'll fix it in v2.

Thank you,
---
Best Regards
Kunihiko Hayashi