On Wed, 28 Feb 2024 14:54:56 -0500, Frank Li wrote: > Add cm40 subsystem. > Add cm40_lpuart and lpurt1 for 8dxl evk boards. > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > Alice Guo (1): > arm64: dts: imx8dxl: add lpuart device in cm40 subsystem > > Dong Aisheng (1): > arm64: dts: imx8: add cm40 subsystem dtsi > > Frank Li (2): > arm64: dts: imx8dxl: update cm40 irq number informaiton > dts: arm64: imx8dxl-evk: add lpuart1 and cm40 uart > > arch/arm64/boot/dts/freescale/imx8-ss-cm40.dtsi | 92 +++++++++++++++++++++++++ > arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 50 ++++++++++++++ > arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 13 ++++ > arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 1 + > 4 files changed, 156 insertions(+) > --- > base-commit: 62a517a071e93c650cc847ce300b04a94b0cb7f2 > change-id: 20240228-m4_lpuart-30791c032f2a > > Best regards, > -- > Frank Li <Frank.Li@xxxxxxx> > > > My bot found new DT 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. 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/imx8dxl-evk.dtb' for 20240228-m4_lpuart-v1-0-9e6947be15e7@xxxxxxx: arch/arm64/boot/dts/freescale/imx8dxl-evk.dtb: /: fixedregulator@101: 'anyOf' conditional failed, one must be fixed: 'reg' is a required property 'ranges' is a required property from schema $id: http://devicetree.org/schemas/root-node.yaml# arch/arm64/boot/dts/freescale/imx8dxl-evk.dtb: bus@34000000: clock-cm40-ipg: {'compatible': ['fixed-clock'], '#clock-cells': [[0]], 'clock-frequency': [[132000000]], 'clock-output-names': ['cm40_ipg_clk'], 'phandle': [[15]]} should not be valid under {'type': 'object'} from schema $id: http://devicetree.org/schemas/simple-bus.yaml# arch/arm64/boot/dts/freescale/imx8dxl-evk.dtb: intmux@37400000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/interrupt-controller/fsl,intmux.yaml# arch/arm64/boot/dts/freescale/imx8dxl-evk.dtb: serial@5a070000: Unevaluated properties are not allowed ('resets' was unexpected) from schema $id: http://devicetree.org/schemas/serial/fsl-lpuart.yaml# arch/arm64/boot/dts/freescale/imx8dxl-evk.dtb: /modem-reset: failed to match any schema with compatible: ['gpio-reset']