diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-02-26 10:19:43 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-03-04 15:31:30 +0100 |
commit | bee7ff37ecf17317ef9295a6ab6e607db034f8a3 (patch) | |
tree | 3bb123bc50d9abc55c14c219a3032275be403e7b /arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts | |
parent | dt-bindings: arm: Drop the non-YAML bindings (diff) | |
download | linux-bee7ff37ecf17317ef9295a6ab6e607db034f8a3.tar.xz linux-bee7ff37ecf17317ef9295a6ab6e607db034f8a3.zip |
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-ca15-tc1.dts')
-rw-r--r-- | arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts b/arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts index 0dc4277d5f8b..f82fa34c90be 100644 --- a/arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts +++ b/arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts @@ -236,7 +236,7 @@ }; }; - smb@8000000 { + bus@8000000 { compatible = "simple-bus"; #address-cells = <2>; |