Skip to content

d/patches: Add mandatory fields in reserved-memory node

Detlev Casanova requested to merge wip/detlev/fix-rcar-gen3 into apertis/v2024dev1

On the R-Car Gen3 boards, u-boot will apply this reserved-memory node directly on the Linux device-tree.

The linux kernel requires that the ranges, #address-cells and #size-cells values must be set in the reserved-memory node.

This has been proposed upstream but not merged yet.

https://phabricator.apertis.org/T9226

Merge request reports