mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
arm64: dts: broadcom: add missing space before {
Add missing whitespace between node name/label and opening {.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230705150108.293999-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
parent
06c2afb862
commit
a3660e59a9
|
|
@ -577,7 +577,7 @@ leds: leds@800 {
|
|||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
hsspi: spi@1000{
|
||||
hsspi: spi@1000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "brcm,bcm4908-hsspi", "brcm,bcmbca-hsspi-v1.0";
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ partition@4000000 {
|
|||
reg = <0x04000000 0x06400000>; /* 100MB */
|
||||
};
|
||||
|
||||
partition@a400000{
|
||||
partition@a400000 {
|
||||
label = "ncustfs";
|
||||
reg = <0x0a400000 0x35c00000>; /* 860MB */
|
||||
};
|
||||
|
|
|
|||
|
|
@ -565,7 +565,7 @@ dma0: dma-controller@310000 {
|
|||
iommus = <&smmu 0x6000 0x0000>;
|
||||
};
|
||||
|
||||
enet: ethernet@340000{
|
||||
enet: ethernet@340000 {
|
||||
compatible = "brcm,amac";
|
||||
reg = <0x00340000 0x1000>;
|
||||
reg-names = "amac_base";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user