aboutsummaryrefslogtreecommitdiff
path: root/include/cpsw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cpsw.h')
-rw-r--r--include/cpsw.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/cpsw.h b/include/cpsw.h
index c7532fc866b..786f8b385b7 100644
--- a/include/cpsw.h
+++ b/include/cpsw.h
@@ -16,6 +16,8 @@
#ifndef _CPSW_H_
#define _CPSW_H_
+#include <dm/ofnode.h>
+
/* reg offset */
#define CPSW_HOST_PORT_OFFSET 0x108
#define CPSW_SLAVE0_OFFSET 0x208
@@ -38,7 +40,7 @@ struct cpsw_slave_data {
u32 sliver_reg_ofs;
int phy_addr;
int phy_if;
- int phy_of_handle;
+ ofnode phy_of_handle;
int max_speed;
};