
6 Jul
2020
6 Jul
'20
3:31 a.m.
On Wed, 24 Jun 2020 at 22:11, Walter Lozano walter.lozano@collabora.com wrote:
In order to prepare for a new support of phandle when OF_PLATDATA is used drop the const for struct driver_info as this struct will need to be updated on runtime.
Signed-off-by: Walter Lozano walter.lozano@collabora.com
drivers/core/device.c | 2 +- drivers/core/root.c | 2 +- include/dm/device-internal.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!