RE: [PATCH v3 4/5] arch/arm64: dts: add support for Marvell CP110 UTMI driver

From: Kostya Porotchkin
Date: Sun Mar 07 2021 - 11:38:45 EST


This one sent by mistake, please ignore it.
There is another v3 4/5 that has a correct name.
Sorry for the mess.

Kosta

> -----Original Message-----
> From: kostap@xxxxxxxxxxx <kostap@xxxxxxxxxxx>
> Sent: Sunday, March 7, 2021 18:34
> To: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; linux-
> kernel@xxxxxxxxxxxxxxx
> Cc: lkundrak@xxxxx; linux@xxxxxxxxxxxxxxx;
> sebastian.hesselbarth@xxxxxxxxx; gregory.clement@xxxxxxxxxxx;
> andrew@xxxxxxx; robh+dt@xxxxxxxxxx; vkoul@xxxxxxxxxx; kishon@xxxxxx;
> miquel.raynal@xxxxxxxxxxx; mw@xxxxxxxxxxxx; jaz@xxxxxxxxxxxx; Nadav
> Haklai <nadavh@xxxxxxxxxxx>; Stefan Chulski <stefanc@xxxxxxxxxxx>; Ben
> Peled <bpeled@xxxxxxxxxxx>; Kostya Porotchkin <kostap@xxxxxxxxxxx>
> Subject: [PATCH v3 4/5] arch/arm64: dts: add support for Marvell CP110 UTMI
> driver
>
> From: Konstantin Porotchkin <kostap@xxxxxxxxxxx>
>
> Add support for Marvell CP110 UTMI PHY in a common DTSI
>
> Signed-off-by: Konstantin Porotchkin <kostap@xxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> index 64179a372ecf..49f9d2cd8619 100644
> --- a/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-cp11x.dtsi
> @@ -285,6 +285,25 @@
> };
> };
>
> + CP11X_LABEL(utmi): utmi@580000 {
> + compatible = "marvell,cp110-utmi-phy";
> + reg = <0x580000 0x2000>;
> + marvell,system-controller =
> <&CP11X_LABEL(syscon0)>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + status = "disabled";
> +
> + CP11X_LABEL(utmi0): usb-phy@0 {
> + reg = <0>;
> + #phy-cells = <0>;
> + };
> +
> + CP11X_LABEL(utmi1): usb-phy@1 {
> + reg = <1>;
> + #phy-cells = <0>;
> + };
> + };
> +
> CP11X_LABEL(usb3_0): usb@500000 {
> compatible = "marvell,armada-8k-xhci",
> "generic-xhci";
> --
> 2.17.1