From: Joris Offouga <offougajoris@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 3/4] arm: dts: imx7s-warp7: Move u-boot specific node in u-boot.dtsi
Date: Wed, 29 Jan 2020 21:15:42 +0100 [thread overview]
Message-ID: <20200129201543.4533-3-offougajoris@gmail.com> (raw)
In-Reply-To: <20200129201543.4533-1-offougajoris@gmail.com>
Signed-off-by: Joris Offouga <offougajoris@gmail.com>
---
arch/arm/dts/imx7s-warp-u-boot.dtsi | 10 ++++++++++
arch/arm/dts/imx7s-warp.dts | 9 ---------
2 files changed, 10 insertions(+), 9 deletions(-)
create mode 100644 arch/arm/dts/imx7s-warp-u-boot.dtsi
diff --git a/arch/arm/dts/imx7s-warp-u-boot.dtsi b/arch/arm/dts/imx7s-warp-u-boot.dtsi
new file mode 100644
index 0000000000..65da3a0d23
--- /dev/null
+++ b/arch/arm/dts/imx7s-warp-u-boot.dtsi
@@ -0,0 +1,10 @@
+/ {
+ aliases {
+ mmc0 = &usdhc3;
+ usb0 = &usbotg1;
+ };
+
+ chosen {
+ stdoutpath = &uart1;
+ };
+};
diff --git a/arch/arm/dts/imx7s-warp.dts b/arch/arm/dts/imx7s-warp.dts
index db5ef67eb1..f7ba2c0a24 100644
--- a/arch/arm/dts/imx7s-warp.dts
+++ b/arch/arm/dts/imx7s-warp.dts
@@ -17,15 +17,6 @@
reg = <0x80000000 0x20000000>;
};
- aliases {
- mmc0 = &usdhc3;
- usb0 = &usbotg1;
- };
-
- chosen {
- stdout-path = &uart1;
- };
-
gpio-keys {
compatible = "gpio-keys";
pinctrl-0 = <&pinctrl_gpio>;
--
2.20.1
next prev parent reply other threads:[~2020-01-29 20:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-29 20:15 [PATCH 1/4] warp7: fix pmic probe Joris Offouga
2020-01-29 20:15 ` [PATCH 2/4] warp7: remove unused usb configs Joris Offouga
2020-01-29 20:35 ` Fabio Estevam
2020-01-29 20:15 ` Joris Offouga [this message]
2020-01-29 20:22 ` [PATCH 3/4] arm: dts: imx7s-warp7: Move u-boot specific node in u-boot.dtsi Fabio Estevam
2020-01-29 20:43 ` Joris Offouga
2020-01-29 20:15 ` [PATCH 4/4] mx7dsabre: Fix usbtog probe when use dfu or ums Joris Offouga
2020-01-29 20:25 ` Fabio Estevam
2020-01-29 20:41 ` Joris Offouga
2020-01-29 20:48 ` Fabio Estevam
2020-01-29 20:52 ` [PATCH 1/4] warp7: fix pmic probe Fabio Estevam
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=20200129201543.4533-3-offougajoris@gmail.com \
--to=offougajoris@gmail.com \
--cc=u-boot@lists.denx.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.