ARM: dts: DRA7X: drop id property in pcie_phy
authorVignesh R <vigneshr@ti.com>
Tue, 16 Dec 2014 09:22:51 +0000 (14:52 +0530)
committerTony Lindgren <tony@atomide.com>
Thu, 8 Jan 2015 00:23:52 +0000 (16:23 -0800)
Since phyid is no longer used by pcie driver, this field can be dropped
from the DT.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi

index 22771bc1643afcd7652773f058e6ace90df5d2a9..fffe768477da7d2f9ac883b7e1958553193dcfdb 100644 (file)
                                              "wkupclk", "refclk",
                                              "div-clk", "phy-div";
                                #phy-cells = <0>;
-                               id = <1>;
                                ti,hwmods = "pcie1-phy";
                        };
 
                                              "div-clk", "phy-div";
                                #phy-cells = <0>;
                                ti,hwmods = "pcie2-phy";
-                               id = <2>;
                                status = "disabled";
                        };
                };
This page took 0.02591 seconds and 5 git commands to generate.