Fabio Estevam
92be5e4f74
colibri-imx7: Call fdt_increase_size()
...
For changing the USB OTG node status from "okay" to "disabled" more
space is needed, so call fdt_increase_size() to avoid the following
error:
```
U-Boot 2023.07-rc5-0.0.0-devel+git.580eb31199be (Jun 27 2023 - 13:39:58 +0000)
CPU: Freescale i.MX7S rev1.2 800 MHz (running at 792 MHz)
CPU: Extended Commercial temperature grade (-20C to 105C) at 30C
Reset cause: POR
DRAM: initcall sequence 8786eafc failed at call 8781b351 (err=-3)
### ERROR ### Please RESET the board ###
```
Ideally, fdt_status_disabled() should call fdt_increase_size() internally,
so that there would be no need for manually calling it in board code.
Do it manually for now to fix the regression.
Based on the code from board/CZ.NIC/turris_omnia/turris_omnia.c.
Reported-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Tested-by: Francesco Dolcini <francesco.dolcini@toradex.com> # Toradex Colibri iMX7S
2023-07-05 11:27:52 -04:00
..
2023-05-21 16:54:32 +02:00
2023-01-20 12:27:24 -05:00
2022-11-10 10:08:55 -05:00
2023-04-17 11:06:08 +02:00
2023-05-06 17:45:05 +08:00
2023-02-17 19:07:48 +08:00
2022-11-10 10:08:55 -05:00
2022-10-30 20:07:17 +01:00
2022-06-28 17:11:48 -04:00
2023-04-25 15:31:27 -04:00
2022-12-05 16:06:07 -05:00
2023-01-04 09:28:04 +02:00
2023-02-23 12:55:37 -07:00
2023-04-04 09:40:25 +02:00
2022-10-30 20:07:17 +01:00
2022-12-05 16:06:07 -05:00
2023-03-22 15:22:48 -04:00
2022-11-21 09:23:00 -05:00
2023-05-02 14:23:58 -04:00
2022-09-18 22:56:18 +02:00
2022-08-23 12:40:34 +02:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:08 -05:00
2022-12-23 10:08:35 -05:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:08 -05:00
2022-04-18 11:25:13 +08:00
2023-01-30 23:23:02 +01:00
2022-12-22 10:31:48 -05:00
2022-10-30 20:07:17 +01:00
2023-03-30 13:47:04 +02:00
2023-05-21 16:54:32 +02:00
2022-10-31 11:01:31 -04:00
2023-01-11 15:18:08 +01:00
2023-05-05 07:26:53 +02:00
2022-12-05 16:06:07 -05:00
2023-04-04 09:35:39 +02:00
2023-02-07 14:33:48 -05:00
2022-11-10 10:08:55 -05:00
2022-10-31 11:01:31 -04:00
2023-03-30 13:51:55 +02:00
2022-12-05 16:06:07 -05:00
2022-11-10 10:08:55 -05:00
2023-02-28 18:07:28 +08:00
2023-01-20 12:27:24 -05:00
2022-10-31 11:01:31 -04:00
2022-12-23 10:14:51 -05:00
2023-04-25 15:31:28 -04:00
2023-03-30 13:51:55 +02:00
2022-12-23 10:08:35 -05:00
2022-09-04 20:00:38 +08:00
2023-05-21 16:54:41 +02:00
2022-12-23 10:07:03 -05:00
2022-12-05 16:06:07 -05:00
2023-03-30 13:51:33 +02:00
2023-02-07 14:33:49 -05:00
2022-12-23 10:14:51 -05:00
2023-02-22 00:28:39 +01:00
2022-12-05 16:06:07 -05:00
2022-11-02 13:58:17 -04:00
2022-10-31 11:01:31 -04:00
2022-10-31 11:01:31 -04:00
2022-12-05 16:06:07 -05:00
2022-10-31 11:01:31 -04:00
2022-12-05 16:06:07 -05:00
2022-11-10 10:08:55 -05:00
2022-12-05 16:06:08 -05:00
2022-04-28 09:26:44 -04:00
2023-03-02 17:45:58 -05:00
2022-11-07 07:17:55 +01:00
2023-03-30 13:51:55 +02:00
2022-10-21 13:47:56 -04:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:08 -05:00
2022-07-08 17:57:34 -04:00
2022-11-10 10:08:55 -05:00
2023-01-20 12:27:24 -05:00
2022-12-22 10:31:48 -05:00
2022-08-23 12:35:37 +02:00
2022-12-05 16:06:07 -05:00
2022-10-30 20:07:16 +01:00
2022-11-03 13:27:56 +08:00
2023-05-02 10:57:22 +02:00
2022-04-18 11:25:13 +08:00
2023-03-30 13:51:33 +02:00
2022-12-05 16:06:07 -05:00
2022-11-10 10:08:55 -05:00
2022-12-09 14:10:28 -05:00
2022-10-06 21:05:17 -04:00
2023-02-23 12:55:37 -07:00
2022-10-31 11:01:31 -04:00
2022-12-23 10:14:51 -05:00
2022-12-05 16:06:07 -05:00
2023-06-29 18:32:17 +08:00
2023-04-10 12:18:17 +09:00
2022-10-31 11:01:31 -04:00
2023-05-03 09:05:17 -04:00
2023-02-28 18:07:29 +08:00
2023-03-14 12:12:13 +00:00
2023-06-10 17:06:38 +02:00
2022-04-18 11:25:13 +08:00
2023-05-09 18:58:25 +08:00
2023-06-16 12:02:02 +03:00
2023-05-15 17:14:46 -04:00
2023-02-09 16:32:26 -05:00
2023-05-13 04:01:30 +02:00
2022-12-23 10:09:42 -05:00
2023-05-21 16:54:32 +02:00
2023-06-27 10:09:46 +08:00
2022-10-31 11:01:31 -04:00
2022-12-05 16:06:07 -05:00
2023-05-03 09:05:24 -04:00
2023-02-09 16:32:26 -05:00
2023-02-09 12:54:03 -05:00
2022-12-05 16:06:07 -05:00
2023-03-30 07:05:20 +02:00
2022-11-10 10:08:55 -05:00
2023-04-19 10:02:28 +02:00
2023-06-27 10:09:41 +08:00
2023-06-29 09:55:50 -04:00
2023-04-28 01:06:57 +01:00
2023-02-13 10:14:50 +01:00
2022-10-31 11:01:31 -04:00
2023-03-15 01:38:19 +01:00
2022-12-05 16:06:07 -05:00
2022-12-05 16:06:07 -05:00
2023-01-31 08:36:52 +01:00
2022-11-10 10:08:55 -05:00
2022-08-23 12:35:37 +02:00
2023-02-13 10:14:50 +01:00
2023-04-21 15:16:00 +08:00
2023-05-08 09:27:20 -04:00
2022-12-22 10:31:47 -05:00
2023-07-05 11:27:52 -04:00
2022-10-31 11:01:31 -04:00
2022-12-07 16:04:16 -05:00
2023-02-10 07:41:40 -05:00
2023-02-03 13:10:01 +01:00
2023-02-10 07:41:41 -05:00
2022-12-05 16:06:07 -05:00
2022-11-10 10:08:55 -05:00
2022-08-20 21:18:15 -04:00
2022-12-05 16:06:07 -05:00
2023-02-07 14:33:48 -05:00
2023-03-09 13:14:59 +01:00
2022-08-23 12:35:37 +02:00