ARM: dts: rockchip: drop unneeded properties from mipi node
authorHeiko Stuebner <heiko@sntech.de>
Thu, 31 Mar 2016 18:37:40 +0000 (20:37 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 6 Apr 2016 23:13:14 +0000 (16:13 -0700)
The mipi controller node does contain an unused reg property as well as
unnecessary #address-cells and #size-cells properties for subnodes
not using addresses, so remove those to also make dtc happy.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Rob Herring <robh@kernel.org>
arch/arm/boot/dts/rk3288.dtsi

index ee4085dd7007239c72146a656f979762b8e142cb..9114c7b8dff4fbeafbb4f18fcf47cda347bf24fa 100644 (file)
                status = "disabled";
 
                ports {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-                       reg = <1>;
-
                        mipi_in: port {
                                #address-cells = <1>;
                                #size-cells = <0>;
This page took 0.026172 seconds and 5 git commands to generate.