1

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:
Krzysztof Kozlowski 2023-07-05 17:00:45 +02:00
parent 96ba96612d
commit 73f20a3738
3 changed files with 5 additions and 5 deletions

View File

@ -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>;
};

View File

@ -397,7 +397,7 @@
reg = <0x0000000 0xC0000>;
read-only;
};
u-boot-env@100000{
u-boot-env@100000 {
label = "u-boot-env";
reg = <0x00100000 0x40000>;
};

View File

@ -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>;
};