db410c: fix alignment of dts file
Alignment was wrong, missing one tab. fix it. Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
This commit is contained in:
parent
e0212dfa13
commit
95a773005c
1 changed files with 7 additions and 7 deletions
|
@ -21,14 +21,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
qcom,gcc@1800000 {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
serial@78b0000 {
|
||||
u-boot,dm-pre-reloc;
|
||||
qcom,gcc@1800000 {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
serial@78b0000 {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue