diff options
| author | Tom Rini <trini@konsulko.com> | 2024-10-01 12:24:21 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-10-01 12:24:21 -0600 |
| commit | 136b7b6d2e9837849732c6ade8f4bdaf870ed83a (patch) | |
| tree | 3ab71746d990f8ffd004c8d874fe5f823e5c7f26 /dts/upstream/src/arm64/freescale/imx8mm-phygate-tauri-l.dts | |
| parent | 667a671ccab9e6cfe04c654e2c935ea0a070f58b (diff) | |
| parent | 6b642aca7f571e777924f50732f530fd94b03bfb (diff) | |
Subtree merge tag 'v6.11-dts' of dts repo [1] into dts/upstream
[1] https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git
Diffstat (limited to 'dts/upstream/src/arm64/freescale/imx8mm-phygate-tauri-l.dts')
| -rw-r--r-- | dts/upstream/src/arm64/freescale/imx8mm-phygate-tauri-l.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/freescale/imx8mm-phygate-tauri-l.dts b/dts/upstream/src/arm64/freescale/imx8mm-phygate-tauri-l.dts index 27a902569e2..ba6ce3c7f47 100644 --- a/dts/upstream/src/arm64/freescale/imx8mm-phygate-tauri-l.dts +++ b/dts/upstream/src/arm64/freescale/imx8mm-phygate-tauri-l.dts @@ -7,6 +7,7 @@ #include <dt-bindings/input/linux-event-codes.h> #include <dt-bindings/leds/common.h> +#include <dt-bindings/phy/phy-imx8-pcie.h> #include "imx8mm-phycore-som.dtsi" / { @@ -185,6 +186,15 @@ status = "okay"; }; +&pcie_phy { + clocks = <&clk IMX8MM_CLK_PCIE1_PHY>; + fsl,clkreq-unsupported; + fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_OUTPUT>; + fsl,tx-deemph-gen1 = <0x2d>; + fsl,tx-deemph-gen2 = <0xf>; + status = "okay"; +}; + &pwm1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pwm1>; |
