arm64: dts: rockchip: add missing address and size cells for rk3399 mipi dsi
authorHeiko Stuebner <heiko@sntech.de>
Wed, 22 Aug 2018 12:02:12 +0000 (14:02 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 26 Sep 2018 11:39:18 +0000 (13:39 +0200)
DSI controllers are also the hosts of their dsi bus and therefore contain
nodes describing the attached panels with their reg properties containing
the virtual ids.

The dsi controller nodes on rk3399 lacked the #address-cells and #size-cells
for these subnodes, so add them.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index b426902..99e7f65 100644 (file)
                resets = <&cru SRST_P_MIPI_DSI0>;
                reset-names = "apb";
                rockchip,grf = <&grf>;
+               #address-cells = <1>;
+               #size-cells = <0>;
                status = "disabled";
 
                ports {
                resets = <&cru SRST_P_MIPI_DSI1>;
                reset-names = "apb";
                rockchip,grf = <&grf>;
+               #address-cells = <1>;
+               #size-cells = <0>;
                status = "disabled";
 
                ports {