disk: convert CONFIG_ISO_PARTITION to Kconfig
[platform/kernel/u-boot.git] / include / cpsw.h
index 6255cd8..f135e7b 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;
 };