summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/vexpress-v2p-ca9.dts
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2020-02-26 10:19:43 +0100
committerLinus Walleij <linus.walleij@linaro.org>2020-03-04 15:31:30 +0100
commitbee7ff37ecf17317ef9295a6ab6e607db034f8a3 (patch)
tree3bb123bc50d9abc55c14c219a3032275be403e7b /arch/arm/boot/dts/vexpress-v2p-ca9.dts
parent2d483550b6d21de8af60e67e728fa118a537b07d (diff)
ARM/arm64: dts: Rename SMB bus to just bus
Discussing the YAML validation schema with the DT maintainers it came out that a bus named "smb@80000000" is not really accepted, and the schema was written to name the static memory bus just "bus@80000000". This change is necessary for the schema to kick in and validate these device trees, else the schema gets ignored. Cc: Rob Herring <robh+dt@kernel.org> Acked-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/vexpress-v2p-ca9.dts')
-rw-r--r--arch/arm/boot/dts/vexpress-v2p-ca9.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca9.dts b/arch/arm/boot/dts/vexpress-v2p-ca9.dts
index d796efaadbe3..623246f37448 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca9.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca9.dts
@@ -295,7 +295,7 @@
};
};
- smb: smb@4000000 {
+ smb: bus@4000000 {
compatible = "simple-bus";
#address-cells = <2>;