Hi, Patches 1,2,3 fixes minor issues for the already supported boards. Patches 4 and 5 adds support for some new redesigned boards based on i.MX6 SoC. The last patch 6 adds record to the MAINTAINERS file stating that we do care about all these boards. Michal Vokáč (6): dt-bindings: arm: fsl: Fix copy-paste error in comment ARM: dts: imx6dl-yapp4: Change LED channel names according to dt-binding ARM: dts: imx6dl-yapp4: Use reset-gpios property name dt-bindings: arm: fsl: Add Y Soft IOTA Phoenix, Lynx, Pegasus and Pegasus+ ARM: dts: imx6dl-yapp43: Add support for new HW revision of the IOTA board MAINTAINERS: Add Michal Vokáč as yapp4 boards maintainer .../devicetree/bindings/arm/fsl.yaml | 6 +- MAINTAINERS | 6 + arch/arm/boot/dts/Makefile | 4 + arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 8 +- arch/arm/boot/dts/imx6dl-yapp4-lynx.dts | 58 ++ arch/arm/boot/dts/imx6dl-yapp4-phoenix.dts | 42 ++ arch/arm/boot/dts/imx6dl-yapp43-common.dtsi | 619 ++++++++++++++++++ arch/arm/boot/dts/imx6q-yapp4-pegasus.dts | 58 ++ .../boot/dts/imx6qp-yapp4-pegasus-plus.dts | 58 ++ 9 files changed, 854 insertions(+), 5 deletions(-) create mode 100644 arch/arm/boot/dts/imx6dl-yapp4-lynx.dts create mode 100644 arch/arm/boot/dts/imx6dl-yapp4-phoenix.dts create mode 100644 arch/arm/boot/dts/imx6dl-yapp43-common.dtsi create mode 100644 arch/arm/boot/dts/imx6q-yapp4-pegasus.dts create mode 100644 arch/arm/boot/dts/imx6qp-yapp4-pegasus-plus.dts -- 2.25.1