Commit 924832b8 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'arm-soc/for-6.6/devicetree-arm64' of https://github.com/Broadcom/stblinux into soc/dt

This pull request contains Broadcom ARM64-based Device Tree changes for
6.6, please pull the following:

- Krzysztof adds missing spaces between node names/labels

* tag 'arm-soc/for-6.6/devicetree-arm64' of https://github.com/Broadcom/stblinux:
  arm64: dts: broadcom: add missing space before {

Link: https://lore.kernel.org/r/20230818164539.2871539-2-florian.fainelli@broadcom.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 44762a0c a3660e59
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment