mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 11:11:26 +02:00
arm64: dts: imx8dxl-evk: Add pcie0-ep node and use unified pcie0 label
Use unified pcie0 label and add pcie0-ep node. Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
6f3287eae4
commit
c1c4820b60
|
|
@ -642,7 +642,7 @@ &lsio_gpio5 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&pcieb {
|
||||
&pcie0 {
|
||||
phys = <&hsio_phy 0 PHY_TYPE_PCIE 0>;
|
||||
phy-names = "pcie-phy";
|
||||
pinctrl-0 = <&pinctrl_pcieb>;
|
||||
|
|
@ -652,6 +652,16 @@ &pcieb {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&pcie0_ep{
|
||||
phys = <&hsio_phy 0 PHY_TYPE_PCIE 0>;
|
||||
phy-names = "pcie-phy";
|
||||
pinctrl-0 = <&pinctrl_pcieb>;
|
||||
pinctrl-names = "default";
|
||||
reset-gpio = <&lsio_gpio4 0 GPIO_ACTIVE_LOW>;
|
||||
vpcie-supply = <®_pcieb>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sai0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_sai0>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user