Message ID | 1521113800-16401-4-git-send-email-shawnguo@kernel.org |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL,1/6] i.MX drivers updates for 4.17 | expand |
On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> 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-dt-4.17 > > for you to fetch changes up to f4be9b77fac3d8141add1d84e75199f0e0ddd5a3: > > ARM: dts: i.MX25: define SSI FIFO depth (2018-03-12 15:23:36 +0800) > > ---------------------------------------------------------------- > i.MX device tree updates for 4.17: > - New board support: phyBOARD-Mira i.MX6 boards; Advantech DMS-BA16 > i.MX6Q board; Toradex Colibri iMX6ULL boards. > - ZII RDU board updates: add RAVE SP device; disable on-chip watchdog > as the external watchdog is being used instead; improve USDHC node > regarding to voltage and SDIO capability. > - i.MX6UL/ULL updates: cpufreq clock cleanup; add IOMUXC_SNVS pins and > missing daisy chain configurations; add more devices like WDOG3, > UART8, PMU, architected timer etc. > - Hummingboard updates: correct USBOTG-ID pin; remove mention of > nonexistent node. > - Fix compatibles of atmel eeprom devices. > - A couple of improvements on i.MX25 pinfunc header regarding to eSDHC > pins. > - A bunch of patches from Fabio and Marco to fix DTC warnings seen with > W=1 switch. > - Remove GPU subsystem nodes, as they are not needed by the etnaviv > driver anymore and have been removed from the binding. > - Add FIFO depth definition for i.MX25 SSI devices. > - Add missing '#sound-dai-cells' for sgtl5000 codec which is complained > by DTC. > - Miscellaneous and random updates. Pulled into next/dt, thanks! Arnd
On Thu, Mar 15, 2018 at 4:08 PM, Arnd Bergmann <arnd@arndb.de> wrote: > On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote: >> - A bunch of patches from Fabio and Marco to fix DTC warnings seen with >> W=1 switch. >> - Add missing '#sound-dai-cells' for sgtl5000 codec which is complained >> by DTC. I still get a bunch of warnings in linux-next with your patches: arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dtb: Warning (chosen_node_stdout_path): /chosen:linux,stdout-path: Use 'stdout-path' instead arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dtb: Warning (chosen_node_stdout_path): /chosen:linux,stdout-path: Use 'stdout-path' instead arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dtb: Warning (chosen_node_stdout_path): /chosen:linux,stdout-path: Use 'stdout-path' instead arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dtb: Warning (chosen_node_stdout_path): /chosen:linux,stdout-path: Use 'stdout-path' instead arch/arm/boot/dts/imx6ul-isiot-emmc.dtb: Warning (sound_dai_property): /sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in node /soc/aips-bus@2100000/i2c@21a0000/codec@a or bad phandle (referred from sound-dai[0]) arch/arm/boot/dts/imx6ul-isiot-nand.dtb: Warning (sound_dai_property): /sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in node /soc/aips-bus@2100000/i2c@21a0000/codec@a or bad phandle (referred from sound-dai[0]) I hoped that they would be fixed with the pull request, but something is still missing. Can you have another look? It should be related to the fixes you already have. Arnd
Hi Arnd, On Thu, Mar 15, 2018 at 1:58 PM, Arnd Bergmann <arnd@arndb.de> wrote: > On Thu, Mar 15, 2018 at 4:08 PM, Arnd Bergmann <arnd@arndb.de> wrote: >> On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote: >>> - A bunch of patches from Fabio and Marco to fix DTC warnings seen with >>> W=1 switch. >>> - Add missing '#sound-dai-cells' for sgtl5000 codec which is complained >>> by DTC. > > I still get a bunch of warnings in linux-next with your patches: > > arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dtb: Warning > (chosen_node_stdout_path): /chosen:linux,stdout-path: Use > 'stdout-path' instead > arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dtb: Warning > (chosen_node_stdout_path): /chosen:linux,stdout-path: Use > 'stdout-path' instead > arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dtb: Warning > (chosen_node_stdout_path): /chosen:linux,stdout-path: Use > 'stdout-path' instead > arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dtb: Warning > (chosen_node_stdout_path): /chosen:linux,stdout-path: Use > 'stdout-path' instead > arch/arm/boot/dts/imx6ul-isiot-emmc.dtb: Warning (sound_dai_property): > /sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in > node /soc/aips-bus@2100000/i2c@21a0000/codec@a or bad phandle > (referred from sound-dai[0]) > arch/arm/boot/dts/imx6ul-isiot-nand.dtb: Warning (sound_dai_property): > /sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in > node /soc/aips-bus@2100000/i2c@21a0000/codec@a or bad phandle > (referred from sound-dai[0]) > > I hoped that they would be fixed with the pull request, but something > is still missing. Can you have another look? It should be related to > the fixes you already have. My DTC warning patches were generated against Shaw's tree, which is based on 4.16-rc1. In his trees these warnings do not appear, so I haven't fixed them yet. I can send more patches to fix the remaining i.MX DTC warnings against linux-next, but that will probably be for 4.18.
On Thu, Mar 15, 2018 at 2:22 PM, Fabio Estevam <festevam@gmail.com> wrote: > My DTC warning patches were generated against Shaw's tree, which is > based on 4.16-rc1. > > In his trees these warnings do not appear, so I haven't fixed them yet. > > I can send more patches to fix the remaining i.MX DTC warnings against > linux-next, but that will probably be for 4.18. Just tried linux-next and I see that these warnings happen even without building with W=1. I will send some patches to fix them.
On Thu, Mar 15, 2018 at 03:12:03PM -0300, Fabio Estevam wrote: > On Thu, Mar 15, 2018 at 2:22 PM, Fabio Estevam <festevam@gmail.com> wrote: > > > My DTC warning patches were generated against Shaw's tree, which is > > based on 4.16-rc1. > > > > In his trees these warnings do not appear, so I haven't fixed them yet. > > > > I can send more patches to fix the remaining i.MX DTC warnings against > > linux-next, but that will probably be for 4.18. > > Just tried linux-next and I see that these warnings happen even > without building with W=1. That should be because DTC gets upgraded to 1.4.6 on linux-next from version 1.4.5 on 4.16-rc. > I will send some patches to fix them. I received the patches and will send them to Arnd in another pull request. Shawn