diff options
author | Peng Fan <peng.fan@nxp.com> | 2023-03-23 19:19:51 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-03-28 14:37:50 +0800 |
commit | c947af2cb2599e78dc839419ef7ef4f4adb42bdb (patch) | |
tree | 673638512d4f377edd132b79ab5ca961f642e301 /arch/arm64/boot/dts/freescale | |
parent | 45bd868b5b4bf45efb1ac2335fb2d9cdaab73497 (diff) |
arm64: dts: imx8dxl: drop clocks from scu clock controller
The clocks and clock-names are not documented and not used, drop them.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 |
1 files changed, 0 insertions, 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 @@ 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 { |