[PATCH 1/4] ARM: dts: imx6ul/imx6ull: add boot phase properties
Max Merchel
Max.Merchel at ew.tq-group.com
Wed Feb 18 05:23:34 PST 2026
Add boot phase properties from U-Boot device tree.
Signed-off-by: Max Merchel <Max.Merchel at ew.tq-group.com>
---
arch/arm/boot/dts/nxp/imx/imx6ul.dtsi | 6 ++++++
arch/arm/boot/dts/nxp/imx/imx6ull.dtsi | 1 +
2 files changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi b/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi
index 6eb80f867f50..c745f30a9b25 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi
@@ -115,6 +115,7 @@ osc: clock-osc {
#clock-cells = <0>;
clock-frequency = <24000000>;
clock-output-names = "osc";
+ bootph-pre-ram;
};
ipp_di0: clock-di0 {
@@ -143,6 +144,7 @@ soc: soc {
compatible = "simple-bus";
interrupt-parent = <&gpc>;
ranges;
+ bootph-pre-ram;
ocram: sram at 900000 {
compatible = "mmio-sram";
@@ -202,6 +204,7 @@ aips1: bus at 2000000 {
#size-cells = <1>;
reg = <0x02000000 0x100000>;
ranges;
+ bootph-pre-ram;
spba-bus at 2000000 {
compatible = "fsl,spba-bus", "simple-bus";
@@ -580,6 +583,7 @@ clks: clock-controller at 20c4000 {
#clock-cells = <1>;
clocks = <&ckil>, <&osc>, <&ipp_di0>, <&ipp_di1>;
clock-names = "ckil", "osc", "ipp_di0", "ipp_di1";
+ bootph-pre-ram;
};
anatop: anatop at 20c8000 {
@@ -745,6 +749,7 @@ power-domain at 0 {
iomuxc: pinctrl at 20e0000 {
compatible = "fsl,imx6ul-iomuxc";
reg = <0x020e0000 0x4000>;
+ bootph-pre-ram;
};
gpr: iomuxc-gpr at 20e4000 {
@@ -826,6 +831,7 @@ aips2: bus at 2100000 {
#size-cells = <1>;
reg = <0x02100000 0x100000>;
ranges;
+ bootph-pre-ram;
crypto: crypto at 2140000 {
compatible = "fsl,imx6ul-caam", "fsl,sec-v4.0";
diff --git a/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi b/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi
index db0c339022ac..ba0ea10c7b74 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi
@@ -57,6 +57,7 @@ aips3: bus at 2200000 {
#size-cells = <1>;
reg = <0x02200000 0x100000>;
ranges;
+ bootph-pre-ram;
dcp: crypto at 2280000 {
compatible = "fsl,imx6ull-dcp", "fsl,imx28-dcp";
--
2.43.0
More information about the linux-arm-kernel
mailing list