[1/2] arm64: dts: qcom: sm8250-xiaomi-elish: fix USB maximum speed property

Message ID 20230304130315.51595-1-krzysztof.kozlowski@linaro.org
State New
Headers
Series [1/2] arm64: dts: qcom: sm8250-xiaomi-elish: fix USB maximum speed property |

Commit Message

Krzysztof Kozlowski March 4, 2023, 1:03 p.m. UTC
  Fix typo in USB DWC3 node maximum speed property.

Fixes: a41b617530bf ("arm64: dts: qcom: sm8250: Add device tree for Xiaomi Mi Pad 5 Pro")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Bjorn Andersson March 22, 2023, 2:45 p.m. UTC | #1
On Sat, 4 Mar 2023 14:03:14 +0100, Krzysztof Kozlowski wrote:
> Fix typo in USB DWC3 node maximum speed property.
> 
> 

Applied, thanks!

[1/2] arm64: dts: qcom: sm8250-xiaomi-elish: fix USB maximum speed property
      commit: 613f14a3a9d7e12a832ff822f85a33ad0ebee952
[2/2] arm64: dts: qcom: sm8350-microsoft-surface: fix USB dual-role mode property
      commit: 0beda02e530f8fc571877939645cb20ade113027

Best regards,
  

Patch

diff --git a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish.dts b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish.dts
index 24fc29f0ee5e..6bd0dda8b6e9 100644
--- a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish.dts
+++ b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish.dts
@@ -595,7 +595,7 @@  &usb_1 {
 
 &usb_1_dwc3 {
 	dr_mode = "peripheral";
-	maximum-spped = "high-speed";
+	maximum-speed = "high-speed";
 	/* Remove USB3 phy */
 	phys = <&usb_1_hsphy>;
 	phy-names = "usb2-phy";