From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Heider Date: Fri, 4 Sep 2020 17:36:18 +0200 Subject: [PATCH 1/2] arm64: dts: armada-3720-espressobin: sync with downstream In-Reply-To: <33127c92-3463-9d10-2484-c13a5825f36e@denx.de> References: <20200831033408.467699-1-a.heider@gmail.com> <20200831075354.tzjbwdf37qh5r3rg@pali> <9d4f5101-d517-8298-7c51-c80259ac6f26@gmail.com> <33127c92-3463-9d10-2484-c13a5825f36e@denx.de> Message-ID: <6dd67319-d843-7a86-2a05-30a6757bca3d@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/09/2020 14:40, Stefan Roese wrote: > Hi Andre, > > On 04.09.20 14:35, Andre Heider wrote: > > > >>> First I though that you have been syncing the file with the Linux kernel >>> version. But now I see that its sync'ed with downstream U-Boot most >>> likely. As for the license of the file: The Linux kernel version has >>> this SPDX tag: >>> >>> // SPDX-License-Identifier: (GPL-2.0+ OR MIT) >>> >>> Changing this to this tag would haven been fine (AFAICT). But using a >>> diffent one from a downstream U-Boot repository is a bit troublesome >>> for my taste. >>> >>> Can't you sync with Linux dts/dtsi files instead at some point? >> >> at some point, yes. As far as I understand that's not yet possible due >> to the comphy driver. Quoting Marek's cover letter "[PATCH >> u-boot-marvell 00/11] Armada 37xx: port comphy to generic-phys (PLEASE >> TEST)" from 19th April: >> >> ?> I have ported the COMPHY and UTMI PHY drivers from Linux to U-Boot. >> ?> With this we are able to abandon the current comphy_a3700 driver, >> which >> ?> is incompatible with Linux' device trees. So if we want to have DTS >> ?> files for A3720 boards identical to Linux', we have to do this. >> >> So unfortunately we can't use Linux' dts files for a3700 yet. Marek >> said he plans to work on that set again in the near future, so >> hopefully that lands rather sooner than later ;) > > Ah, thanks. I remember now. ;) > > Can you then please drop the sync with the downstream dts and better > only make the necessary changes for eMMC? In a git bisectable way > please? Sure, I've just sent v2, completely redone. That also prepares synching from Linux, actually already imports two dts from from there. Regards, Andre