diff options
author | Tim Harvey <tharvey@gateworks.com> | 2022-04-29 09:16:29 -0700 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-05-05 15:40:21 +0800 |
commit | 450cec4f7d78fb2e04e3f7f5360e62f4837a4b68 (patch) | |
tree | b11f103129cf4742c54ba6e765f707112f3fd215 /arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx.dtsi | |
parent | bf198e2e919ed551794d6eec3fe52e2d1693f0eb (diff) |
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-gw72xx.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx.dtsi index 1e7badb2a82e..8b0ef3fa543f 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx.dtsi @@ -134,6 +134,7 @@ fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>; fsl,clkreq-unsupported; clocks = <&pcie0_refclk>; + clock-names = "ref"; status = "okay"; }; |