usb: xhci-dwc3: Fix support for dis_enblslpm_quirk
authorJonas Karlman <jonas@kwiboo.se>
Sat, 2 Mar 2024 13:09:49 +0000 (13:09 +0000)
committerMarek Vasut <marex@denx.de>
Tue, 5 Mar 2024 00:04:21 +0000 (01:04 +0100)
commit52378ba4963f5f4ab2786f3d0b4e929cd6cebe22
treef3f7083ab1b15d445276fb32401440d48f7be606
parenteac52e4be4e234d563d6911737ee7ccdc0ada1f1
usb: xhci-dwc3: Fix support for dis_enblslpm_quirk

No device tree in U-Boot or linux use the wrong spelling used in code.

Use correct property name as defined in dwc3 bindings.

Fixes: 062790f46131 ("usb: xhci-dwc3: Add USB2 PHY configuration")
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/usb/host/xhci-dwc3.c