mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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:
parent
6bfa0367a2
commit
77e0ecdb4a
1 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,14 @@
|
||||||
soc {
|
soc {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
|
|
||||||
|
qcom,tlmm@1000000 {
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
|
||||||
|
uart {
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
qcom,gcc@1800000 {
|
qcom,gcc@1800000 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue