arm64: dts: rockchip: update mipi cells for RK3399
authorNickey Yang <nickey.yang@rock-chips.com>
Wed, 29 Nov 2017 18:47:55 +0000 (10:47 -0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 4 Dec 2017 13:44:50 +0000 (14:44 +0100)
We might include additional ports in derivative device trees, so the
'port' node should have an address, and the parent 'ports' node needs
/#{addres,size}-cells.

Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
Signed-off-by: Brian Norris <briannorris@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index 33e6a6d..e7e882d 100644 (file)
                status = "disabled";
 
                ports {
-                       mipi_in: port {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+
+                       mipi_in: port@0 {
+                               reg = <0>;
                                #address-cells = <1>;
                                #size-cells = <0>;