u-boot-brain/drivers/w1
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: Add driver for i.MX bus master controller 2019-01-01 14:12:18 +01:00
Makefile w1: Add driver for i.MX bus master controller 2019-01-01 14:12:18 +01:00
mxc_w1.c w1: mxc: fix build 2021-01-23 11:30:31 +01:00
w1-gpio.c dm: treewide: Rename ofdata_to_platdata() to of_to_plat() 2020-12-13 16:51:09 -07:00
w1-uclass.c w1: replace dt detection by automatic detection 2021-05-13 13:09:09 -04:00