Re: [PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC.

2018-11-15 Thread Rodrigo Exterckötter Tjäder
On Fri, Oct 5, 2018 at 12:48 PM Maxime Ripard wrote: > > What about the idea of keeping the current dt for the most featureful > > variant and creating new dts for the other two? > > > > That would make it so that no one's device stops working and would > > have mailine support for all three devic

Re: [PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC.

2018-10-05 Thread Maxime Ripard
On Tue, Oct 02, 2018 at 01:47:33PM -0300, Rodrigo Exterckötter Tjäder wrote: > > > > > About device tree overlays, I read overlay-notes.txt, but I went > > > > > looking for an example with "git grep /plugin/ arch" and it came > > > > > empty. Is this approach not used for other boards? > > > > > >

Re: [PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC.

2018-10-02 Thread Rodrigo Exterckötter Tjäder
On Tue, Oct 2, 2018 at 10:13 AM Maxime Ripard wrote: > > On Sat, Sep 29, 2018 at 01:51:02PM -0300, Rodrigo Exterckötter Tjäder wrote: > > On Sat, Sep 29, 2018 at 12:47 PM Maxime Ripard > > wrote: > > > > We can't even remove a node from a device tree? Removing the WiFi node > > > > from the curre

Re: [PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC.

2018-10-02 Thread Maxime Ripard
On Sat, Sep 29, 2018 at 01:51:02PM -0300, Rodrigo Exterckötter Tjäder wrote: > On Sat, Sep 29, 2018 at 12:47 PM Maxime Ripard > wrote: > > > > On Thu, Sep 27, 2018 at 11:49:20AM -0300, Rodrigo Exterckötter Tjäder wrote: > > > On Thu, Sep 27, 2018 at 5:17 AM Maxime Ripard > > > wrote: > > > > > >

Re: [PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC.

2018-09-29 Thread Rodrigo Exterckötter Tjäder
On Sat, Sep 29, 2018 at 12:47 PM Maxime Ripard wrote: > > On Thu, Sep 27, 2018 at 11:49:20AM -0300, Rodrigo Exterckötter Tjäder wrote: > > On Thu, Sep 27, 2018 at 5:17 AM Maxime Ripard > > wrote: > > > > > > On Tue, Sep 25, 2018 at 02:47:59PM -0300, Rodrigo Exterckötter Tjäder > > > wrote: > >

Re: [PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC.

2018-09-29 Thread Maxime Ripard
On Thu, Sep 27, 2018 at 11:49:20AM -0300, Rodrigo Exterckötter Tjäder wrote: > On Thu, Sep 27, 2018 at 5:17 AM Maxime Ripard > wrote: > > > > On Tue, Sep 25, 2018 at 02:47:59PM -0300, Rodrigo Exterckötter Tjäder wrote: > > > On Tue, Sep 25, 2018 at 6:01 AM Maxime Ripard > > > wrote: > > > > We

Re: [PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC.

2018-09-27 Thread Rodrigo Exterckötter Tjäder
On Thu, Sep 27, 2018 at 5:17 AM Maxime Ripard wrote: > > On Tue, Sep 25, 2018 at 02:47:59PM -0300, Rodrigo Exterckötter Tjäder wrote: > > On Tue, Sep 25, 2018 at 6:01 AM Maxime Ripard > > wrote: > > > We can't really do that, unfortunately. If the device tree name was to > > > change for a given

Re: [PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC.

2018-09-27 Thread Maxime Ripard
On Tue, Sep 25, 2018 at 02:47:59PM -0300, Rodrigo Exterckötter Tjäder wrote: > On Tue, Sep 25, 2018 at 6:01 AM Maxime Ripard > wrote: > > We can't really do that, unfortunately. If the device tree name was to > > change for a given board, we'd break all the build systems, boot > > scripts and dis

Re: [PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC.

2018-09-25 Thread Rodrigo Exterckötter Tjäder
On Tue, Sep 25, 2018 at 6:01 AM Maxime Ripard wrote: > We can't really do that, unfortunately. If the device tree name was to > change for a given board, we'd break all the build systems, boot > scripts and distros out there. What if we keep the device tree for the version without WiFi and eMMC w

Re: [PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC.

2018-09-25 Thread Maxime Ripard
On Fri, Sep 21, 2018 at 11:54:07AM -0300, Rodrigo Exterckötter Tjäder wrote: > On Fri, Sep 21, 2018 at 11:28 AM Maxime Ripard > wrote: > > Expanding a bit more that commit log would be helpful. What is the > > eMMC connected to that board? Do all versions have it? Which modes are > > supposed to b

Re: [PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC.

2018-09-21 Thread Rodrigo Exterckötter Tjäder
On Fri, Sep 21, 2018 at 11:28 AM Maxime Ripard wrote: > Expanding a bit more that commit log would be helpful. What is the > eMMC connected to that board? Do all versions have it? Which modes are > supposed to be supported, and which one have been tested? The terseness of the commit message was a

Re: [PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC.

2018-09-21 Thread Maxime Ripard
Hi! On Wed, Sep 19, 2018 at 11:18:13AM -0300, Rodrigo Exterckötter Tjäder wrote: > Copied snippet from A64-TERES I. > > Signed-off-by: Rodrigo Exterckötter Tjäder Expanding a bit more that commit log would be helpful. What is the eMMC connected to that board? Do all versions have it? Which mode