All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] db410c: Added pre-relocation attribute to pinctrl
@ 2018-05-31 16:17 Ramon Fried
  2018-06-04 21:58 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Ramon Fried @ 2018-05-31 16:17 UTC (permalink / raw
  To: u-boot

u-boot,dm-pre-reloc was missing from pinctrl and it's
children node. causing failure to configure pin mux
before relocation.

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
---

 arch/arm/dts/dragonboard410c-uboot.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/dragonboard410c-uboot.dtsi b/arch/arm/dts/dragonboard410c-uboot.dtsi
index 17ee55a20c..b968f5eb68 100644
--- a/arch/arm/dts/dragonboard410c-uboot.dtsi
+++ b/arch/arm/dts/dragonboard410c-uboot.dtsi
@@ -13,6 +13,14 @@
 	soc {
 		u-boot,dm-pre-reloc;
 
+		qcom,tlmm at 1000000 {
+			u-boot,dm-pre-reloc;
+
+			uart {
+				u-boot,dm-pre-reloc;
+			};
+		};
+
 	qcom,gcc at 1800000 {
 		u-boot,dm-pre-reloc;
 	};
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] db410c: Added pre-relocation attribute to pinctrl
  2018-05-31 16:17 [U-Boot] [PATCH] db410c: Added pre-relocation attribute to pinctrl Ramon Fried
@ 2018-06-04 21:58 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-06-04 21:58 UTC (permalink / raw
  To: u-boot

On Thu, May 31, 2018 at 07:17:00PM +0300, Ramon Fried wrote:

> u-boot,dm-pre-reloc was missing from pinctrl and it's
> children node. causing failure to configure pin mux
> before relocation.
> 
> Signed-off-by: Ramon Fried <ramon.fried@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180604/8f334a83/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-04 21:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-31 16:17 [U-Boot] [PATCH] db410c: Added pre-relocation attribute to pinctrl Ramon Fried
2018-06-04 21:58 ` [U-Boot] " Tom Rini

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.