aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/i2c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2018-04-19 22:00:09 +0200
committerWolfram Sang <wsa@the-dreams.de>2018-05-17 16:27:57 +0200
commit985ecf00375bde7d80be03a749f5b94d5ba77ac8 (patch)
tree00e215d556c3e57713866b9e850ce8fe103e24dc /Documentation/i2c
parenti2c: mux: gpio: move header to platform_data (diff)
downloadlinux-dev-985ecf00375bde7d80be03a749f5b94d5ba77ac8.tar.xz
linux-dev-985ecf00375bde7d80be03a749f5b94d5ba77ac8.zip
i2c: ocores: move header to platform_data
This header only contains platform_data. Move it to the proper directory. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Acked-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r--Documentation/i2c/busses/i2c-ocores2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/busses/i2c-ocores b/Documentation/i2c/busses/i2c-ocores
index c269aaa2f26a..c12fa9d3b050 100644
--- a/Documentation/i2c/busses/i2c-ocores
+++ b/Documentation/i2c/busses/i2c-ocores
@@ -18,7 +18,7 @@ Usage
i2c-ocores uses the platform bus, so you need to provide a struct
platform_device with the base address and interrupt number. The
dev.platform_data of the device should also point to a struct
-ocores_i2c_platform_data (see linux/i2c-ocores.h) describing the
+ocores_i2c_platform_data (see linux/platform_data/i2c-ocores.h) describing the
distance between registers and the input clock speed.
There is also a possibility to attach a list of i2c_board_info which
the i2c-ocores driver will add to the bus upon creation.