From: Adam Ford <aford173@gmail.com>
To: u-boot@lists.denx.de
Cc: marcel.ziswiler@toradex.com, tharvey@gateworks.com,
Adam Ford <aford173@gmail.com>, Stefano Babic <sbabic@denx.de>,
Fabio Estevam <festevam@gmail.com>,
"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
Subject: [PATCH 5/7] arm: dts: imx8mm-beacon: Enhange FlexSPI/flash nodes
Date: Sat, 5 Feb 2022 10:22:37 -0600 [thread overview]
Message-ID: <20220205162240.854948-5-aford173@gmail.com> (raw)
In-Reply-To: <20220205162240.854948-1-aford173@gmail.com>
In preparation for FlexSPI booting, clean-up the common nodes
showing the FlexSPI and flash nodes to SPL so they can be
enumerated in SPL.
Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi b/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
index 73ddfdade6..d576b522b8 100644
--- a/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
@@ -6,6 +6,10 @@
#include "imx8mm-u-boot.dtsi"
/ {
+ aliases {
+ spi0 = &flexspi;
+ };
+
wdt-reboot {
compatible = "wdt-reboot";
wdt = <&wdog1>;
@@ -21,6 +25,14 @@
phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
};
+&flexspi {
+ u-boot,dm-spl;
+ flash@0 {
+ u-boot,dm-spl;
+ spi-tx-bus-width = <1>;
+ };
+};
+
&gpio1 {
u-boot,dm-spl;
};
--
2.32.0
next prev parent reply other threads:[~2022-02-05 16:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-05 16:22 [PATCH 1/7] arch: mach-imx: imx8m: Add FlexSPI addresses for SPL booting Adam Ford
2022-02-05 16:22 ` [PATCH 2/7] imx8m: Add FlexSPI Configuration Block Adam Ford
2022-02-06 17:55 ` Adam Ford
2022-02-05 16:22 ` [PATCH 3/7] imx8m: add image cfg for i.MX8MM FlexSPI booting Adam Ford
2022-02-05 16:22 ` [PATCH 4/7] arm: dts: imx8mm: Create generic DTSI for booting from FlexSPI Adam Ford
2022-02-05 16:22 ` Adam Ford [this message]
2022-02-05 16:22 ` [PATCH 6/7] arm: dts: Add imx8mm-beacon-kit-flexspi Adam Ford
2022-02-05 16:22 ` [PATCH 7/7] imx8m: Add imx8mm_beacon_fspi Adam Ford
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220205162240.854948-5-aford173@gmail.com \
--to=aford173@gmail.com \
--cc=festevam@gmail.com \
--cc=marcel.ziswiler@toradex.com \
--cc=sbabic@denx.de \
--cc=tharvey@gateworks.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox