Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible

2018-03-22 Thread Joe Hershberger
On Wed, Mar 21, 2018 at 8:23 PM, Peng Fan <peng@nxp.com> wrote:
>
>
>> -Original Message-
>> From: Joe Hershberger [mailto:joe.hershber...@ni.com]
>> Sent: 2018年3月22日 3:54
>> To: Peng Fan <peng@nxp.com>; Jagan Teki <jagannadh.t...@gmail.com>
>> Cc: Joe Hershberger <joe.hershber...@ni.com>; u-boot <u-boot@lists.denx.de>
>> Subject: Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL
>> compatible
>>
>> Hi Peng,
>>
>> On Wed, Mar 21, 2018 at 4:01 AM, Peng Fan <peng@nxp.com> wrote:
>> > Add i.MX6UL/SX/SL compatible.
>>
>> In case you didn't notice and it is still an issue in v2 (I just kicked off 
>> a build of it)
>> there are a number of failures as a result of this series...
>> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftravis-c
>> i.org%2Fjhershbe%2Fu-boot%2Fbuilds%2F356027749=02%7C01%7Cpeng.
>> fan%40nxp.com%7C6cf39da22b8d40e068fe08d58f65838d%7C686ea1d3bc2b4c
>> 6fa92cd99c5c301635%7C0%7C0%7C636572588531154502=BMZiLVVhe
>> 1By6MXjTkW19RgTK171D8%2BYaEWRjuCmvx8%3D=0
>
> Sorry for this. I should run buildman before send patchset out. I'll fix them.

FYI, v2 still has an issue:
https://travis-ci.org/jhershbe/u-boot/builds/356535940
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible

2018-03-21 Thread Peng Fan


> -Original Message-
> From: Joe Hershberger [mailto:joe.hershber...@ni.com]
> Sent: 2018年3月22日 3:54
> To: Peng Fan <peng@nxp.com>; Jagan Teki <jagannadh.t...@gmail.com>
> Cc: Joe Hershberger <joe.hershber...@ni.com>; u-boot <u-boot@lists.denx.de>
> Subject: Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL
> compatible
> 
> Hi Peng,
> 
> On Wed, Mar 21, 2018 at 4:01 AM, Peng Fan <peng@nxp.com> wrote:
> > Add i.MX6UL/SX/SL compatible.
> 
> In case you didn't notice and it is still an issue in v2 (I just kicked off a 
> build of it)
> there are a number of failures as a result of this series...
> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftravis-c
> i.org%2Fjhershbe%2Fu-boot%2Fbuilds%2F356027749=02%7C01%7Cpeng.
> fan%40nxp.com%7C6cf39da22b8d40e068fe08d58f65838d%7C686ea1d3bc2b4c
> 6fa92cd99c5c301635%7C0%7C0%7C636572588531154502=BMZiLVVhe
> 1By6MXjTkW19RgTK171D8%2BYaEWRjuCmvx8%3D=0

Sorry for this. I should run buildman before send patchset out. I'll fix them.

Thanks,
Peng.

> 
> Cheers,
> -Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible

2018-03-21 Thread Joe Hershberger
Hi Peng,

On Wed, Mar 21, 2018 at 4:01 AM, Peng Fan  wrote:
> Add i.MX6UL/SX/SL compatible.

In case you didn't notice and it is still an issue in v2 (I just
kicked off a build of it) there are a number of failures as a result
of this series...
https://travis-ci.org/jhershbe/u-boot/builds/356027749

Cheers,
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible

2018-03-21 Thread Joe Hershberger
On Wed, Mar 21, 2018 at 2:19 PM, Jagan Teki  wrote:
> Joe,
>
> On Wed, Mar 21, 2018 at 2:31 PM, Peng Fan  wrote:
>> Add i.MX6UL/SX/SL compatible.
>
> Please wait few days about pushing this series, I need to test it on
> my imx6ul board.

Will do.

-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible

2018-03-21 Thread Jagan Teki
Joe,

On Wed, Mar 21, 2018 at 2:31 PM, Peng Fan  wrote:
> Add i.MX6UL/SX/SL compatible.

Please wait few days about pushing this series, I need to test it on
my imx6ul board.

Jagan.
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible

2018-03-21 Thread Peng Fan
Add i.MX6UL/SX/SL compatible.

Signed-off-by: Peng Fan 
Acked-by: Joe Hershberger 
---
 drivers/net/fec_mxc.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c
index ba66c2f95a..765226e3ab 100644
--- a/drivers/net/fec_mxc.c
+++ b/drivers/net/fec_mxc.c
@@ -1342,6 +1342,9 @@ static int fecmxc_ofdata_to_platdata(struct udevice *dev)
 
 static const struct udevice_id fecmxc_ids[] = {
{ .compatible = "fsl,imx6q-fec" },
+   { .compatible = "fsl,imx6sl-fec" },
+   { .compatible = "fsl,imx6sx-fec" },
+   { .compatible = "fsl,imx6ul-fec" },
{ }
 };
 
-- 
2.14.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot