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
This commit is contained in:
Heiko Stuebner 2019-09-17 10:36:25 +02:00
parent 9f7f9b610e
commit 85dd763850

View 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>;
};