mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
arm64: dts: mediatek: mt8195: Add 'rx-fifo-depth' for cherry
Add the quirk property "rx-fifo-depth" to work around Gen1 isoc-in transfer issue which send out unexpected ACK even after device already finished the burst transfer with a short patcket, specially for a 4K camera device. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Link: https://lore.kernel.org/r/20240104061640.7335-3-chunfeng.yun@mediatek.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
017dbfc05c
commit
33d4137d57
|
|
@ -1183,6 +1183,7 @@ &uart0 {
|
|||
&xhci0 {
|
||||
status = "okay";
|
||||
|
||||
rx-fifo-depth = <3072>;
|
||||
vusb33-supply = <&mt6359_vusb_ldo_reg>;
|
||||
vbus-supply = <&usb_vbus>;
|
||||
};
|
||||
|
|
@ -1190,6 +1191,7 @@ &xhci0 {
|
|||
&xhci1 {
|
||||
status = "okay";
|
||||
|
||||
rx-fifo-depth = <3072>;
|
||||
vusb33-supply = <&mt6359_vusb_ldo_reg>;
|
||||
vbus-supply = <&usb_vbus>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user