projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97be86e
)
platform/x86: intel_cht_int33fe: Correct "displayport" fwnode reference
author
Hans de Goede
<hdegoede@redhat.com>
Mon, 3 May 2021 15:46:47 +0000
(17:46 +0200)
committer
Hans de Goede
<hdegoede@redhat.com>
Wed, 16 Jun 2021 15:47:49 +0000
(17:47 +0200)
The Type-C connector on these devices is connected to DP-2 not DP-1,
so the reference must be to the DD04 child-node of the GPU, rather
then the DD02 child-node.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link:
https://lore.kernel.org/r/20210503154647.142551-10-hdegoede@redhat.com
drivers/platform/x86/intel_cht_int33fe_typec.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/intel_cht_int33fe_typec.c
b/drivers/platform/x86/intel_cht_int33fe_typec.c
index b61bad9cc8d228187bbba67a79f316bfea083f74..d59544167430f5cf799315400bca602d149805f6 100644
(file)
--- a/
drivers/platform/x86/intel_cht_int33fe_typec.c
+++ b/
drivers/platform/x86/intel_cht_int33fe_typec.c
@@
-168,8
+168,8
@@
static int cht_int33fe_setup_dp(struct cht_int33fe_data *data)
return -ENODEV;
}
- /* Then the DP child device node */
- data->dp = device_get_named_child_node(&pdev->dev, "DD0
2
");
+ /* Then the DP
-2
child device node */
+ data->dp = device_get_named_child_node(&pdev->dev, "DD0
4
");
pci_dev_put(pdev);
if (!data->dp)
return -ENODEV;