From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dalon L Westergreen Date: Mon, 07 Oct 2019 07:49:58 -0700 Subject: [U-Boot] [PATCH 2/8] ARM: socfpga: arria10: Sync A10 SoCDK devicetrees In-Reply-To: References: <20191004223043.18127-1-dalon.westergreen@linux.intel.com> <20191004223043.18127-3-dalon.westergreen@linux.intel.com> <6ebe99d2-948e-f943-c4bb-a5f9e9bcfc15@denx.de> <7e3aef373f67b8d5d8d50aa1c4a0cc0ce67bb8e3.camel@linux.intel.com> <2400c26b622a10cef0edba8dfa16e3e26ebf1363.camel@linux.intel.com> Message-ID: <14658d60ce7085af91f3543e7a4c00bb74a5c4a6.camel@linux.intel.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 Mon, 2019-10-07 at 16:06 +0200, Marek Vasut wrote: > On 10/7/19 4:03 PM, Dalon L Westergreen wrote: > > On Sat, 2019-10-05 at 16:23 -0700, Dalon L Westergreen wrote: > > > On Sat, 2019-10-05 at 01:47 +0200, Marek Vasut wrote: > > > > On 10/5/19 12:30 AM, Dalon Westergreen wrote: > > > > > From: Dalon Westergreen Sync devicetree > > > > > from5.2 kernel. > > > > > > > > Linux 5.3 was already released, can you update this ?Also, make sure > > > > tolistthe exact commit ID in the commit message whenimporting stuff > > > > fromLinux. > > > > > > Sure. will do.--dalon > > > > The 5.3 mainline devicetrees do not as of yet have all appropriate > > compatibilitystringsfor the socfpga platform and still differs slightly from > > the linux-socfpga/5.2 kernelas can be seen below.I would suggest sticking > > with the linux-socfpga/5.2 kernel devicetrees and i canappendthe commit > > message with the commit and git repo if that works? > > What's linux-socfpga , is that something else than linux mainline ? > If there's stuff missing in the DTs, put it into -u-boot.dtsi for now,until it > trickles upstream. Sounds good. > > > --dalon > > [dwesterg at dwesterg-mobl1 linux-socfpga]$ diff socfpga_arria10.dtsi > > /home/dwesterg/data/git/uboot/u-boot/arch/arm/dts/socfpga_arria10.dtsi diff: > > socfpga_arria10.dtsi: No such file or directory[dwesterg at dwesterg-mobl1 linux- > > socfpga]$ diff arch/arm/boot/dts/socfpga_arria10.dtsi > > /home/dwesterg/data/git/uboot/u-boot/arch/arm/dts/socfpga_arria10.dtsi 70a71> > > microcode-cached;421c422< compatible = > > "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.72a", "snps,dwmac";---> > > compatible = "altr,socfpga-stmmac", "snps,dwmac-3.72a", > > "snps,dwmac";441,442c442,443< compatible = "altr,socfpga- > > stmmac-a10-s10", "snps,dwmac-3.72a", "snps,dwmac";< altr,sys > > [...]