Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dce91ba3 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski
Browse files

eeprom: at24: modify a comment referring to platform data



We no longer have platform data in at24, so this comment is invalid.
Make it refer to device tree & properties instead.

Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 9ae9d9bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -582,8 +582,8 @@ static int at24_probe(struct i2c_client *client)
	if (err)
		/*
		 * This is slow, but we can't know all eeproms, so we better
		 * play safe. Specifying custom eeprom-types via platform_data
		 * is recommended anyhow.
		 * play safe. Specifying custom eeprom-types via device tree
		 * or properties is recommended anyhow.
		 */
		page_size = 1;