[Armadeus-commitlog] UNNAMED PROJECT branch, opos6ul-2018.05, updated. 9fee3d277442ab9ad9ed83c59c9
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-09-21 12:29:06
|
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 "UNNAMED PROJECT".
The branch, opos6ul-2018.05 has been updated
via 9fee3d277442ab9ad9ed83c59c96aca01e1d3b30 (commit)
from 5f63b6d5ae18fb7dde758b425a19cd5bc4f9e6a2 (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 9fee3d277442ab9ad9ed83c59c96aca01e1d3b30
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Sep 21 14:25:33 2021 +0200
ARM: dts: opos6ulsp{,dev}: add u-boot properties into separate .dtsi files
-----------------------------------------------------------------------
Summary of changes:
...ot.dtsi => imx6ul-imx6ull-opos6ulsp-u-boot.dtsi} | 7 ++-----
arch/arm/dts/imx6ul-opos6ulspdev-u-boot.dtsi | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+), 5 deletions(-)
copy arch/arm/dts/{imx6ul-opos6ul-u-boot.dtsi => imx6ul-imx6ull-opos6ulsp-u-boot.dtsi} (60%)
create mode 100644 arch/arm/dts/imx6ul-opos6ulspdev-u-boot.dtsi
diff --git a/arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi b/arch/arm/dts/imx6ul-imx6ull-opos6ulsp-u-boot.dtsi
similarity index 60%
copy from arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi
copy to arch/arm/dts/imx6ul-imx6ull-opos6ulsp-u-boot.dtsi
index 4918de388e..c73eee6220 100644
--- a/arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi
+++ b/arch/arm/dts/imx6ul-imx6ull-opos6ulsp-u-boot.dtsi
@@ -1,9 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
-/*
- * Device Tree Source extras for U-Boot for the OPOS6UL SoM
- *
- * Copyright (C) 2018 Armadeus Systems <su...@ar...>
- */
+// Copyright (C) 2021 Armadeus Systems <su...@ar...>
+// Device Tree Source extras for U-Boot for the OPOS6ULSP SoM
/ {
soc {
diff --git a/arch/arm/dts/imx6ul-opos6ulspdev-u-boot.dtsi b/arch/arm/dts/imx6ul-opos6ulspdev-u-boot.dtsi
new file mode 100644
index 0000000000..9e349de0fa
--- /dev/null
+++ b/arch/arm/dts/imx6ul-opos6ulspdev-u-boot.dtsi
@@ -0,0 +1,21 @@
+// SPDX-License-Identifier: GPL-2.0
+// Copyright (C) 2021 Armadeus Systems <su...@ar...>
+// Device Tree Source extras for U-Boot for the OPOS6ULSP Dev board
+
+#include "imx6ul-imx6ull-opos6ulsp-u-boot.dtsi"
+
+&aips1 {
+ u-boot,dm-spl;
+
+ spba-bus@02000000 {
+ u-boot,dm-spl;
+ };
+};
+
+&pinctrl_uart1 {
+ u-boot,dm-spl;
+};
+
+&uart1 {
+ u-boot,dm-spl;
+};
hooks/post-receive
--
UNNAMED PROJECT
|