[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-374-g8768da3e3
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2023-04-06 08:43:08
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 8768da3e39a1eefb6205c6476ad5f053e0af9601 (commit)
from 3a68a525a7f4056e241d480a7190cc7b7e53f284 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8768da3e39a1eefb6205c6476ad5f053e0af9601
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Apr 6 10:42:31 2023 +0200
[LINUX] 5.10: apf27: patch for FPGA access from Linux
-----------------------------------------------------------------------
Summary of changes:
.../5.10/0204-ARM-dts-apf27-add-weim-support.patch | 36 ++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 patches/linux/5.10/0204-ARM-dts-apf27-add-weim-support.patch
diff --git a/patches/linux/5.10/0204-ARM-dts-apf27-add-weim-support.patch b/patches/linux/5.10/0204-ARM-dts-apf27-add-weim-support.patch
new file mode 100644
index 000000000..4d213127b
--- /dev/null
+++ b/patches/linux/5.10/0204-ARM-dts-apf27-add-weim-support.patch
@@ -0,0 +1,36 @@
+From e89a5534b2d6e621dafc7f5229c317f038e536b1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Thu, 6 Apr 2023 10:38:08 +0200
+Subject: [PATCH 204/204] ARM: dts: apf27: add weim support
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+APF27 has a FPGA connected on the WEIM bus, add support of it.
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ arch/arm/boot/dts/imx27-apf27.dts | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+diff --git a/arch/arm/boot/dts/imx27-apf27.dts b/arch/arm/boot/dts/imx27-apf27.dts
+index 32232cce9f06..dea082947f4b 100644
+--- a/arch/arm/boot/dts/imx27-apf27.dts
++++ b/arch/arm/boot/dts/imx27-apf27.dts
+@@ -162,3 +162,12 @@ &usbotg {
+ disable-over-current;
+ status = "okay";
+ };
++
++&weim {
++ status = "okay";
++
++ fpga@5,0 {
++ reg = <5 0 0x02000000>;
++ fsl,weim-cs-timing = <0x00000600 0x00000D01 0x0>;
++ };
++};
+--
+2.39.2
+
hooks/post-receive
--
armadeus
|