Re: [RFC PATCH 02/11] dt-bindings: phy: add cpsw port interface mode selection phy bindings

From: Tony Lindgren
Date: Tue Oct 09 2018 - 10:40:06 EST


* Grygorii Strashko <grygorii.strashko@xxxxxx> [181008 23:54]:
> +Examples:
> + phy_gmii_sel: phy-gmii-sel {
> + compatible = "ti,am3352-phy-gmii-sel";
> + syscon-scm = <&scm_conf>;
> + #phy-cells = <2>;
> + };

Now that this driver can live in it's proper place in the
dts, you may want to consider just using standard reg
property for it instead of the syscon-scm. And also get
rid of the syscon reads and writes.

Regards,

Tony