[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230210154855.3086900-1-michal.vokac@ysoft.com>
Date: Fri, 10 Feb 2023 16:48:49 +0100
From: Michal Vokáč <michal.vokac@...ft.com>
To: Rob Herring <robh+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
NXP Linux Team <linux-imx@....com>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Michal Vokáč <michal.vokac@...ft.com>
Subject: [PATCH 0/6] Add support for new boards in the imx6dl-yapp4 family
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
Powered by blists - more mailing lists