aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2018-08-22 08:02:12 -0400
committerHeiko Stuebner <heiko@sntech.de>2018-09-26 07:39:18 -0400
commit91e75bde634b6bb4f76e4f4984c26fd0510619e2 (patch)
tree15c3b1cd7ff03fd9519f942b7afd8e8ca4544833
parentcd7ab133db383204c9712e1c6fe9dcaa14f90955 (diff)
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>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index b426902189c0..99e7f65c1779 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
@@ -1748,6 +1748,8 @@
1748 resets = <&cru SRST_P_MIPI_DSI0>; 1748 resets = <&cru SRST_P_MIPI_DSI0>;
1749 reset-names = "apb"; 1749 reset-names = "apb";
1750 rockchip,grf = <&grf>; 1750 rockchip,grf = <&grf>;
1751 #address-cells = <1>;
1752 #size-cells = <0>;
1751 status = "disabled"; 1753 status = "disabled";
1752 1754
1753 ports { 1755 ports {
@@ -1782,6 +1784,8 @@
1782 resets = <&cru SRST_P_MIPI_DSI1>; 1784 resets = <&cru SRST_P_MIPI_DSI1>;
1783 reset-names = "apb"; 1785 reset-names = "apb";
1784 rockchip,grf = <&grf>; 1786 rockchip,grf = <&grf>;
1787 #address-cells = <1>;
1788 #size-cells = <0>;
1785 status = "disabled"; 1789 status = "disabled";
1786 1790
1787 ports { 1791 ports {