imx6qp: synchronise device tree with linux

Synchronise device tree with linux v6.0-rc1.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
This commit is contained in:
Marcel Ziswiler
2022-10-22 23:59:38 +02:00
committed by Stefano Babic
parent 2419acf7e2
commit 175a8741a7
3 changed files with 17 additions and 5 deletions

View File

@@ -47,7 +47,12 @@
};
&pcie {
status = "disabled";
reset-gpio = <&max7310_c 5 GPIO_ACTIVE_LOW>;
status = "okay";
};
&sata {
status = "okay";
};
&vgen3_reg {

View File

@@ -50,6 +50,14 @@
};
};
&pcie {
status = "disabled";
&vgen3_reg {
regulator-always-on;
};
&pcie {
status = "okay";
};
&sata {
status = "okay";
};

View File

@@ -77,7 +77,6 @@
};
&fec {
/delete-property/interrupts-extended;
interrupts = <0 118 IRQ_TYPE_LEVEL_HIGH>,
<0 119 IRQ_TYPE_LEVEL_HIGH>;
};
@@ -111,5 +110,5 @@
};
&pcie {
compatible = "fsl,imx6qp-pcie", "snps,dw-pcie";
compatible = "fsl,imx6qp-pcie";
};