Commit 77d30613 authored by Chunfeng Yun's avatar Chunfeng Yun Committed by Matthias Brugger

arm64: dts: mediatek: mt8195: enable usb remote wakeup

Enable USB remote wakeup of all four xHCI controller
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tested-by: default avatarMacpaul Lin <macpaul.lin@mediatek.com>
Signed-off-by: default avatarChunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20220617072344.21461-2-chunfeng.yun@mediatek.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent ab43a84c
...@@ -573,6 +573,8 @@ xhci0: usb@11200000 { ...@@ -573,6 +573,8 @@ xhci0: usb@11200000 {
<&apmixedsys CLK_APMIXED_USB1PLL>, <&apmixedsys CLK_APMIXED_USB1PLL>,
<&infracfg_ao CLK_INFRA_AO_SSUSB_XHCI>; <&infracfg_ao CLK_INFRA_AO_SSUSB_XHCI>;
clock-names = "sys_ck", "ref_ck", "mcu_ck", "xhci_ck"; clock-names = "sys_ck", "ref_ck", "mcu_ck", "xhci_ck";
mediatek,syscon-wakeup = <&pericfg 0x400 103>;
wakeup-source;
status = "disabled"; status = "disabled";
}; };
...@@ -636,6 +638,8 @@ xhci1: usb@11290000 { ...@@ -636,6 +638,8 @@ xhci1: usb@11290000 {
<&apmixedsys CLK_APMIXED_USB1PLL>, <&apmixedsys CLK_APMIXED_USB1PLL>,
<&pericfg_ao CLK_PERI_AO_SSUSB_1P_XHCI>; <&pericfg_ao CLK_PERI_AO_SSUSB_1P_XHCI>;
clock-names = "sys_ck", "ref_ck", "mcu_ck","xhci_ck"; clock-names = "sys_ck", "ref_ck", "mcu_ck","xhci_ck";
mediatek,syscon-wakeup = <&pericfg 0x400 104>;
wakeup-source;
status = "disabled"; status = "disabled";
}; };
...@@ -655,6 +659,8 @@ xhci2: usb@112a0000 { ...@@ -655,6 +659,8 @@ xhci2: usb@112a0000 {
<&topckgen CLK_TOP_SSUSB_P2_REF>, <&topckgen CLK_TOP_SSUSB_P2_REF>,
<&pericfg_ao CLK_PERI_AO_SSUSB_2P_XHCI>; <&pericfg_ao CLK_PERI_AO_SSUSB_2P_XHCI>;
clock-names = "sys_ck", "ref_ck", "xhci_ck"; clock-names = "sys_ck", "ref_ck", "xhci_ck";
mediatek,syscon-wakeup = <&pericfg 0x400 105>;
wakeup-source;
status = "disabled"; status = "disabled";
}; };
...@@ -674,6 +680,8 @@ xhci3: usb@112b0000 { ...@@ -674,6 +680,8 @@ xhci3: usb@112b0000 {
<&topckgen CLK_TOP_SSUSB_P3_REF>, <&topckgen CLK_TOP_SSUSB_P3_REF>,
<&pericfg_ao CLK_PERI_AO_SSUSB_3P_XHCI>; <&pericfg_ao CLK_PERI_AO_SSUSB_3P_XHCI>;
clock-names = "sys_ck", "ref_ck", "xhci_ck"; clock-names = "sys_ck", "ref_ck", "xhci_ck";
mediatek,syscon-wakeup = <&pericfg 0x400 106>;
wakeup-source;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment