linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Fabien Parent <fparent@baylibre.com>,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Cc: robh+dt@kernel.org
Subject: Re: [PATCH 2/2] arm64: dts: mediatek: mt8516: add usb1 node
Date: Mon, 19 Oct 2020 12:26:23 +0200	[thread overview]
Message-ID: <d2dc75dd-04ec-d1ec-a84b-f7c5cccafa73@gmail.com> (raw)
In-Reply-To: <20201014162404.1312544-2-fparent@baylibre.com>



On 14/10/2020 18:24, Fabien Parent wrote:
> The MT8516 has 2 USB instances. Add support for the second USB instance.
> usb1 can only work in host mode.
> 
> Signed-off-by: Fabien Parent <fparent@baylibre.com>

Applied to v5.10-tmp/dts64

Thanks!

> ---
>   arch/arm64/boot/dts/mediatek/mt8516.dtsi | 21 +++++++++++++++++++++
>   1 file changed, 21 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt8516.dtsi b/arch/arm64/boot/dts/mediatek/mt8516.dtsi
> index 50049b6c1ba7..eca7969e15ab 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8516.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8516.dtsi
> @@ -455,6 +455,20 @@ usb0: usb@11100000 {
>   			status = "disabled";
>   		};
>   
> +		usb1: usb@11190000 {
> +			compatible = "mediatek,mtk-musb";
> +			reg = <0 0x11190000 0 0x1000>;
> +			interrupts = <GIC_SPI 210 IRQ_TYPE_LEVEL_LOW>;
> +			interrupt-names = "mc";
> +			phys = <&usb1_port PHY_TYPE_USB2>;
> +			clocks = <&topckgen CLK_TOP_USB>,
> +				 <&topckgen CLK_TOP_USBIF>,
> +				 <&topckgen CLK_TOP_USB_1P>;
> +			clock-names = "main","mcu","univpll";
> +			dr_mode = "host";
> +			status = "disabled";
> +		};
> +
>   		usb_phy: usb@11110000 {
>   			compatible = "mediatek,generic-tphy-v1";
>   			reg = <0 0x11110000 0 0x800>;
> @@ -469,6 +483,13 @@ usb0_port: usb-phy@11110800 {
>   				clock-names = "ref";
>   				#phy-cells = <1>;
>   			};
> +
> +			usb1_port: usb-phy@11110900 {
> +				reg = <0 0x11110900 0 0x100>;
> +				clocks = <&topckgen CLK_TOP_USB_PHY48M>;
> +				clock-names = "ref";
> +				#phy-cells = <1>;
> +			};
>   		};
>   
>   		auxadc: adc@11003000 {
> 

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

  reply	other threads:[~2020-10-19 10:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-14 16:24 [PATCH 1/2] arm64: dts: mediatek: mt8516: rename usb phy Fabien Parent
2020-10-14 16:24 ` [PATCH 2/2] arm64: dts: mediatek: mt8516: add usb1 node Fabien Parent
2020-10-19 10:26   ` Matthias Brugger [this message]
2020-10-19 10:26 ` [PATCH 1/2] arm64: dts: mediatek: mt8516: rename usb phy Matthias Brugger

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=d2dc75dd-04ec-d1ec-a84b-f7c5cccafa73@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=fparent@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --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;
as well as URLs for NNTP newsgroup(s).