On Thu, Oct 10, 2024 at 11:27:13AM -0500, Rob Herring (Arm) wrote: > This series constifies many usages of DT structs in the DT core code. > Many uses of struct device_node where the node refcount is not > changed can be const. Most uses of struct property can also be const. > > The first 2 patches are dependencies. The functions called by the > DT core where the fwnode_handle needs to be const to make the containing > device_node const. > > Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx> > --- I gave reviewes for individual patches, but all look correct except order between #1 and #2. Therefore with the order fixed: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof