On Thu, 26 Dec 2024 18:13:27 +0100, Marek Vasut wrote: > Update the DT to match newest Data Modul i.MX8M Plus eDM SBC rev.903 > board which implements significant changes. Keep some of the rev.900 > and rev.902 nodes in the DT so that a DTO can be used to support old > rev.900 and rev.902 boards easily. > > The changes from rev.900 to rev.902 are: > - Both ethernet PHYs replaced from AR8031 to BCM54213PE > - Both ethernet PHYs MDIO address changed > - PCIe WiFi now comes with dedicated regulator > - I2C TPM chip address > - Additional GPIO expander for LVDS panel control added > - Current EEPROM I2C address changed > - Another optional EEPROM added onto another I2C bus > > The changes from rev.902 to rev.903 are: > - Additional GPIO expander for WiFi and LVDS panel control added > - Multiple GPIOs are reassigned > > Signed-off-by: Marek Vasut <marex@xxxxxxx> > --- > Cc: Conor Dooley <conor+dt@xxxxxxxxxx> > Cc: Fabio Estevam <festevam@xxxxxxxxx> > Cc: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx> > Cc: Pengutronix Kernel Team <kernel@xxxxxxxxxxxxxx> > Cc: Rob Herring <robh@xxxxxxxxxx> > Cc: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > Cc: Shawn Guo <shawnguo@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: imx@xxxxxxxxxxxxxxx > Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > --- > .../freescale/imx8mp-data-modul-edm-sbc.dts | 147 +++++++++++++++--- > 1 file changed, 128 insertions(+), 19 deletions(-) > 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-data-modul-edm-sbc.dtb' for 20241226171404.84095-1-marex@xxxxxxx: arch/arm64/boot/dts/freescale/imx8mp-data-modul-edm-sbc.dtb: tpm@2e: compatible: 'oneOf' conditional failed, one must be fixed: ['st,st33tphf2ei2c', 'tcg,tpm-tis-i2c'] is too long 'st,st33tphf2ei2c' is not one of ['infineon,slb9673', 'nuvoton,npct75x', 'st,st33ktpm2xi2c'] 'st,st33tphf2ei2c' is not one of ['atmel,at97sc3204t', 'infineon,slb9635tt', 'infineon,slb9645tt', 'infineon,tpm_i2c_infineon', 'nuvoton,npct501', 'nuvoton,npct601', 'st,st33zp24-i2c', 'winbond,wpct301'] from schema $id: http://devicetree.org/schemas/tpm/tcg,tpm-tis-i2c.yaml# arch/arm64/boot/dts/freescale/imx8mp-data-modul-edm-sbc.dtb: tpm@2e: Unevaluated properties are not allowed ('compatible' was unexpected) from schema $id: http://devicetree.org/schemas/tpm/tcg,tpm-tis-i2c.yaml# arch/arm64/boot/dts/freescale/imx8mp-data-modul-edm-sbc.dtb: /soc@0/bus@30800000/i2c@30a20000/tpm@2e: failed to match any schema with compatible: ['st,st33tphf2ei2c', 'tcg,tpm-tis-i2c'] arch/arm64/boot/dts/freescale/imx8mp-data-modul-edm-sbc.dtb: rtc@68: #clock-cells: 1 was expected from schema $id: http://devicetree.org/schemas/rtc/st,m41t80.yaml# arch/arm64/boot/dts/freescale/imx8mp-data-modul-edm-sbc.dtb: rtc@68: Unevaluated properties are not allowed ('#clock-cells' was unexpected) from schema $id: http://devicetree.org/schemas/rtc/st,m41t80.yaml#