Re: [PATCH v2] arm64: Simplify checking for populated DT
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2021-12-06 17:29:15
Also in:
linux-arm-kernel
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2021-12-06 17:29:15
Also in:
linux-arm-kernel
On Fri, 29 Oct 2021 09:40:55 -0500, Rob Herring wrote:
Use of the of_scan_flat_dt() function predates libfdt and is discouraged as libfdt provides a nicer set of APIs. Rework dt_scan_depth1_nodes to use libfdt calls directly, and rename it to dt_is_stub() to reflect exactly what it checking.
Applied to arm64 (for-next/misc), thanks!
[1/1] arm64: Simplify checking for populated DT
https://git.kernel.org/arm64/c/b6363fe7b513
--
Catalin