Hi Rafael, These two patches skip instantiating bad port nodes on Dell XPS 9315. The ACPI firmware contains Linux specific camera declarations but they are missing the IVSC which sits between the camera and the IPU. The IPU bridge can be instead used to obtain a configuration that is usable in the system. I presume there are other models that have the same issue. since v1: - Use a better subject for the second patch. - Don't explicitly initialise static variable (second patch). - Improve the commit message of the second patch slightly. Sakari Ailus (2): ACPI: utils: Make acpi_handle_path() not static ACPI: property: Ignore bad graph port nodes on Dell XPS 9315 drivers/acpi/internal.h | 1 + drivers/acpi/mipi-disco-img.c | 71 +++++++++++++++++++++++++++++++++++ drivers/acpi/property.c | 3 ++ drivers/acpi/utils.c | 2 +- include/linux/acpi.h | 1 + 5 files changed, 77 insertions(+), 1 deletion(-) -- 2.39.2