aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2019-09-17 10:36:25 +0200
committerHeiko Stuebner <heiko@sntech.de>2019-10-04 21:52:06 +0200
commit85dd7638505823f38d491ab6b4e52b3ab9349149 (patch)
treed281a14d5ed4eea72b7a0bb05539db90cad177d6
parentarm64: dts: rockchip: Fix roc-rk3399-pc regulator input rails (diff)
downloadlinux-dev-85dd7638505823f38d491ab6b4e52b3ab9349149.tar.xz
linux-dev-85dd7638505823f38d491ab6b4e52b3ab9349149.zip
arm64: dts: rockchip: add missing #msi-cells to rk3399
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
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index cede1ad81be2..e62ea0e2b657 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
@@ -520,6 +520,7 @@
its: interrupt-controller@fee20000 {
compatible = "arm,gic-v3-its";
msi-controller;
+ #msi-cells = <1>;
reg = <0x0 0xfee20000 0x0 0x20000>;
};