Skip to content

Commit

Permalink
arm64: dts: qcom: sm8250-xiaomi-elish: fix USB maximum speed property
Browse files Browse the repository at this point in the history
[ Upstream commit 613f14a ]

Fix typo in USB DWC3 node maximum speed property.

Fixes: a41b617 ("arm64: dts: qcom: sm8250: Add device tree for Xiaomi Mi Pad 5 Pro")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230304130315.51595-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
krzk authored and gregkh committed May 11, 2023
1 parent 4b69c63 commit 08ec7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish.dts
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@

&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";
Expand Down

0 comments on commit 08ec7a7

Please sign in to comment.