Commit 5c3d5ecf authored by Alexander Stein's avatar Alexander Stein Committed by Greg Kroah-Hartman
Browse files

arm64: dts: imx8mp: Add snps,gfladj-refclk-lpm-sel quirk to USB nodes



With this set the SOF/ITP counter is based on ref_clk when 2.0 ports are
suspended.
snps,dis-u2-freeclk-exists-quirk can be removed as
snps,gfladj-refclk-lpm-sel also clears the free running clock configuration
bit.

Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Link: https://lore.kernel.org/r/20220915062855.751881-4-alexander.stein@ew.tq-group.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a6fc2f1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1189,7 +1189,7 @@ usb_dwc3_0: usb@38100000 {
				interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
				phys = <&usb3_phy0>, <&usb3_phy0>;
				phy-names = "usb2-phy", "usb3-phy";
				snps,dis-u2-freeclk-exists-quirk;
				snps,gfladj-refclk-lpm-sel-quirk;
			};

		};
@@ -1231,7 +1231,7 @@ usb_dwc3_1: usb@38200000 {
				interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
				phys = <&usb3_phy1>, <&usb3_phy1>;
				phy-names = "usb2-phy", "usb3-phy";
				snps,dis-u2-freeclk-exists-quirk;
				snps,gfladj-refclk-lpm-sel-quirk;
			};
		};