arm64: dts: uniphier: Fix property name in PXs3 USB node
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 7 Feb 2023 02:14:29 +0000 (11:14 +0900)
committerArnd Bergmann <arnd@arndb.de>
Thu, 9 Feb 2023 13:04:02 +0000 (14:04 +0100)
The property "snps,usb2_gadget_lpm_disable" is wrong.
It should be fixed to "snps,usb2-gadget-lpm-disable".

Cc: stable@vger.kernel.org
Fixes: 19fee1a1096d ("arm64: dts: uniphier: Add USB-device support for PXs3 reference board")
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20230207021429.28925-1-hayashi.kunihiko@socionext.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/socionext/uniphier-pxs3-ref-gadget0.dts
arch/arm64/boot/dts/socionext/uniphier-pxs3-ref-gadget1.dts

index 7069f51..99136ad 100644 (file)
@@ -24,7 +24,7 @@
        snps,dis_enblslpm_quirk;
        snps,dis_u2_susphy_quirk;
        snps,dis_u3_susphy_quirk;
-       snps,usb2_gadget_lpm_disable;
+       snps,usb2-gadget-lpm-disable;
        phy-names = "usb2-phy", "usb3-phy";
        phys = <&usb0_hsphy0>, <&usb0_ssphy0>;
 };
index a3cfa81..4c960f4 100644 (file)
@@ -24,7 +24,7 @@
        snps,dis_enblslpm_quirk;
        snps,dis_u2_susphy_quirk;
        snps,dis_u3_susphy_quirk;
-       snps,usb2_gadget_lpm_disable;
+       snps,usb2-gadget-lpm-disable;
        phy-names = "usb2-phy", "usb3-phy";
        phys = <&usb1_hsphy0>, <&usb1_ssphy0>;
 };