On Tue, Aug 20, 2024 at 07:18:48PM +0200, Yashwanth Varakala wrote: > Adds a devicetree containing reserved memory regions used for intercore > communication between A53 and M7 cores. > > Signed-off-by: Yashwanth Varakala <y.varakala@xxxxxxxxx> I'm getting these warnings. arch/arm64/boot/dts/freescale/imx8mp-phycore-rpmsg.dtso:25.3-10: Warning (ranges_format): /fragment@0/__overlay__/reserved-memory:ranges: empty "ranges" property but its #size-cells (2) differs from /fragment@0/__overlay__ (1) arch/arm64/boot/dts/freescale/imx8mp-phycore-rpmsg.dtso:24.18-54.4: Warning (avoid_default_addr_size): /fragment@0/__overlay__/reserved-memory: Relying on default #address-cells value arch/arm64/boot/dts/freescale/imx8mp-phycore-rpmsg.dtso:24.18-54.4: Warning (avoid_default_addr_size): /fragment@0/__overlay__/reserved-memory: Relying on default #size-cells value Shawn