Message ID | 1508847645-9191-2-git-send-email-shawnguo@kernel.org |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL,1/4] i.MX SoC changes for 4.15 | expand |
On Tue, Oct 24, 2017 at 2:20 PM, Shawn Guo <shawnguo@kernel.org> wrote: > i.MX device tree updates for 4.15: > - New board support: i.MX51 ZII RDU1, i.MX53 GE Healthcare PPD, i.MX6 > TX modules for MB7 from Ka-Ro Electronics, i.MX6 Wandboard revd1 > variants, i.MX6 LWN DISPLAY5 board, Pistachio i.MX6Q board, i.MX6SX > Vining-2000 board. > - Use the 'vpcie-supply' property for PCIe device for boards > imx6qdl-sabresd, imx6q-novena and imx6q-cm-fx6. > - A series from Jagan Teki to update imx6qdl-icore board with audio, > touch and CAN support. > - Switch to nvmem for accessing OCOTP from tempmon for i.MX6SX and add > tempmon support for i.MX6UL. > - A bunch of patches from Lothar Waßmann updating Ka-Ro i.MX28, i.MX53 > and i.MX6 TX modules. > - Fix DTC warnings in i.MX device trees, dropping leading zeros from > unit address, correcting display nodes notation and display port > names, fixing nodes with unit name and no reg property. I got some conflicts against the patch from Rob to drop leading zeros, but those were all easy to fix up. I noticed that some of your newly added files have new leading zeros, so I removed them during the merge as well. Please double-check that the new version in branch next/dt is fine. Arnd
On Mon, Oct 30, 2017 at 02:09:49PM +0100, Arnd Bergmann wrote: > On Tue, Oct 24, 2017 at 2:20 PM, Shawn Guo <shawnguo@kernel.org> wrote: > > > i.MX device tree updates for 4.15: > > - New board support: i.MX51 ZII RDU1, i.MX53 GE Healthcare PPD, i.MX6 > > TX modules for MB7 from Ka-Ro Electronics, i.MX6 Wandboard revd1 > > variants, i.MX6 LWN DISPLAY5 board, Pistachio i.MX6Q board, i.MX6SX > > Vining-2000 board. > > - Use the 'vpcie-supply' property for PCIe device for boards > > imx6qdl-sabresd, imx6q-novena and imx6q-cm-fx6. > > - A series from Jagan Teki to update imx6qdl-icore board with audio, > > touch and CAN support. > > - Switch to nvmem for accessing OCOTP from tempmon for i.MX6SX and add > > tempmon support for i.MX6UL. > > - A bunch of patches from Lothar Waßmann updating Ka-Ro i.MX28, i.MX53 > > and i.MX6 TX modules. > > - Fix DTC warnings in i.MX device trees, dropping leading zeros from > > unit address, correcting display nodes notation and display port > > names, fixing nodes with unit name and no reg property. > > I got some conflicts against the patch from Rob to drop leading zeros, > but those were all easy to fix up. I noticed that some of your newly > added files have new leading zeros, so I removed them during the merge > as well. Please double-check that the new version in branch next/dt is > fine. I compared your next/dt and my imx/dt, and the diff is all about dropping leading zeros. So next/dt branch is fine. Thanks a lot for helping fix it up. I will pay more attention to leading zeros for future patch reviewing. Shawn