Commit 4d5837d1 authored by Vignesh R's avatar Vignesh R Committed by Tony Lindgren

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: default avatarVignesh R <vigneshr@ti.com>
Acked-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 14fd7330
......@@ -1111,7 +1111,6 @@ pcie1_phy: pciephy@4a094000 {
"wkupclk", "refclk",
"div-clk", "phy-div";
#phy-cells = <0>;
id = <1>;
ti,hwmods = "pcie1-phy";
};
......@@ -1132,7 +1131,6 @@ pcie2_phy: pciephy@4a095000 {
"div-clk", "phy-div";
#phy-cells = <0>;
ti,hwmods = "pcie2-phy";
id = <2>;
status = "disabled";
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment