]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: pci: Restore line lost in merge conflict resolution
authorStephan Gerhold <stephan@gerhold.net>
Sat, 28 May 2022 17:09:13 +0000 (19:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jun 2022 09:11:01 +0000 (11:11 +0200)
commit65be083eea1e420374f1d3cd9357c6fb0782b3bc
tree986973ac2469a0551c1de78bc4555df4d32bc3a6
parentab31e5363cb094bbd7d3dd4628ac0883c8ad4cb4
usb: dwc3: pci: Restore line lost in merge conflict resolution

Commit 366f0769b108 ("usb: dwc3: pci: Set "linux,phy_charger_detect"
property on some Bay Trail boards") added a new swnode similar to the
existing ones for boards where the PHY handles charger detection.

Unfortunately, the "linux,sysdev_is_parent" property got lost in the
merge conflict resolution of commit 5304b537cb1e ("Merge 5.17-rc6 into
usb-next"). Now dwc3_pci_intel_phy_charger_detect_properties is the
only swnode in dwc3-pci that is missing "linux,sysdev_is_parent".

It does not seem to cause any obvious functional issues, but it's
certainly unintended so restore the line to make the properties
consistent again.

Fixes: 5304b537cb1e ("Merge 5.17-rc6 into usb-next")
Cc: stable@vger.kernel.org
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20220528170913.9240-1-stephan@gerhold.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/dwc3-pci.c