Re: [PATCH] ARM: dts: Set status to disable for MMC3

2019-10-07 Thread Tony Lindgren
* Emmanuel Vadot [191007 17:30]: > On Mon, 7 Oct 2019 09:58:59 -0700 > Tony Lindgren wrote: > > There should be no need to do that for SoC internal devices, the > > the default status = "okay" should be just fine. Setting the > > status = "disabled" for SoC internal devices and then enabling them

Re: [PATCH] ARM: dts: Set status to disable for MMC3

2019-10-07 Thread Emmanuel Vadot
On Mon, 7 Oct 2019 09:58:59 -0700 Tony Lindgren wrote: > * Emmanuel Vadot [191007 16:39]: > > On Mon, 7 Oct 2019 09:16:34 -0700 > > Tony Lindgren wrote: > > > > > Hi, > > > > > > * Emmanuel Vadot [191007 08:04]: > > > > Commit 5b63fb90adb95 ("ARM: dts: Fix incomplete dts data for am3 and >

Re: [PATCH] ARM: dts: Set status to disable for MMC3

2019-10-07 Thread Tony Lindgren
* Emmanuel Vadot [191007 16:39]: > On Mon, 7 Oct 2019 09:16:34 -0700 > Tony Lindgren wrote: > > > Hi, > > > > * Emmanuel Vadot [191007 08:04]: > > > Commit 5b63fb90adb95 ("ARM: dts: Fix incomplete dts data for am3 and am4 > > > mmc") > > > fixed the mmc instances on the l3 interconnect but re

Re: [PATCH] ARM: dts: Set status to disable for MMC3

2019-10-07 Thread Emmanuel Vadot
On Mon, 7 Oct 2019 09:16:34 -0700 Tony Lindgren wrote: > Hi, > > * Emmanuel Vadot [191007 08:04]: > > Commit 5b63fb90adb95 ("ARM: dts: Fix incomplete dts data for am3 and am4 > > mmc") > > fixed the mmc instances on the l3 interconnect but removed the disabled > > status. > > Fix this and let

Re: [PATCH] ARM: dts: Set status to disable for MMC3

2019-10-07 Thread Tony Lindgren
Hi, * Emmanuel Vadot [191007 08:04]: > Commit 5b63fb90adb95 ("ARM: dts: Fix incomplete dts data for am3 and am4 mmc") > fixed the mmc instances on the l3 interconnect but removed the disabled > status. > Fix this and let boards properly define it if it have it. The dts default is "okay", and sh

[PATCH] ARM: dts: Set status to disable for MMC3

2019-10-07 Thread Emmanuel Vadot
Commit 5b63fb90adb95 ("ARM: dts: Fix incomplete dts data for am3 and am4 mmc") fixed the mmc instances on the l3 interconnect but removed the disabled status. Fix this and let boards properly define it if it have it. Fixes: 5b63fb90adb95 ("ARM: dts: Fix incomplete dts data for am3 and am4 mmc") Si