mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 14:33:24 -04:00
arm64: dts: mediatek: mt8195-cherry: Add vusb33 supplies for XHCI controllers
Like the dual-role SSUSB controller block that encompasses the XHCI controller, the latter also takes a vusb33 supply. Add the supply for each XHCI controller. Also fix up any property ordering according to DT styles, i.e. move "status" property to the end. Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
committed by
AngeloGioacchino Del Regno
parent
66e5674f0e
commit
c8ae7e17ea
@@ -1622,21 +1622,23 @@ vdosys1_ep_ext: endpoint@1 {
|
||||
};
|
||||
|
||||
&xhci0 {
|
||||
status = "okay";
|
||||
|
||||
rx-fifo-depth = <3072>;
|
||||
vbus-supply = <&usb_vbus>;
|
||||
vusb33-supply = <&mt6359_vusb_ldo_reg>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&xhci2 {
|
||||
status = "okay";
|
||||
vbus-supply = <&usb_vbus>;
|
||||
vusb33-supply = <&mt6359_vusb_ldo_reg>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&xhci3 {
|
||||
/* MT7921's USB Bluetooth has issues with USB2 LPM */
|
||||
usb2-lpm-disable;
|
||||
vbus-supply = <&pp3300_wlan>;
|
||||
vusb33-supply = <&mt6359_vusb_ldo_reg>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user