[PATCH v2 01/19] arch: powerpc: add usb node in p3041 dts
Priyanka Jain
priyanka.jain at nxp.com
Tue Dec 24 11:33:49 CET 2019
>-----Original Message-----
>From: Ran Wang <ran.wang_1 at nxp.com>
>Sent: Thursday, December 12, 2019 3:01 PM
>To: Priyanka Jain <priyanka.jain at nxp.com>
>Cc: Ran Wang <ran.wang_1 at nxp.com>; open list <u-boot at lists.denx.de>
>Subject: [PATCH v2 01/19] arch: powerpc: add usb node in p3041 dts
>
>Signed-off-by: Ran Wang <ran.wang_1 at nxp.com>
>---
>Change in v2:
> - Rebase.
>
> arch/powerpc/dts/p3041.dtsi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
>diff --git a/arch/powerpc/dts/p3041.dtsi b/arch/powerpc/dts/p3041.dtsi index
>e873db2..6736d00 100644
>--- a/arch/powerpc/dts/p3041.dtsi
>+++ b/arch/powerpc/dts/p3041.dtsi
>@@ -60,6 +60,18 @@
> clock-frequency = <0x0>;
> };
>
>+ usb0: usb at fe210000 {
>+ compatible = "fsl-usb2-mph";
>+ reg = <0x210000 0x1000>;
>+ phy_type = "utmi";
>+ };
>+
>+ usb1: usb at fe211000 {
>+ compatible = "fsl-usb2-dr";
>+ reg = <0x211000 0x1000>;
>+ phy_type = "utmi";
>+ };
>+
> sata: sata at 220000 {
> compatible = "fsl,pq-sata-v2";
> reg = <0x220000 0x1000>;
>--
>2.7.4
Series applied on u-boot-mpc85xx. Awaiting upstream
Thanks Priyanka
More information about the U-Boot
mailing list