]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/cpsw.h
imx: bootaux: support i.MX8M
[people/ms/u-boot.git] / include / cpsw.h
index 6255cd80ef27ee76cdcb6b909606ed0c3a98fc0f..f135e7bfe0cc6425aa567c61414e2d12d59aae80 100644 (file)
@@ -21,6 +21,7 @@ struct cpsw_slave_data {
        u32             sliver_reg_ofs;
        int             phy_addr;
        int             phy_if;
+       int             phy_of_handle;
 };
 
 enum {
@@ -47,6 +48,7 @@ struct cpsw_platform_data {
        void    (*control)(int enabled);
        u32     host_port_num;
        u32     active_slave;
+       bool    rmii_clock_external;
        u8      version;
 };