changes v5:
- rebase against git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git for-next
- drop vendor-prefixes patch. It is already in the for-next branch
- rename Co-Developed-by to Co-developed-by
changes v4:
- rename wifinpd to wifigrp
changes v3:
- rename led-debug to led-0
- rename bcrmf to wifi
changes v2:
- add phy-handle
- rename node to touchscreen@38
- reorder reg and status properties
Oleksij Rempel (3):
dt-bindings: vendor-prefixes: Add an entry for Van der Laan b.v.
dt-bindings: arm: fsl: add Van der Laan LANMCU board
ARM: dts: add Van der Laan LANMCU board
Subject: [PATCH v5 0/2] *** SUBJECT HERE ***
*** BLURB HERE ***
Oleksij Rempel (2):
dt-bindings: arm: fsl: add Van der Laan LANMCU board
ARM: dts: add Van der Laan LANMCU board
.../devicetree/bindings/arm/fsl.yaml | 1 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/imx6dl-lanmcu.dts | 470 ++++++++++++++++++
3 files changed, 472 insertions(+)
create mode 100644 arch/arm/boot/dts/imx6dl-lanmcu.dts
--
2.28.0
Add Van der Laan LANMCU iMX6dl based board
Signed-off-by: Oleksij Rempel <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 20bbb67b0042..80c3d08b2023 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -381,6 +381,7 @@ properties:
- technologic,imx6dl-ts4900
- technologic,imx6dl-ts7970
- udoo,imx6dl-udoo # Udoo i.MX6 Dual-lite Board
+ - vdl,lanmcu # Van der Laan LANMCU board
- wand,imx6dl-wandboard # Wandboard i.MX6 Dual Lite Board
- ysoft,imx6dl-yapp4-draco # i.MX6 DualLite Y Soft IOTA Draco board
- ysoft,imx6dl-yapp4-hydra # i.MX6 DualLite Y Soft IOTA Hydra board
--
2.28.0
On Mon, Nov 02, 2020 at 10:02:11AM +0100, Oleksij Rempel wrote:
> Add Van der Laan LANMCU iMX6dl based board
>
> Signed-off-by: Oleksij Rempel <[email protected]>
> Reviewed-by: Krzysztof Kozlowski <[email protected]>
> Acked-by: Rob Herring <[email protected]>
Applied, thanks.