Commit 1cadb0c3 authored by Tony Lindgren's avatar Tony Lindgren

Revert "ARM: dts: dra7: Add properties to enable PCIe x2 lane mode"

This reverts commit 4ece93c0.

The device tree binding for these is still being discussed.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 956979a9
...@@ -320,8 +320,6 @@ pcie1_rc: pcie@51000000 { ...@@ -320,8 +320,6 @@ pcie1_rc: pcie@51000000 {
ti,hwmods = "pcie1"; ti,hwmods = "pcie1";
phys = <&pcie1_phy>; phys = <&pcie1_phy>;
phy-names = "pcie-phy0"; phy-names = "pcie-phy0";
ti,syscon-lane-conf = <&scm_conf 0x558>;
ti,syscon-lane-sel = <&scm_conf_pcie 0x18>;
interrupt-map-mask = <0 0 0 7>; interrupt-map-mask = <0 0 0 7>;
interrupt-map = <0 0 0 1 &pcie1_intc 1>, interrupt-map = <0 0 0 1 &pcie1_intc 1>,
<0 0 0 2 &pcie1_intc 2>, <0 0 0 2 &pcie1_intc 2>,
...@@ -346,8 +344,6 @@ pcie1_ep: pcie_ep@51000000 { ...@@ -346,8 +344,6 @@ pcie1_ep: pcie_ep@51000000 {
phys = <&pcie1_phy>; phys = <&pcie1_phy>;
phy-names = "pcie-phy0"; phy-names = "pcie-phy0";
ti,syscon-unaligned-access = <&scm_conf1 0x14 2>; ti,syscon-unaligned-access = <&scm_conf1 0x14 2>;
ti,syscon-lane-conf = <&scm_conf 0x558>;
ti,syscon-lane-sel = <&scm_conf_pcie 0x18>;
status = "disabled"; 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