diff options
author | Heiko Stuebner <heiko@sntech.de> | 2019-09-17 10:36:25 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-10-04 21:52:06 +0200 |
commit | 85dd7638505823f38d491ab6b4e52b3ab9349149 (patch) | |
tree | d281a14d5ed4eea72b7a0bb05539db90cad177d6 /arch/arm64/boot/dts/rockchip/rk3399.dtsi | |
parent | 9f7f9b610e1b7d2dc86c543ab0dfcf781bd42326 (diff) |
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
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399.dtsi | 1 |
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>; }; |