]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 cede1ad81be23857ae4e55c6d7df23a468a7a374..e62ea0e2b65721e34a883e875096f3109c47aa57 100644 (file)
@@ -520,6 +520,7 @@ gic: interrupt-controller@fee00000 {
                its: interrupt-controller@fee20000 {
                        compatible = "arm,gic-v3-its";
                        msi-controller;
+                       #msi-cells = <1>;
                        reg = <0x0 0xfee20000 0x0 0x20000>;
                };