diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-02-26 12:19:43 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-03-04 17:31:30 +0300 |
commit | bee7ff37ecf17317ef9295a6ab6e607db034f8a3 (patch) | |
tree | 3bb123bc50d9abc55c14c219a3032275be403e7b /arch/arm/boot/dts/vexpress-v2m-rs1.dtsi | |
parent | 2d483550b6d21de8af60e67e728fa118a537b07d (diff) | |
download | linux-bee7ff37ecf17317ef9295a6ab6e607db034f8a3.tar.xz |
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-v2m-rs1.dtsi')
-rw-r--r-- | arch/arm/boot/dts/vexpress-v2m-rs1.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2m-rs1.dtsi b/arch/arm/boot/dts/vexpress-v2m-rs1.dtsi index dfae90adbb7c..5c183483ec3b 100644 --- a/arch/arm/boot/dts/vexpress-v2m-rs1.dtsi +++ b/arch/arm/boot/dts/vexpress-v2m-rs1.dtsi @@ -19,7 +19,7 @@ */ / { - smb@8000000 { + bus@8000000 { motherboard { model = "V2M-P1"; arm,hbi = <0x190>; |