We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b23096 commit 1ab88b5Copy full SHA for 1ab88b5
drivers/soundwire/mipi_disco.c
@@ -398,7 +398,11 @@ int sdw_slave_read_prop(struct sdw_slave *slave)
398
device_property_read_u32(dev, "mipi-sdw-sink-port-list",
399
&prop->sink_ports);
400
401
- /* Read dp0 properties */
+ /*
402
+ * Read dp0 properties - we don't rely on the 'mipi-sdw-dp-0-supported'
403
+ * property since the 'mipi-sdw-dp0-subproperties' property is logically
404
+ * equivalent.
405
+ */
406
port = device_get_named_child_node(dev, "mipi-sdw-dp-0-subproperties");
407
if (!port) {
408
dev_dbg(dev, "DP0 node not found!!\n");
0 commit comments