arm64: dts: rockchip: add missing #msi-cells to rk3399
From: Heiko Stuebner <heiko@...> Date: Wed, 28 Aug 2019 18:47:56 +0200
Commit-Message
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@...>
Patch-Comment
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 1 + 1 file changed, 1 insertion(+)
Statistics
- 1 lines added
- 0 lines removed
Changes
------------------- arch/arm64/boot/dts/rockchip/rk3399.dtsi -------------------
index b5a5ef5ff449..788a7ed62e19 100644
@@ -520,6 +520,7 @@
its: interrupt-controller@fee20000 {
compatible = "arm,gic-v3-its";
msi-controller;
+ #msi-cells = <1>;
reg = <0x0 0xfee20000 0x0 0x20000>;
};