diff options
author | Johan Jonker <jbx6244@gmail.com> | 2020-03-02 18:30:47 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-03-11 12:31:13 +0300 |
commit | b2411befed603011826b8783c370a086b5cee163 (patch) | |
tree | ce3f2adef1b66a9aecd6abe0ad81fdde27d1d1e9 /arch/arm64/boot/dts/rockchip/rk3399.dtsi | |
parent | b6e62d37c01601c3653a86156ad7ada5fb4bc963 (diff) | |
download | linux-b2411befed603011826b8783c370a086b5cee163.tar.xz |
arm64: dts: add bus to rockchip amba nodenames
A test with the command below gives for example this error:
arch/arm64/boot/dts/rockchip/rk3399-evb.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=arm64 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-2-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index cd5415d7e559..28c7ee540439 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -197,7 +197,7 @@ #clock-cells = <0>; }; - amba { + amba: bus { compatible = "simple-bus"; #address-cells = <2>; #size-cells = <2>; |