db410c: Added pre-relocation attribute to pinctrl

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>
This commit is contained in:
Ramon Fried 2018-05-31 19:17:00 +03:00 committed by Tom Rini
parent 6bfa0367a2
commit 77e0ecdb4a

View file

@ -13,6 +13,14 @@
soc {
u-boot,dm-pre-reloc;
qcom,tlmm@1000000 {
u-boot,dm-pre-reloc;
uart {
u-boot,dm-pre-reloc;
};
};
qcom,gcc@1800000 {
u-boot,dm-pre-reloc;
};