diff options
author | Tim Harvey <tharvey@gateworks.com> | 2022-04-29 19:16:29 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-05-05 10:40:21 +0300 |
commit | 450cec4f7d78fb2e04e3f7f5360e62f4837a4b68 (patch) | |
tree | b11f103129cf4742c54ba6e765f707112f3fd215 /arch/arm64/boot/dts/freescale/imx8mm-venice-gw7903.dts | |
parent | bf198e2e919ed551794d6eec3fe52e2d1693f0eb (diff) | |
download | linux-450cec4f7d78fb2e04e3f7f5360e62f4837a4b68.tar.xz |
arm64: dts: imx8m*venice: add missing clock-names to pcie_phy
Define the missing clock-names property for the pcie_phy required by
the fsl,imx8-pcie-phy dt bindings.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-venice-gw7903.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-venice-gw7903.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7903.dts b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7903.dts index 1deb2ea8fcc9..a7dae9bd4c11 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7903.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7903.dts @@ -540,6 +540,7 @@ fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>; fsl,clkreq-unsupported; clocks = <&pcie0_refclk>; + clock-names = "ref"; status = "okay"; }; |