ARM: dts: nuvoton: add missing space before {
Add missing whitespace between node name/label and opening {. Link: https://lore.kernel.org/r/20230705150045.293879-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
96ba96612d
commit
73f20a3738
@ -146,7 +146,7 @@
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
bmc@0{
|
||||
bmc@0 {
|
||||
label = "bmc";
|
||||
reg = <0x000000 0x2000000>;
|
||||
};
|
||||
@ -155,7 +155,7 @@
|
||||
reg = <0x0000000 0x80000>;
|
||||
read-only;
|
||||
};
|
||||
u-boot-env@100000{
|
||||
u-boot-env@100000 {
|
||||
label = "u-boot-env";
|
||||
reg = <0x00100000 0x40000>;
|
||||
};
|
||||
|
@ -397,7 +397,7 @@
|
||||
reg = <0x0000000 0xC0000>;
|
||||
read-only;
|
||||
};
|
||||
u-boot-env@100000{
|
||||
u-boot-env@100000 {
|
||||
label = "u-boot-env";
|
||||
reg = <0x00100000 0x40000>;
|
||||
};
|
||||
|
@ -111,7 +111,7 @@
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
bmc@0{
|
||||
bmc@0 {
|
||||
label = "bmc";
|
||||
reg = <0x000000 0x2000000>;
|
||||
};
|
||||
@ -120,7 +120,7 @@
|
||||
reg = <0x0000000 0x80000>;
|
||||
read-only;
|
||||
};
|
||||
u-boot-env@100000{
|
||||
u-boot-env@100000 {
|
||||
label = "u-boot-env";
|
||||
reg = <0x00100000 0x40000>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user