Unverified Commit 2508d5ef authored by Kunihiko Hayashi's avatar Kunihiko Hayashi Committed by Arnd Bergmann
Browse files

arm64: dts: uniphier: Fix property name in PXs3 USB node



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: 19fee1a1 ("arm64: dts: uniphier: Add USB-device support for PXs3 reference board")
Signed-off-by: default avatarKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20230207021429.28925-1-hayashi.kunihiko@socionext.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent a8d3f2d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ &usb0 {
	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>;
};
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ &usb1 {
	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>;
};