1
0
Fork 0

MLK-18298-2 ARM: dts: imx7d: change the pcie phy in dts

Change the pcie phy region in dts accordingly.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
pull/10/head
Richard Zhu 2018-05-17 16:49:14 +08:00 committed by Jason Liu
parent a83ede34dd
commit ffd683a792
2 changed files with 2 additions and 11 deletions

View File

@ -654,10 +654,6 @@
status = "okay";
};
&pcie_phy {
status = "okay";
};
&pcie {
pinctrl-names = "default";
reset-gpio = <&extended_io 1 GPIO_ACTIVE_LOW>;

View File

@ -247,12 +247,6 @@
status = "disabled";
};
pcie_phy: pcie-phy@306d0000 {
compatible = "fsl,imx-pcie-phy";
reg = <0x306d0000 0x10000>;
status = "disabled";
};
epdc: epdc@306f0000 {
compatible = "fsl,imx7d-epdc";
interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
@ -362,8 +356,9 @@
pcie: pcie@0x33800000 {
compatible = "fsl,imx7d-pcie", "snps,dw-pcie";
reg = <0x33800000 0x4000>,
<0x306d0000 0x10000>,
<0x4ff00000 0x80000>;
reg-names = "dbi", "config";
reg-names = "dbi", "phy", "config";
#address-cells = <3>;
#size-cells = <2>;
device_type = "pci";