diff options
author | Heiko Stuebner <heiko@sntech.de> | 2018-08-22 14:02:12 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-09-26 13:39:18 +0200 |
commit | 91e75bde634b6bb4f76e4f4984c26fd0510619e2 (patch) | |
tree | 15c3b1cd7ff03fd9519f942b7afd8e8ca4544833 /arch/arm64/boot | |
parent | cd7ab133db383204c9712e1c6fe9dcaa14f90955 (diff) | |
download | linux-stable-91e75bde634b6bb4f76e4f4984c26fd0510619e2.tar.gz linux-stable-91e75bde634b6bb4f76e4f4984c26fd0510619e2.tar.bz2 linux-stable-91e75bde634b6bb4f76e4f4984c26fd0510619e2.zip |
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>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399.dtsi | 4 |
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 @@ resets = <&cru SRST_P_MIPI_DSI0>; reset-names = "apb"; rockchip,grf = <&grf>; + #address-cells = <1>; + #size-cells = <0>; status = "disabled"; ports { @@ -1782,6 +1784,8 @@ resets = <&cru SRST_P_MIPI_DSI1>; reset-names = "apb"; rockchip,grf = <&grf>; + #address-cells = <1>; + #size-cells = <0>; status = "disabled"; ports { |