diff options
author | Vignesh R <vigneshr@ti.com> | 2014-12-16 12:22:51 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-08 03:23:52 +0300 |
commit | 4d5837d14cbb3d6a7d8c15b66c21f5bce17703a0 (patch) | |
tree | 377036f8f2751c43944f3bf296bfd8f706fec19e /arch/arm | |
parent | 14fd7330db5f497f563f99367ebb19f2b50c83bd (diff) | |
download | linux-4d5837d14cbb3d6a7d8c15b66c21f5bce17703a0.tar.xz |
ARM: dts: DRA7X: drop id property in pcie_phy
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 22771bc1643a..fffe768477da 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -1111,7 +1111,6 @@ "wkupclk", "refclk", "div-clk", "phy-div"; #phy-cells = <0>; - id = <1>; ti,hwmods = "pcie1-phy"; }; @@ -1132,7 +1131,6 @@ "div-clk", "phy-div"; #phy-cells = <0>; ti,hwmods = "pcie2-phy"; - id = <2>; status = "disabled"; }; }; |