Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

ti,syscon-lane-sel and ti,syscon-lane-conf properties specific to enable
PCIe x2 lane mode are added here.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Kishon Vijay Abraham I and committed by
Tony Lindgren
b5acec09 9e98c678

+2
+2
arch/arm/boot/dts/dra7.dtsi
··· 193 193 ti,hwmods = "pcie1"; 194 194 phys = <&pcie1_phy>; 195 195 phy-names = "pcie-phy0"; 196 + ti,syscon-lane-sel = <&scm_conf_pcie 0x18>; 196 197 interrupt-map-mask = <0 0 0 7>; 197 198 interrupt-map = <0 0 0 1 &pcie1_intc 1>, 198 199 <0 0 0 2 &pcie1_intc 2>, ··· 219 218 phys = <&pcie1_phy>; 220 219 phy-names = "pcie-phy0"; 221 220 ti,syscon-unaligned-access = <&scm_conf1 0x14 1>; 221 + ti,syscon-lane-sel = <&scm_conf_pcie 0x18>; 222 222 status = "disabled"; 223 223 }; 224 224 };