Message ID | 20250113-imx95_15x15-v1-0-8c20cbaab9ed@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: add imx95_15x15_evk boards support | expand |
On Mon, 13 Jan 2025 13:01:58 -0500, Frank Li wrote: > Add related binding doc. > > Add imx95_15x15_evk boards, which have big difference with imx95_19x19_evk > boards. > > Signed-off-by: Frank Li <Frank.Li@nxp.com> > --- > Frank Li (4): > dt-bindings: arm: fsl: add i.MX95 15x15 EVK board > arm64: dts: imx95: Add #io-channel-cells = <1> for adc node > arm64: dts: imx95: Add i3c1 and i3c2 > arm64: dts: imx95: Add imx95-15x15-evk support > > Documentation/devicetree/bindings/arm/fsl.yaml | 1 + > arch/arm64/boot/dts/freescale/Makefile | 1 + > arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts | 1064 +++++++++++++++++++++ > arch/arm64/boot/dts/freescale/imx95.dtsi | 27 + > 4 files changed, 1093 insertions(+) > --- > base-commit: 1300d5fe48f1e09a9a7d2dfe3b2e74be8ccaa322 > change-id: 20250110-imx95_15x15-6a64db8c0187 > > Best regards, > --- > Frank Li <Frank.Li@nxp.com> > > > 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 for arch/arm64/boot/dts/freescale/' for 20250113-imx95_15x15-v1-0-8c20cbaab9ed@nxp.com: arch/arm64/boot/dts/freescale/imx95-15x15-evk.dtb: i3c@42520000: Unevaluated properties are not allowed ('inctrl-names' was unexpected) from schema $id: http://devicetree.org/schemas/i3c/silvaco,i3c-master.yaml#
Add related binding doc. Add imx95_15x15_evk boards, which have big difference with imx95_19x19_evk boards. Signed-off-by: Frank Li <Frank.Li@nxp.com> --- Frank Li (4): dt-bindings: arm: fsl: add i.MX95 15x15 EVK board arm64: dts: imx95: Add #io-channel-cells = <1> for adc node arm64: dts: imx95: Add i3c1 and i3c2 arm64: dts: imx95: Add imx95-15x15-evk support Documentation/devicetree/bindings/arm/fsl.yaml | 1 + arch/arm64/boot/dts/freescale/Makefile | 1 + arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts | 1064 +++++++++++++++++++++ arch/arm64/boot/dts/freescale/imx95.dtsi | 27 + 4 files changed, 1093 insertions(+) --- base-commit: 1300d5fe48f1e09a9a7d2dfe3b2e74be8ccaa322 change-id: 20250110-imx95_15x15-6a64db8c0187 Best regards, --- Frank Li <Frank.Li@nxp.com>