From: Macpaul Lin <macpaul.lin@mediatek.com>
To: Chunfeng Yun <chunfeng.yun@mediatek.com>,
Matthias Brugger <matthias.bgg@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
<devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-mediatek@lists.infradead.org>,
<linux-kernel@vger.kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Fabien Parent <fparent@baylibre.com>,
Pablo Sun <pablo.sun@mediatek.com>,
Bear Wang <bear.wang@mediatek.com>
Subject: Re: [PATCH next v3 2/2] arm64: dts: mediatek: mt8195: enable usb remote wakeup
Date: Wed, 11 May 2022 10:31:57 +0800 [thread overview]
Message-ID: <3c2dd0f91c0ce007151093f1f3cb5bf8f49cd248.camel@mediatek.com> (raw)
In-Reply-To: <20220510121027.19041-2-chunfeng.yun@mediatek.com>
On Tue, 2022-05-10 at 20:10 +0800, Chunfeng Yun wrote:
> Enable USB remote wakeup of all four xHCI controller
>
> Reviewed-by: AngeloGioacchino Del Regno <
> angelogioacchino.delregno@collabora.com>
> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
> ---
> v3: add reviewed-by AngeloGioacchino;
>
> NOTE:
> based on v5.18-next/dts64 of matthias.bgg's branch
>
> v2: no changes, based on new version of mt8195.dtsi
> ---
> arch/arm64/boot/dts/mediatek/mt8195.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8195.dtsi
> b/arch/arm64/boot/dts/mediatek/mt8195.dtsi
> index d5bc4cf5f4ac..3ad14e0e0956 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8195.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8195.dtsi
> @@ -573,6 +573,8 @@
> <&apmixedsys CLK_APMIXED_USB1PLL>,
> <&infracfg_ao
> CLK_INFRA_AO_SSUSB_XHCI>;
> clock-names = "sys_ck", "ref_ck", "mcu_ck",
> "xhci_ck";
> + mediatek,syscon-wakeup = <&pericfg 0x400 103>;
> + wakeup-source;
> status = "disabled";
> };
>
> @@ -636,6 +638,8 @@
> <&apmixedsys CLK_APMIXED_USB1PLL>,
> <&pericfg_ao
> CLK_PERI_AO_SSUSB_1P_XHCI>;
> clock-names = "sys_ck", "ref_ck",
> "mcu_ck","xhci_ck";
> + mediatek,syscon-wakeup = <&pericfg 0x400 104>;
> + wakeup-source;
> status = "disabled";
> };
>
> @@ -655,6 +659,8 @@
> <&topckgen CLK_TOP_SSUSB_P2_REF>,
> <&pericfg_ao
> CLK_PERI_AO_SSUSB_2P_XHCI>;
> clock-names = "sys_ck", "ref_ck", "xhci_ck";
> + mediatek,syscon-wakeup = <&pericfg 0x400 105>;
> + wakeup-source;
> status = "disabled";
> };
>
> @@ -674,6 +680,8 @@
> <&topckgen CLK_TOP_SSUSB_P3_REF>,
> <&pericfg_ao
> CLK_PERI_AO_SSUSB_3P_XHCI>;
> clock-names = "sys_ck", "ref_ck", "xhci_ck";
> + mediatek,syscon-wakeup = <&pericfg 0x400 106>;
> + wakeup-source;
> status = "disabled";
> };
>
Tested-by: Macpaul Lin <macpaul.lin@mediatek.com>
Test method: test build pass and boot pass based on 'for-next' branch.
N
ote:
System suspend and resume of MT8195 has not been ready or enabled
on mainline. We cannot verify USB Host remote wake-up on mainline code,
but the settings and function works when applied to MediaTek's internal
working tree.
Regards,
Macpaul Lin
prev parent reply other threads:[~2022-05-11 2:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-10 12:10 [PATCH next v3 1/2] arm64: dts: mediatek: mt8195: add efuse node and cells Chunfeng Yun
2022-05-10 12:10 ` [PATCH next v3 2/2] arm64: dts: mediatek: mt8195: enable usb remote wakeup Chunfeng Yun
2022-05-11 2:31 ` Macpaul Lin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3c2dd0f91c0ce007151093f1f3cb5bf8f49cd248.camel@mediatek.com \
--to=macpaul.lin@mediatek.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=bear.wang@mediatek.com \
--cc=chunfeng.yun@mediatek.com \
--cc=devicetree@vger.kernel.org \
--cc=fparent@baylibre.com \
--cc=gregkh@linuxfoundation.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=pablo.sun@mediatek.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®