1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-04 19:57:11 +01:00
Files
u-boot-megous/drivers
Simon Glass eb7387ae14 sandbox: pmic: Correct i2c pmic emulator platdata method
This currently reads the uclass's private data in the ofdata_to_platdata
method which is not allowed, since the uclass has not read it from the
device tree. This happens in the probe method.

Fix it by adding a probe() method and moving the code there.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-02-05 19:33:46 -07:00
..
2020-01-30 11:44:01 +08:00
2019-12-02 18:23:09 -05:00
2020-01-25 12:04:36 -05:00
2019-08-07 15:31:04 -04:00
2019-11-01 16:45:40 +03:00
2018-07-19 16:31:38 -04:00
2020-01-30 11:44:01 +08:00
2020-01-10 14:18:26 -05:00