Re: [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add MMC/SD support

2018-12-11 Thread Sekhar Nori
Hi Tony, On 11/12/18 5:17 AM, Tony Lindgren wrote: > * Nishanth Menon [181210 12:07]: >> I really am curious how Arnd / Tony actually pull this one off.. If they >> have continous cron job for checking if your patch is ready... I doubt >> it.. > > The only way that works in a distributed manner

Re: [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add MMC/SD support

2018-12-10 Thread Vignesh R
On 07/12/18 2:12 PM, Faiz Abbas wrote: > On the am654x-evm, sdhci0 node is connected to an eMMC while sdhci1 > is connected to an SD card slot. Add nodes and pinmuxes for the same. > > Signed-off-by: Faiz Abbas > --- > .../arm64/boot/dts/ti/k3-am654-base-board.dts | 46 +++ >

Re: [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add MMC/SD support

2018-12-10 Thread Tony Lindgren
* Nishanth Menon [181210 12:07]: > I really am curious how Arnd / Tony actually pull this one off.. If they > have continous cron job for checking if your patch is ready... I doubt > it.. The only way that works in a distributed manner is for the patch authors to resend after the dependencies

Re: [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add MMC/SD support

2018-12-10 Thread Nishanth Menon
On 19:03-20181210, Faiz Abbas wrote: > > I think you can rely on the author to tell you when something is> actually > > ready to be merged (and you can tell him/her to remind you). > > Yes. I will ping Nishanth once the bindings are in next. In addition, when you are ready, please also check if

Re: [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add MMC/SD support

2018-12-10 Thread Nishanth Menon
On 18:10-20181210, Sekhar Nori wrote: > > I think you can rely on the author to tell you when something is > actually ready to be merged (and you can tell him/her to remind you). > > For the review itself, doing it by having a look at the dependencies > mentioned in the cover letter (like

Re: [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add MMC/SD support

2018-12-10 Thread Faiz Abbas
Hi, On 10/12/18 6:10 PM, Sekhar Nori wrote: > Hi Nishanth, > > On 10/12/18 5:36 PM, Nishanth Menon wrote: >> On 13:33-20181210, Sekhar Nori wrote: >>> On 08/12/18 9:24 PM, Nishanth Menon wrote: On 14:12-20181207, Faiz Abbas wrote: > + > + { > + status = "okay"; > +

Re: [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add MMC/SD support

2018-12-10 Thread Sekhar Nori
Hi Nishanth, On 10/12/18 5:36 PM, Nishanth Menon wrote: > On 13:33-20181210, Sekhar Nori wrote: >> On 08/12/18 9:24 PM, Nishanth Menon wrote: >>> On 14:12-20181207, Faiz Abbas wrote: >>> + + { + status = "okay"; + pinctrl-names = "default"; + pinctrl-0 =

Re: [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add MMC/SD support

2018-12-10 Thread Nishanth Menon
On 13:33-20181210, Sekhar Nori wrote: > On 08/12/18 9:24 PM, Nishanth Menon wrote: > > On 14:12-20181207, Faiz Abbas wrote: > > > >> + > >> + { > >> + status = "okay"; > >> + pinctrl-names = "default"; > >> + pinctrl-0 = <_mmc0_pins_default>; > >> + bus-width = <8>; > >> + non-removable; >

Re: [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add MMC/SD support

2018-12-10 Thread Sekhar Nori
On 08/12/18 9:24 PM, Nishanth Menon wrote: > On 14:12-20181207, Faiz Abbas wrote: > >> + >> + { >> +status = "okay"; >> +pinctrl-names = "default"; >> +pinctrl-0 = <_mmc0_pins_default>; >> +bus-width = <8>; >> +non-removable; >> +ti,driver-strength-ohm = <50>; > > ^^ >

Re: [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add MMC/SD support

2018-12-08 Thread Nishanth Menon
On 14:12-20181207, Faiz Abbas wrote: > + > + { > + status = "okay"; > + pinctrl-names = "default"; > + pinctrl-0 = <_mmc0_pins_default>; > + bus-width = <8>; > + non-removable; > + ti,driver-strength-ohm = <50>; ^^ > +}; > + > + { > + status = "okay"; > +

Re: [PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add MMC/SD support

2018-12-08 Thread Nishanth Menon
On 14:12-20181207, Faiz Abbas wrote: > + > + { > + status = "okay"; > + pinctrl-names = "default"; > + pinctrl-0 = <_mmc0_pins_default>; > + bus-width = <8>; > + non-removable; > + ti,driver-strength-ohm = <50>; ^^ > +}; > + > + { > + status = "okay"; > +

[PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add MMC/SD support

2018-12-07 Thread Faiz Abbas
On the am654x-evm, sdhci0 node is connected to an eMMC while sdhci1 is connected to an SD card slot. Add nodes and pinmuxes for the same. Signed-off-by: Faiz Abbas --- .../arm64/boot/dts/ti/k3-am654-base-board.dts | 46 +++ 1 file changed, 46 insertions(+) diff --git

[PATCH 2/2] arm64: dts: ti: k3-am654-base-board: Add MMC/SD support

2018-12-07 Thread Faiz Abbas
On the am654x-evm, sdhci0 node is connected to an eMMC while sdhci1 is connected to an SD card slot. Add nodes and pinmuxes for the same. Signed-off-by: Faiz Abbas --- .../arm64/boot/dts/ti/k3-am654-base-board.dts | 46 +++ 1 file changed, 46 insertions(+) diff --git