lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <1422827911-32629-1-git-send-email-Emilian.Medve@Freescale.com> Date: Sun, 1 Feb 2015 15:58:31 -0600 From: Emil Medve <Emilian.Medve@...escale.com> To: <scottwood@...escale.com>, <linuxppc-dev@...ts.ozlabs.org>, <devicetree@...r.kernel.org>, <netdev@...r.kernel.org> CC: Shruti Kanetkar <Kanetkar.Shruti@...il.com>, Emil Medve <Emilian.Medve@...escale.com> Subject: [PATCH v3] net/fsl_pq_mdio: Document supported compatibles From: Shruti Kanetkar <Kanetkar.Shruti@...il.com> The device tree binding(s) document has fallen out of sync with the driver code. Update the list of supported devices to reflect current driver capabilities Change-Id: I440d8de2ee2d9c3b7b23e69b3da851cab18a4c9a Signed-off-by: Shruti Kanetkar <Kanetkar.Shruti@...il.com> Signed-off-by: Emil Medve <Emilian.Medve@...escale.com> --- v3: Separated from the FMan MDIO dt/binding patchset http://patchwork.ozlabs.org/patch/370870 Documentation/devicetree/bindings/net/fsl-tsec-phy.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/fsl-tsec-phy.txt b/Documentation/devicetree/bindings/net/fsl-tsec-phy.txt index be6ea896..1e97532 100644 --- a/Documentation/devicetree/bindings/net/fsl-tsec-phy.txt +++ b/Documentation/devicetree/bindings/net/fsl-tsec-phy.txt @@ -8,7 +8,16 @@ of how to define a PHY. Required properties: - reg : Offset and length of the register set for the device - compatible : Should define the compatible device type for the - mdio. Currently, this is most likely to be "fsl,gianfar-mdio" + mdio. Currently supported strings/devices are: + - "fsl,gianfar-tbi" + - "fsl,gianfar-mdio" + - "fsl,etsec2-tbi" + - "fsl,etsec2-mdio" + - "fsl,ucc-mdio" + - "fsl,fman-mdio" + When device_type is "mdio", the following strings are also considered: + - "gianfar" + - "ucc_geth_phy" Example: -- 2.2.2 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists