]> www.infradead.org Git - users/jedix/linux-maple.git/commit
of/fdt: Scan the root node properties earlier
authorRob Herring <robh@kernel.org>
Wed, 29 Aug 2018 22:20:46 +0000 (17:20 -0500)
committerRob Herring (Arm) <robh@kernel.org>
Fri, 31 May 2024 13:33:54 +0000 (08:33 -0500)
commit554b66233623efd7a029135d355aeb2b7c8eb527
treec88af58e56b47dc51c49982d37aed0a7dfae6872
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
of/fdt: Scan the root node properties earlier

Scan the root node properties (#{size,address}-cells) earlier, so that
the dt_root_addr_cells and dt_root_size_cells variables are initialized
and can be used.

Link: https://lore.kernel.org/all/20180830190523.31474-2-robh@kernel.org/
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/fdt.c