Re: [PATCH 2/5] bsps/imxrt: Reduce devicetree size

2021-05-12 Thread Christian Mauderer
Hello Gedare, thanks for the review. On 12/05/2021 18:49, Gedare Bloom wrote: is it already clear in the related doco that overlays and adding stuff during run-time are not supported? the device tree for this BSP is linked in. So adding an overlay would need support from libfdt. To be exact:

Re: [PATCH 2/5] bsps/imxrt: Reduce devicetree size

2021-05-12 Thread Gedare Bloom
is it already clear in the related doco that overlays and adding stuff during run-time are not supported? On Wed, May 12, 2021 at 3:49 AM Christian Mauderer wrote: > > Remove symbols that would be necessary for overlays and decrease padding > that would be necessary for adding stuff during run-ti

[PATCH 2/5] bsps/imxrt: Reduce devicetree size

2021-05-12 Thread Christian Mauderer
Remove symbols that would be necessary for overlays and decrease padding that would be necessary for adding stuff during run-time. Update #4180 --- bsps/arm/imxrt/dts/imxrt1050-evkb.c | 1235 ++--- bsps/arm/imxrt/dts/imxrt1050-evkb.dts |2 +- 2 files changed, 472 inserti