mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
refactor(stm32mp1-fdts): add missing spaces for consistent codestyle
Change-Id: Ie650728a0c671f553679b050afd969ce604ca111 Signed-off-by: Johann Neuhauser <jneuhauser@dh-electronics.com>
This commit is contained in:
parent
27997113fb
commit
119e1c42a1
6 changed files with 9 additions and 9 deletions
|
@ -383,7 +383,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
ddr: ddr@5a003000{
|
||||
ddr: ddr@5a003000 {
|
||||
compatible = "st,stm32mp13-ddr";
|
||||
reg = <0x5a003000 0x550>, <0x5a004000 0x234>;
|
||||
clocks = <&rcc AXIDCG>,
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
drive-push-pull;
|
||||
bias-pull-up;
|
||||
};
|
||||
pins2{
|
||||
pins2 {
|
||||
pinmux = <STM32_PINMUX('E', 4, AF8)>; /* SDMMC1_CKIN */
|
||||
bias-pull-up;
|
||||
};
|
||||
|
|
|
@ -360,7 +360,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
ddr: ddr@5a003000{
|
||||
ddr: ddr@5a003000 {
|
||||
compatible = "st,stm32mp1-ddr";
|
||||
reg = <0x5A003000 0x550 0x5A004000 0x234>;
|
||||
clocks = <&rcc AXIDCG>,
|
||||
|
|
|
@ -23,11 +23,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
&cpu0{
|
||||
&cpu0 {
|
||||
cpu-supply = <&vddcore>;
|
||||
};
|
||||
|
||||
&cpu1{
|
||||
&cpu1 {
|
||||
cpu-supply = <&vddcore>;
|
||||
};
|
||||
|
||||
|
|
|
@ -33,11 +33,11 @@
|
|||
st,digbypass;
|
||||
};
|
||||
|
||||
&cpu0{
|
||||
&cpu0 {
|
||||
cpu-supply = <&vddcore>;
|
||||
};
|
||||
|
||||
&cpu1{
|
||||
&cpu1 {
|
||||
cpu-supply = <&vddcore>;
|
||||
};
|
||||
|
||||
|
|
|
@ -167,11 +167,11 @@
|
|||
st,digbypass;
|
||||
};
|
||||
|
||||
&cpu0{
|
||||
&cpu0 {
|
||||
cpu-supply = <&vddcore>;
|
||||
};
|
||||
|
||||
&cpu1{
|
||||
&cpu1 {
|
||||
cpu-supply = <&vddcore>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue