mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-07 16:48:14 +08: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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user