u-boot/board/toradex
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
..
apalis-imx8 imx: move imx8 sci header file to include/firmware/imx 2023-05-21 16:54:32 +02:00
apalis-tk1 board: tegra124: switch to updated pre-dm i2c write 2023-02-23 12:55:37 -07:00
apalis_imx6 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* 2022-12-05 16:06:07 -05:00
apalis_t30 board: tegra30: switch to updated pre-dm i2c write 2023-02-23 12:55:37 -07:00
colibri-imx6ull colibri-imx6ull: specify MTD partitions on command line 2023-04-16 14:19:27 +02:00
colibri-imx8x imx: move imx8 sci header file to include/firmware/imx 2023-05-21 16:54:32 +02:00
colibri_imx6 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* 2022-12-05 16:06:07 -05:00
colibri_imx7 colibri-imx7: Call fdt_increase_size() 2023-07-05 11:27:52 -04:00
colibri_t20 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegra 2022-06-14 12:59:12 -04:00
colibri_t30 board: tegra30: switch to updated pre-dm i2c write 2023-02-23 12:55:37 -07:00
colibri_vf colibri_vf: synchronise device tree with linux 2022-07-25 16:12:00 +02:00
common video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO 2022-10-30 20:07:17 +01:00
verdin-imx8mm ARM: imx: Remove PMIC reset configuration from board files 2023-01-30 23:23:01 +01:00
verdin-imx8mp board: verdin-imx8mp: change prints in spl_dram_init function 2023-04-04 09:35:39 +02:00