ARM: imx: vpr200: drop at24_platform_data
authorBartosz Golaszewski <brgl@bgdev.pl>
Wed, 4 Apr 2018 13:16:24 +0000 (15:16 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 18 Apr 2018 03:18:07 +0000 (11:18 +0800)
commitbbb83ac59f2c83c26d2e4390ae70ab7a06ee84ee
tree3fc6985fe7ef8898e2f202e1b1c8821c87edb828
parentfe1bd78bf18a7cb3eb76fceea9193534fb6619e3
ARM: imx: vpr200: drop at24_platform_data

The information contained in the platform data struct is redundant.

Page size == 1 is the safe default assumed if no pagesize property is
given. The EEPROM size can be indicated to the driver using the
correct model name.

Drop the at24_platform_data entirely.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/mach-vpr200.c