arm64: dts: rockchip: add missing address and size cells for rk3399 mipi dsi

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>
This commit is contained in:
Heiko Stuebner 2018-08-22 14:02:12 +02:00
parent cd7ab133db
commit 91e75bde63
1 changed files with 4 additions and 0 deletions

View File

@ -1748,6 +1748,8 @@ mipi_dsi: mipi@ff960000 {
resets = <&cru SRST_P_MIPI_DSI0>; resets = <&cru SRST_P_MIPI_DSI0>;
reset-names = "apb"; reset-names = "apb";
rockchip,grf = <&grf>; rockchip,grf = <&grf>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled"; status = "disabled";
ports { ports {
@ -1782,6 +1784,8 @@ mipi_dsi1: mipi@ff968000 {
resets = <&cru SRST_P_MIPI_DSI1>; resets = <&cru SRST_P_MIPI_DSI1>;
reset-names = "apb"; reset-names = "apb";
rockchip,grf = <&grf>; rockchip,grf = <&grf>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled"; status = "disabled";
ports { ports {