Hi all, The of_parse_phandle_with_args() accepts NULL args but fwnode_property_get_reference_args() does not currently, in its ACPI or software node implementations. Fix this. Sakari Ailus (3): acpi: property: Let args be NULL in __acpi_node_get_property_reference software node: Let args be NULL in software_node_get_reference_args device property: fwnode_property_get_reference allows NULL args now drivers/acpi/property.c | 15 ++++++++++----- drivers/base/property.c | 1 + drivers/base/swnode.c | 3 +++ 3 files changed, 14 insertions(+), 5 deletions(-) -- 2.39.2