Re: [PATCH] imx: imx7d-sdb: fix ethernet, sync .dts with linux

2021-09-28 Thread Tom Rini
On Thu, Sep 16, 2021 at 04:53:14PM +0200, Rasmus Villemoes wrote: > Commit 0d52bab46 (mx7dsabre: Enable DM_ETH) changed these flags from 0 > (aka GPIO_ACTIVE_HIGH) to GPIO_ACTIVE_LOW. It claimed to "Also sync > device tree with v5.5-rc1", but in the linux tree, these gpios have > always been

Re: [PATCH] imx: imx7d-sdb: fix ethernet, sync .dts with linux

2021-09-28 Thread Tom Rini
On Tue, Sep 28, 2021 at 12:18:10PM +0200, Rasmus Villemoes wrote: > On 16/09/2021 18.52, Fabio Estevam wrote: > > Hi Rasmus, > > > > On Thu, Sep 16, 2021 at 11:53 AM Rasmus Villemoes > > wrote: > >> > >> Commit 0d52bab46 (mx7dsabre: Enable DM_ETH) changed these flags from 0 > >> (aka

Re: [PATCH] imx: imx7d-sdb: fix ethernet, sync .dts with linux

2021-09-28 Thread Rasmus Villemoes
On 16/09/2021 18.52, Fabio Estevam wrote: > Hi Rasmus, > > On Thu, Sep 16, 2021 at 11:53 AM Rasmus Villemoes > wrote: >> >> Commit 0d52bab46 (mx7dsabre: Enable DM_ETH) changed these flags from 0 >> (aka GPIO_ACTIVE_HIGH) to GPIO_ACTIVE_LOW. It claimed to "Also sync >> device tree with v5.5-rc1",

[PATCH] imx: imx7d-sdb: fix ethernet, sync .dts with linux

2021-09-16 Thread Rasmus Villemoes
Commit 0d52bab46 (mx7dsabre: Enable DM_ETH) changed these flags from 0 (aka GPIO_ACTIVE_HIGH) to GPIO_ACTIVE_LOW. It claimed to "Also sync device tree with v5.5-rc1", but in the linux tree, these gpios have always been GPIO_ACTIVE_HIGH ever since this node was introduced around v4.13 (linux commit

Re: [PATCH] imx: imx7d-sdb: fix ethernet, sync .dts with linux

2021-09-16 Thread Fabio Estevam
Hi Rasmus, On Thu, Sep 16, 2021 at 11:53 AM Rasmus Villemoes wrote: > > Commit 0d52bab46 (mx7dsabre: Enable DM_ETH) changed these flags from 0 > (aka GPIO_ACTIVE_HIGH) to GPIO_ACTIVE_LOW. It claimed to "Also sync > device tree with v5.5-rc1", but in the linux tree, these gpios have > always been