commit | 96a04731f1cfee4bdc9c7163cff088f8894d0f86 | [log] [tgz] |
---|---|---|
author | Jonas Karlman <jonas@kwiboo.se> | Sat Mar 02 13:09:49 2024 +0000 |
committer | Marek Vasut <marex@denx.de> | Tue Mar 05 01:04:21 2024 +0100 |
tree | f3f7083ab1b15d445276fb32401440d48f7be606 | |
parent | cf7cda98cc9003876f85cfb19280a8601eefe976 [diff] |
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>