Select Git revision
syscon-uclass.c
Forked from
Reform / reform-boundary-uboot
-
Simon Glass authored
This function can only handle a syscon device. It is possible that someone will make a mistake, so add a check for this. Also we should return -ENODEV when a device cannot be found, so update the syscon_get_regmap_by_driver_data() to follow this convention. Signed-off-by:
Simon Glass <sjg@chromium.org>
Simon Glass authoredThis function can only handle a syscon device. It is possible that someone will make a mistake, so add a check for this. Also we should return -ENODEV when a device cannot be found, so update the syscon_get_regmap_by_driver_data() to follow this convention. Signed-off-by:
Simon Glass <sjg@chromium.org>