]> www.infradead.org Git - users/willy/xarray.git/commitdiff
arm64: dts: imx8dxl-evk: Add pcie0-ep node and use unified pcie0 label
authorFrank Li <Frank.Li@nxp.com>
Thu, 24 Apr 2025 00:41:25 +0000 (20:41 -0400)
committerShawn Guo <shawnguo@kernel.org>
Fri, 25 Apr 2025 03:12:51 +0000 (11:12 +0800)
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>
arch/arm64/boot/dts/freescale/imx8dxl-evk.dts

index 5f3b4014e1521eb2e226797c77d15951cfde3187..b6d64d3906eafab226c8e0ccae66fe763fdc8c25 100644 (file)
        status = "okay";
 };
 
-&pcieb {
+&pcie0 {
        phys = <&hsio_phy 0 PHY_TYPE_PCIE 0>;
        phy-names = "pcie-phy";
        pinctrl-0 = <&pinctrl_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 = <&reg_pcieb>;
+       status = "disabled";
+};
+
 &sai0 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_sai0>;