u-boot-brain/drivers/w1-eeprom
Kory Maincent c9dffc9719 w1: replace dt detection by automatic detection
This patch changes the functioning of the detection of w1 devices.
The old way was a comparison between detected w1 and the ones described in
the device tree. Now it will just look for the driver matching the family
id of the w1 detected.

The patch is inspired from Maxime Ripard code.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Reviewed-by: Maxime Ripard <maxime@cerno.tech>
2021-05-13 13:09:09 -04:00
..
Kconfig w1-eeprom: Add support for Maxim DS2502 add only memory 2018-11-16 16:51:55 -05:00
Makefile w1-eeprom: Add support for Maxim DS2502 add only memory 2018-11-16 16:51:55 -05:00
ds24xxx.c w1: replace dt detection by automatic detection 2021-05-13 13:09:09 -04:00
ds2502.c w1: replace dt detection by automatic detection 2021-05-13 13:09:09 -04:00
eep_sandbox.c W1-EEPROM: add sandbox driver 2018-09-28 20:22:36 -04:00
w1-eeprom-uclass.c w1: replace dt detection by automatic detection 2021-05-13 13:09:09 -04:00