From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Fri, 16 Mar 2018 09:56:09 +0800 Subject: [GIT PULL 5/6] Freescale arm64 device tree updates for 4.17 In-Reply-To: References: <1521113800-16401-1-git-send-email-shawnguo@kernel.org> <1521113800-16401-5-git-send-email-shawnguo@kernel.org> Message-ID: <20180316015608.GQ26859@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Mar 15, 2018 at 04:29:12PM +0100, Arnd Bergmann wrote: > On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo wrote: > > The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: > > > > Linux 4.16-rc1 (2018-02-11 15:04:29 -0800) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.17 > > > > for you to fetch changes up to 4e017f1419397473cf3db6e9fa020013998b1aa4: > > > > dt-bindings: ifc: Fix the unit address format in the examples (2018-03-12 15:38:49 +0800) > > > > ---------------------------------------------------------------- > > Freescale arm64 device tree updates for 4.17: > > - Move cpu_thermal device out of bus node to fix DTC simple_bus_reg > > warning seen with W=1 switch. > > - Fix IFC child nodes' unit-address to eliminate DTC simple_bus_reg > > warnings. > > - Add a dummy size memory 'reg' property for LS1046A device tree to > > avoid unit_address_vs_reg DTC warning, and the real size will be > > filled by bootloader. > > - Update ls208xa-qds board device tree to fix unit_address_vs_reg > > warnings with DSPI device. > > - Add idle-states for LS1012A and LS1043A, and correct > > arm,psci-suspend-param setting for already added idle-states. > > - DPAA QBMan portal and watchdog device addition. > > Pulled into next/dt > > What's the status of the imx8 support? Do you plan to send another > pull request for that for 4.17, or are you still waiting for some > dependencies? The i.MX8 platform/DT support depends on clock driver which hasn't been ready for merge. And even for platform/DT series, I haven't seen the new version from Lucas, since we put quite some comments on v2. Shawn