Re: [PATCH 08/21] dt-bindings: mfd: x-powers: add AC200
Andrew Lunn <[email protected]>
| Newsgroups | gmane.linux.drivers.devicetree,gmane.linux.network,gmane.linux.ports.arm.kernel,gmane.linux.kernel,gmane.linux.ports.arm.rockchip |
|---|---|
| Message-ID | <[email protected]> |
> + ethernet-phy-control {
> + compatible = "x-powers,ac200-ephy-ctl";
> + nvmem-cells = <&ephy_calibration>;
> + nvmem-cell-names = "calibration";
> + phy-mode = "rmii";
> + };
What do you mean by an ethernet PHY control?
I assume this is not an actual Ethernet PHY, but some control logic
around it? Where is the ethernet PHY itself?
Andrew