lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <172304386093.2508296.15187561674368738035.robh@kernel.org>
Date: Wed, 07 Aug 2024 09:20:30 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Frieder Schrempf <frieder@...s.de>
Cc: Parthiban Nallathambi <parthiban@...umiz.com>, 
 devicetree@...r.kernel.org, Hugo Villeneuve <hvilleneuve@...onoff.com>, 
 Bjorn Helgaas <bhelgaas@...gle.com>, 
 Gregor Herburger <gregor.herburger@...tq-group.com>, 
 Conor Dooley <conor+dt@...nel.org>, 
 Joao Paulo Goncalves <joao.goncalves@...adex.com>, 
 Frieder Schrempf <frieder.schrempf@...tron.de>, 
 Conor Dooley <conor.dooley@...rochip.com>, linux-kernel@...r.kernel.org, 
 Marco Felsch <m.felsch@...gutronix.de>, 
 Pengutronix Kernel Team <kernel@...gutronix.de>, imx@...ts.linux.dev, 
 Shawn Guo <shawnguo@...nel.org>, 
 Francesco Dolcini <francesco.dolcini@...adex.com>, 
 Fabio Estevam <festevam@...il.com>, Sascha Hauer <s.hauer@...gutronix.de>, 
 Krzysztof Kozlowski <krzk+dt@...nel.org>, 
 linux-arm-kernel@...ts.infradead.org, 
 Mathieu Othacehe <m.othacehe@...il.com>, 
 Alexander Stein <alexander.stein@...tq-group.com>, 
 Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>, 
 Hiago De Franco <hiago.franco@...adex.com>
Subject: Re: [PATCH v2 0/3] Add support for Kontron OSM-S i.MX8MP SoM and
 carrier boards


On Wed, 07 Aug 2024 12:38:45 +0200, Frieder Schrempf wrote:
> From: Frieder Schrempf <frieder.schrempf@...tron.de>
> 
> Patch 1: board DT bindings
> Patch 2: OSM-S i.MX8MP SoM and BL carrier board devicetrees
> Patch 3: i.MX8MP SMARC module and eval carrier board devicetrees
> 
> Changes for v2:
> 
> DT bindings (patch1):
> * Add tags from Krzysztof and Conor (thanks!)
> 
> SMARC DTs (patch 3):
> * Fix GPIO labels
> * Add support for TPM chip on SMARC module
> * Disable PWM in favor of GPIO5 on SMARC carrier
> * Enable LCDIF node to make HDMI work
> * Add support for GPIO expanders on SMARC carrier
> * Remove SPI flash as its removable and should be in an overlay
> * Add CAN regulators to fix transceiver enable
> 
> Frieder Schrempf (3):
>   dt-bindings: arm: fsl: Add Kontron i.MX8MP OSM-S based boards
>   arm64: dts: Add support for Kontron OSM-S i.MX8MP SoM and BL carrier
>     board
>   arm64: dts: Add support for Kontron i.MX8MP SMARC module and eval
>     carrier
> 
>  .../devicetree/bindings/arm/fsl.yaml          |  13 +
>  arch/arm64/boot/dts/freescale/Makefile        |   6 +
>  .../dts/freescale/imx8mp-kontron-bl-osm-s.dts | 307 ++++++
>  .../boot/dts/freescale/imx8mp-kontron-dl.dtso | 112 +++
>  .../dts/freescale/imx8mp-kontron-osm-s.dtsi   | 908 ++++++++++++++++++
>  .../imx8mp-kontron-smarc-eval-carrier.dts     | 258 +++++
>  .../dts/freescale/imx8mp-kontron-smarc.dtsi   | 281 ++++++
>  7 files changed, 1885 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-bl-osm-s.dts
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtso
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-osm-s.dtsi
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-smarc-eval-carrier.dts
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-smarc.dtsi
> 
> --
> 2.45.2
> 
> 
> 


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-kontron-bl-osm-s.dtb freescale/imx8mp-kontron-smarc-eval-carrier.dtb' for 20240807104137.558741-1-frieder@...s.de:

arch/arm64/boot/dts/freescale/imx8mp-kontron-bl-osm-s.dtb: /usbc: failed to match any schema with compatible: ['linux,extcon-usb-gpio']
arch/arm64/boot/dts/freescale/imx8mp-kontron-smarc-eval-carrier.dtb: /usbc: failed to match any schema with compatible: ['linux,extcon-usb-gpio']






Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ