Message ID | 20250328-wip-y-moog-phytec-de-imx8mp-phycore-fpsc-v1-0-28324c7f81fa@phytec.de (mailing list archive) |
---|---|
Headers | show |
Series | Add new imx imx8mp-libra-rdk-fpsc SBC | expand |
On Fri, 28 Mar 2025 14:04:36 +0100, Yannic Moog wrote: > The Libra i.MX 8M Plus is a SBC that consists of the Libra base board > and the phyCORE i.MX 8M Plus FPSC SoM. > This series adds its binding and device trees. > In addition add an overlay for an LVDS display that may optionally be > connected to the Libra board. > > --- > Yannic Moog (3): > dt-bindings: add imx8mp-libra-rdk-fpsc > arm64: dts: add imx8mp-libra-rdk-fpsc board > arm64: dts: add imx8mp-libra-rdk-fpsc LVDS panel overlay > > Documentation/devicetree/bindings/arm/fsl.yaml | 7 + > arch/arm64/boot/dts/freescale/Makefile | 3 + > .../imx8mp-libra-rdk-fpsc-lvds-etml1010g3dra.dtso | 44 ++ > .../boot/dts/freescale/imx8mp-libra-rdk-fpsc.dts | 291 ++++++++ > .../boot/dts/freescale/imx8mp-phycore-fpsc.dtsi | 796 +++++++++++++++++++++ > 5 files changed, 1141 insertions(+) > --- > base-commit: 90453dc4dee29b96b9162895f45776bc25526e07 > change-id: 20241210-wip-y-moog-phytec-de-imx8mp-phycore-fpsc-c273025682f2 > > Best regards, > -- > Yannic Moog <y.moog@phytec.de> > > > 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 This patch series was applied (using b4) to base: Base: using specified base-commit 90453dc4dee29b96b9162895f45776bc25526e07 If this is not the correct base, please add 'base-commit' tag (or use b4 which does this automatically) New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/freescale/' for 20250328-wip-y-moog-phytec-de-imx8mp-phycore-fpsc-v1-0-28324c7f81fa@phytec.de: arch/arm64/boot/dts/freescale/imx8mp-libra-rdk-fpsc.dtb: clock-controller@30e20000: clocks: [[2, 284], [2, 123], [2, 124], [2, 125], [2, 127], [2, 128], [2, 182], [2, 321]] is too long from schema $id: http://devicetree.org/schemas/clock/imx8mp-audiomix.yaml# arch/arm64/boot/dts/freescale/imx8mp-libra-rdk-fpsc.dtb: clock-controller@30e20000: clock-names: ['ahb', 'sai1', 'sai2', 'sai3', 'sai5', 'sai6', 'sai7', 'axi'] is too long from schema $id: http://devicetree.org/schemas/clock/imx8mp-audiomix.yaml#