On 4.03.2023 14:03, Krzysztof Kozlowski wrote: > 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@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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";