diff options
author | Gigi Joseph <gigi.joseph@gmail.com> | 2015-01-09 03:45:02 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-12 05:04:10 -0800 |
commit | 46d0d33350e9b32642d745a8b46a954910196b4d (patch) | |
tree | 9428c3075ecda272e3cfd84ea00fe30015061d49 /include/linux/ti_wilink_st.h | |
parent | 2e5df413becf6bd3854d1eb4f96542a53848bb27 (diff) | |
download | op-kernel-dev-46d0d33350e9b32642d745a8b46a954910196b4d.zip op-kernel-dev-46d0d33350e9b32642d745a8b46a954910196b4d.tar.gz |
ti-st: add device tree support
When using device tree, driver configuration data need to be read from
device node.
Add support for getting the platform data information from the device
tree information stored in the .dtb file in case it exists.
Signed-off-by: Eyal Reizer <eyalr@ti.com>
Signed-off-by: bvijay <bvijay@ti.com>
Diff rendering mode:inlineside by side
Signed-off-by: Gigi Joseph <gigi.joseph@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/ti_wilink_st.h')
-rw-r--r-- | include/linux/ti_wilink_st.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ti_wilink_st.h b/include/linux/ti_wilink_st.h index 884d626..9072d9f 100644 --- a/include/linux/ti_wilink_st.h +++ b/include/linux/ti_wilink_st.h @@ -86,6 +86,7 @@ struct st_proto_s { extern long st_register(struct st_proto_s *); extern long st_unregister(struct st_proto_s *); +extern struct ti_st_plat_data *dt_pdata; /* * header information used by st_core.c |