mirror of https://gitee.com/openkylin/linux.git
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:
parent
cd7ab133db
commit
91e75bde63
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue