[Armadeus-commitlog] UNNAMED PROJECT branch, armadeus-2020.07, updated. 1a666b78db02191325f67b630a
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-05-25 15:32:49
|
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, armadeus-2020.07 has been updated
via 1a666b78db02191325f67b630aaa0f65c18b4af4 (commit)
from e352969ad579546161e7665b1a0fccf7e128e007 (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 1a666b78db02191325f67b630aaa0f65c18b4af4
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue May 25 17:31:03 2021 +0200
Separate U-boot device tree for OPOS8MM and OPOS8MMDev board
-----------------------------------------------------------------------
Summary of changes:
...mdev-u-boot.dtsi => imx8mm-opos8mm-u-boot.dtsi} | 8 --
arch/arm/dts/imx8mm-opos8mmdev-u-boot.dtsi | 100 +--------------------
2 files changed, 1 insertion(+), 107 deletions(-)
copy arch/arm/dts/{imx8mm-opos8mmdev-u-boot.dtsi => imx8mm-opos8mm-u-boot.dtsi} (94%)
diff --git a/arch/arm/dts/imx8mm-opos8mmdev-u-boot.dtsi b/arch/arm/dts/imx8mm-opos8mm-u-boot.dtsi
similarity index 94%
copy from arch/arm/dts/imx8mm-opos8mmdev-u-boot.dtsi
copy to arch/arm/dts/imx8mm-opos8mm-u-boot.dtsi
index 5a4dae52d4..f5a46d9205 100644
--- a/arch/arm/dts/imx8mm-opos8mmdev-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-opos8mm-u-boot.dtsi
@@ -78,10 +78,6 @@
u-boot,dm-spl;
};
-&pinctrl_uart4 {
- u-boot,dm-spl;
-};
-
&pinctrl_usdhc1 {
u-boot,dm-spl;
};
@@ -106,10 +102,6 @@
u-boot,dm-spl;
};
-&uart4 {
- u-boot,dm-spl;
-};
-
&usdhc1 {
u-boot,dm-spl;
};
diff --git a/arch/arm/dts/imx8mm-opos8mmdev-u-boot.dtsi b/arch/arm/dts/imx8mm-opos8mmdev-u-boot.dtsi
index 5a4dae52d4..6ef446b5cd 100644
--- a/arch/arm/dts/imx8mm-opos8mmdev-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-opos8mmdev-u-boot.dtsi
@@ -2,114 +2,16 @@
//
// Copyright 2020 Armadeus Systems - <su...@ar...>
-&{/soc@0} {
- u-boot,dm-pre-reloc;
- u-boot,dm-spl;
-};
-
-&clk {
- u-boot,dm-spl;
- u-boot,dm-pre-reloc;
- /delete-property/ assigned-clocks;
- /delete-property/ assigned-clock-parents;
- /delete-property/ assigned-clock-rates;
-};
-
-&osc_32k {
- u-boot,dm-spl;
- u-boot,dm-pre-reloc;
-};
-
-&osc_24m {
- u-boot,dm-spl;
- u-boot,dm-pre-reloc;
-};
-
-&aips1 {
- u-boot,dm-spl;
- u-boot,dm-pre-reloc;
-};
-
-&aips2 {
- u-boot,dm-spl;
-};
+#include "imx8mm-opos8mm-u-boot.dtsi"
&aips3 {
u-boot,dm-spl;
};
-&iomuxc {
- u-boot,dm-spl;
-};
-
-&gpio1 {
- u-boot,dm-spl;
-};
-
-&gpio2 {
- u-boot,dm-spl;
-};
-
-&gpio3 {
- u-boot,dm-spl;
-};
-
-&gpio4 {
- u-boot,dm-spl;
-};
-
-&gpio5 {
- u-boot,dm-spl;
-};
-
-&i2c1 {
- u-boot,dm-spl;
-};
-
-&pinctrl_i2c1 {
- u-boot,dm-spl;
-};
-
-&pmic {
- u-boot,dm-spl;
-};
-
-&pmic_regulators {
- u-boot,dm-spl;
-};
-
&pinctrl_uart4 {
u-boot,dm-spl;
};
-&pinctrl_usdhc1 {
- u-boot,dm-spl;
-};
-
-&pinctrl_usdhc1_100mhz {
- u-boot,dm-spl;
-};
-
-&pinctrl_usdhc1_200mhz {
- u-boot,dm-spl;
-};
-
-&pinctrl_pmic {
- u-boot,dm-spl;
-};
-
-®_1v8 {
- u-boot,dm-spl;
-};
-
-®_3v3 {
- u-boot,dm-spl;
-};
-
&uart4 {
u-boot,dm-spl;
};
-
-&usdhc1 {
- u-boot,dm-spl;
-};
hooks/post-receive
--
UNNAMED PROJECT
|