diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2022-03-25 18:19:55 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-04-11 03:38:37 +0200 |
commit | 94382f08702efdd6b6bb3e875726942954a723d3 (patch) | |
tree | 4e200c4f6ebc0ac882f49b6189adc0eb1abd83a3 /arch/arm/boot/dts/imx6qdl-tx6.dtsi | |
parent | ARM: dts: imx7s: fix iomuxc_lpsr node name (diff) | |
download | linux-94382f08702efdd6b6bb3e875726942954a723d3.tar.xz linux-94382f08702efdd6b6bb3e875726942954a723d3.zip |
ARM: dts: imx6qdl-tx6: Drop some duplicated properties
clocks and clock-names are already present in imx6qdl.dtsi since commit
f3e7dae323ab ("ARM: dts: imx6qdl: add enet_out clk support"). The change
to imx6qdl.dtsi was explicitly done to avoid this construct in this
file, so benefit from the change and drop these properties.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-tx6.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-tx6.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-tx6.dtsi b/arch/arm/boot/dts/imx6qdl-tx6.dtsi index bcc5bbcce769..f41f86a76ea9 100644 --- a/arch/arm/boot/dts/imx6qdl-tx6.dtsi +++ b/arch/arm/boot/dts/imx6qdl-tx6.dtsi @@ -264,11 +264,6 @@ &fec { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_enet &pinctrl_enet_mdio &pinctrl_etnphy_rst>; - clocks = <&clks IMX6QDL_CLK_ENET>, - <&clks IMX6QDL_CLK_ENET>, - <&clks IMX6QDL_CLK_ENET_REF>, - <&clks IMX6QDL_CLK_ENET_REF>; - clock-names = "ipg", "ahb", "ptp", "enet_out"; phy-mode = "rmii"; phy-reset-gpios = <&gpio7 6 GPIO_ACTIVE_LOW>; phy-reset-post-delay = <10>; |