Skip to content

Commit

Permalink
imx8qm-var-som: enable PHY reference clock for PCIe
Browse files Browse the repository at this point in the history
Enable the configuration for the PHY reference clock pad
mode for PCIe on the imx8qm-var-som-symphony carrier board.

Cleans up the PCIe configuration by removing the `ext_osc`
parameter to align with NXP mek board.

Signed-off-by: Diego Dorta <[email protected]>
  • Loading branch information
dorta committed Apr 8, 2024
1 parent 7a5e7f4 commit dd01990
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion arch/arm64/boot/dts/freescale/imx8qm-var-som-symphony.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,12 @@
status = "disabled";
};

&phyx2_0{
fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>;
status = "okay";
};

&pciea{
ext_osc = <1>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pciea>;
reset-gpio = <&lsio_gpio3 14 GPIO_ACTIVE_LOW>;
Expand Down

0 comments on commit dd01990

Please sign in to comment.