ARM: dts: add bus to rockchip amba nodenames

A test with the command below gives for example this error:

arch/arm/boot/dts/rk3188-bqedison2qc.dt.yaml: amba: $nodename:0:
'amba' does not match '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'

AMBA is a open standard for the connection and
management of functional blocks in a SoC.
It's compatible with 'simple-bus', so fix this error
by adding 'bus' to all Rockchip 'amba' nodes.

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=~/.local/lib/python3.5/site-packages/dtschema/
schemas/simple-bus.yaml

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200302153047.17101-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Johan Jonker
2020-03-02 16:30:46 +01:00
committed by Heiko Stuebner
parent 79f23601fc
commit 0c1cb8b00c
5 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ cpu1: cpu@f01 {
};
};
amba {
amba: bus {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;

View File

@@ -95,7 +95,7 @@ opp-1200000000 {
};
};
amba {
amba: bus {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;

View File

@@ -155,7 +155,7 @@ opp-1608000000 {
};
};
amba {
amba: bus {
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <2>;

View File

@@ -32,7 +32,7 @@ aliases {
spi1 = &spi1;
};
amba {
amba: bus {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;

View File

@@ -85,7 +85,7 @@ xin24m: oscillator {
#clock-cells = <0>;
};
amba {
amba: bus {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;