Message ID | 20240928234949.357893-1-marex@denx.de |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [1/2] dt-bindings: arm: fsl: Document DH electronics i.MX8M Plus DHCOM PicoITX | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | warning | total: 0 errors, 1 warnings, 7 lines checked |
robh/patch-applied | fail | build log |
On Sun, Sep 29, 2024 at 01:48:08AM +0200, Marek Vasut wrote: > Document support for DH electronics i.MX8M Plus DHCOM SoM on PicoITX carrier > board. This system is populated with serial console, EQoS ethernet, eMMC, SD, > SPI NOR, LEDs and USB 3.0 host used in USB 2.0 mode on PicoITX. > > Signed-off-by: Marek Vasut <marex@denx.de> Acked-by: Conor Dooley <conor.dooley@microchip.com>
On Sun, 29 Sep 2024 01:48:08 +0200, Marek Vasut wrote: > Document support for DH electronics i.MX8M Plus DHCOM SoM on PicoITX carrier > board. This system is populated with serial console, EQoS ethernet, eMMC, SD, > SPI NOR, LEDs and USB 3.0 host used in USB 2.0 mode on PicoITX. > > Signed-off-by: Marek Vasut <marex@denx.de> > --- > Cc: Alexander Stein <alexander.stein@ew.tq-group.com> > Cc: Conor Dooley <conor+dt@kernel.org> > Cc: Fabio Estevam <festevam@gmail.com> > Cc: Gregor Herburger <gregor.herburger@ew.tq-group.com> > Cc: Hiago De Franco <hiago.franco@toradex.com> > Cc: Hugo Villeneuve <hvilleneuve@dimonoff.com> > Cc: Joao Paulo Goncalves <joao.goncalves@toradex.com> > Cc: Krzysztof Kozlowski <krzk+dt@kernel.org> > Cc: Mathieu Othacehe <m.othacehe@gmail.com> > Cc: Max Merchel <Max.Merchel@ew.tq-group.com> > Cc: Michael Walle <mwalle@kernel.org> > Cc: Peng Fan <peng.fan@nxp.com> > Cc: Pengutronix Kernel Team <kernel@pengutronix.de> > Cc: Rob Herring <robh@kernel.org> > Cc: Sascha Hauer <s.hauer@pengutronix.de> > Cc: Shawn Guo <shawnguo@kernel.org> > Cc: devicetree@vger.kernel.org > Cc: imx@lists.linux.dev > Cc: linux-arm-kernel@lists.infradead.org > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 1 + > 1 file changed, 1 insertion(+) > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y freescale/imx8mp-dhcom-picoitx.dtb' for 20240928234949.357893-1-marex@denx.de: arch/arm64/boot/dts/freescale/imx8mp-dhcom-picoitx.dtb: pcie-ep@33800000: reg: [[864026624, 4194304], [402653184, 134217728]] is too short from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie-ep.yaml# arch/arm64/boot/dts/freescale/imx8mp-dhcom-picoitx.dtb: pcie-ep@33800000: reg-names: ['dbi', 'addr_space'] is too short from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie-ep.yaml#
On 10/2/24 5:50 AM, Rob Herring (Arm) wrote: > > On Sun, 29 Sep 2024 01:48:08 +0200, Marek Vasut wrote: >> Document support for DH electronics i.MX8M Plus DHCOM SoM on PicoITX carrier >> board. This system is populated with serial console, EQoS ethernet, eMMC, SD, >> SPI NOR, LEDs and USB 3.0 host used in USB 2.0 mode on PicoITX. >> >> Signed-off-by: Marek Vasut <marex@denx.de> >> --- >> Cc: Alexander Stein <alexander.stein@ew.tq-group.com> >> Cc: Conor Dooley <conor+dt@kernel.org> >> Cc: Fabio Estevam <festevam@gmail.com> >> Cc: Gregor Herburger <gregor.herburger@ew.tq-group.com> >> Cc: Hiago De Franco <hiago.franco@toradex.com> >> Cc: Hugo Villeneuve <hvilleneuve@dimonoff.com> >> Cc: Joao Paulo Goncalves <joao.goncalves@toradex.com> >> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org> >> Cc: Mathieu Othacehe <m.othacehe@gmail.com> >> Cc: Max Merchel <Max.Merchel@ew.tq-group.com> >> Cc: Michael Walle <mwalle@kernel.org> >> Cc: Peng Fan <peng.fan@nxp.com> >> Cc: Pengutronix Kernel Team <kernel@pengutronix.de> >> Cc: Rob Herring <robh@kernel.org> >> Cc: Sascha Hauer <s.hauer@pengutronix.de> >> Cc: Shawn Guo <shawnguo@kernel.org> >> Cc: devicetree@vger.kernel.org >> Cc: imx@lists.linux.dev >> Cc: linux-arm-kernel@lists.infradead.org >> --- >> Documentation/devicetree/bindings/arm/fsl.yaml | 1 + >> 1 file changed, 1 insertion(+) >> > > > My bot found new DTB warnings on the .dts files added or changed in this > series. > > Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings > are fixed by another series. Ultimately, it is up to the platform > maintainer whether these warnings are acceptable or not. No need to reply > unless the platform maintainer has comments. > > If you already ran DT checks and didn't see these error(s), then > make sure dt-schema is up to date: > > pip3 install dtschema --upgrade > > > New warnings running 'make CHECK_DTBS=y freescale/imx8mp-dhcom-picoitx.dtb' for 20240928234949.357893-1-marex@denx.de: > > arch/arm64/boot/dts/freescale/imx8mp-dhcom-picoitx.dtb: pcie-ep@33800000: reg: [[864026624, 4194304], [402653184, 134217728]] is too short > from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie-ep.yaml# > arch/arm64/boot/dts/freescale/imx8mp-dhcom-picoitx.dtb: pcie-ep@33800000: reg-names: ['dbi', 'addr_space'] is too short > from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie-ep.yaml# This is unrelated. I believe the work-in-progress fix for this warning is already posted: https://lore.kernel.org/linux-arm-kernel/1721634979-1726-1-git-send-email-hongxing.zhu@nxp.com/
On Sun, Sep 29, 2024 at 01:48:08AM +0200, Marek Vasut wrote: > Document support for DH electronics i.MX8M Plus DHCOM SoM on PicoITX carrier > board. This system is populated with serial console, EQoS ethernet, eMMC, SD, > SPI NOR, LEDs and USB 3.0 host used in USB 2.0 mode on PicoITX. > > Signed-off-by: Marek Vasut <marex@denx.de> Applied both, thanks!
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 09027a4ef515c..319dc8f0f5a63 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1103,6 +1103,7 @@ properties: - dh,imx8mp-dhcom-drc02 # i.MX8MP DHCOM SoM on DRC02 board - dh,imx8mp-dhcom-pdk2 # i.MX8MP DHCOM SoM on PDK2 board - dh,imx8mp-dhcom-pdk3 # i.MX8MP DHCOM SoM on PDK3 board + - dh,imx8mp-dhcom-picoitx # i.MX8MP DHCOM SoM on PicoITX board - const: dh,imx8mp-dhcom-som # i.MX8MP DHCOM SoM - const: fsl,imx8mp
Document support for DH electronics i.MX8M Plus DHCOM SoM on PicoITX carrier board. This system is populated with serial console, EQoS ethernet, eMMC, SD, SPI NOR, LEDs and USB 3.0 host used in USB 2.0 mode on PicoITX. Signed-off-by: Marek Vasut <marex@denx.de> --- Cc: Alexander Stein <alexander.stein@ew.tq-group.com> Cc: Conor Dooley <conor+dt@kernel.org> Cc: Fabio Estevam <festevam@gmail.com> Cc: Gregor Herburger <gregor.herburger@ew.tq-group.com> Cc: Hiago De Franco <hiago.franco@toradex.com> Cc: Hugo Villeneuve <hvilleneuve@dimonoff.com> Cc: Joao Paulo Goncalves <joao.goncalves@toradex.com> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org> Cc: Mathieu Othacehe <m.othacehe@gmail.com> Cc: Max Merchel <Max.Merchel@ew.tq-group.com> Cc: Michael Walle <mwalle@kernel.org> Cc: Peng Fan <peng.fan@nxp.com> Cc: Pengutronix Kernel Team <kernel@pengutronix.de> Cc: Rob Herring <robh@kernel.org> Cc: Sascha Hauer <s.hauer@pengutronix.de> Cc: Shawn Guo <shawnguo@kernel.org> Cc: devicetree@vger.kernel.org Cc: imx@lists.linux.dev Cc: linux-arm-kernel@lists.infradead.org --- Documentation/devicetree/bindings/arm/fsl.yaml | 1 + 1 file changed, 1 insertion(+)