arm64: dts: rockchip: add missing #msi-cells to rk3399
authorHeiko Stuebner <heiko@sntech.de>
Tue, 17 Sep 2019 08:36:25 +0000 (10:36 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 4 Oct 2019 19:52:06 +0000 (21:52 +0200)
The rk3399 gic-its was missing the #msi-cells property as found by
dt-schema checks, so add it.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20190917083625.25818-1-heiko@sntech.de
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index cede1ad..e62ea0e 100644 (file)
                its: interrupt-controller@fee20000 {
                        compatible = "arm,gic-v3-its";
                        msi-controller;
+                       #msi-cells = <1>;
                        reg = <0x0 0xfee20000 0x0 0x20000>;
                };