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:

committed by
Stefano Babic

parent
2419acf7e2
commit
175a8741a7
@@ -47,7 +47,12 @@
|
||||
};
|
||||
|
||||
&pcie {
|
||||
status = "disabled";
|
||||
reset-gpio = <&max7310_c 5 GPIO_ACTIVE_LOW>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sata {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&vgen3_reg {
|
||||
|
@@ -50,6 +50,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
&pcie {
|
||||
status = "disabled";
|
||||
&vgen3_reg {
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
&pcie {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sata {
|
||||
status = "okay";
|
||||
};
|
||||
|
@@ -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";
|
||||
};
|
||||
|
Reference in New Issue
Block a user