[PATCH v5 16/17] FDT: Add a helper to get the subnode by given name
From: robh@kernel.org (Rob Herring)
Date: 2016-03-18 13:54:16
Also in:
linux-devicetree, linux-efi, lkml
From: robh@kernel.org (Rob Herring)
Date: 2016-03-18 13:54:16
Also in:
linux-devicetree, linux-efi, lkml
On Fri, Mar 4, 2016 at 12:37 AM, Shannon Zhao [off-list ref] wrote:
From: Shannon Zhao <redacted> Sometimes it needs to check if there is a subnode of given node in FDT by given name. Introduce this helper to get the subnode if it exists. CC: Rob Herring <robh@kernel.org> Signed-off-by: Shannon Zhao <redacted>
Acked-by: Rob Herring <robh@kernel.org>