aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/arm/juno-motherboard.dtsi
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/arm64/boot/dts/arm/juno-motherboard.dtsi
parentdt-bindings: arm: Drop the non-YAML bindings (diff)
downloadlinux-dev-bee7ff37ecf17317ef9295a6ab6e607db034f8a3.tar.xz
linux-dev-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/arm64/boot/dts/arm/juno-motherboard.dtsi')
-rw-r--r--arch/arm64/boot/dts/arm/juno-motherboard.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-motherboard.dtsi b/arch/arm64/boot/dts/arm/juno-motherboard.dtsi
index 9f60dacb4f80..e3983ded3c3c 100644
--- a/arch/arm64/boot/dts/arm/juno-motherboard.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-motherboard.dtsi
@@ -8,7 +8,7 @@
*/
/ {
- smb@8000000 {
+ bus@8000000 {
mb_clk24mhz: clk24mhz {
compatible = "fixed-clock";
#clock-cells = <0>;