[PATCH] arm64: dts: imx8dxl: drop clocks from scu clock controller

Peng Fan (OSS) posted 1 patch 2 years, 10 months ago
arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 --
1 file changed, 2 deletions(-)
[PATCH] arm64: dts: imx8dxl: drop clocks from scu clock controller
Posted by Peng Fan (OSS) 2 years, 10 months ago
From: Peng Fan <peng.fan@nxp.com>

The clocks and clock-names are not documented and not used, drop them.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
index 97d7df0813a5..70fadd79851a 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
@@ -130,8 +130,6 @@ pd: power-controller {
 		clk: clock-controller {
 			compatible = "fsl,imx8dxl-clk", "fsl,scu-clk";
 			#clock-cells = <2>;
-			clocks = <&xtal32k &xtal24m>;
-			clock-names = "xtal_32KHz", "xtal_24Mhz";
 		};
 
 		scu_gpio: gpio {
-- 
2.37.1
Re: [PATCH] arm64: dts: imx8dxl: drop clocks from scu clock controller
Posted by Shawn Guo 2 years, 10 months ago
On Thu, Mar 23, 2023 at 07:19:51PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> The clocks and clock-names are not documented and not used, drop them.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied, thanks!