2021-01-07 08:58:09

by Oleksij Rempel

[permalink] [raw]
Subject: [PATCH v2 0/2] mainline Protonic PRTI6G board

changes v2:
- reorder pinctls

Oleksij Rempel (2):
dt-bindings: arm: fsl: add Protonic PRTI6G board
ARM: dts: add Protonic PRTI6G board

.../devicetree/bindings/arm/fsl.yaml | 1 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/imx6ul-prti6g.dts | 356 ++++++++++++++++++
3 files changed, 358 insertions(+)
create mode 100644 arch/arm/boot/dts/imx6ul-prti6g.dts

--
2.30.0


2021-01-11 03:38:45

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] mainline Protonic PRTI6G board

On Thu, Jan 07, 2021 at 09:52:31AM +0100, Oleksij Rempel wrote:
> changes v2:
> - reorder pinctls
>
> Oleksij Rempel (2):
> dt-bindings: arm: fsl: add Protonic PRTI6G board
> ARM: dts: add Protonic PRTI6G board

Applied both, thanks.