From: Peng Fan Date: Wed, 31 Aug 2022 14:25:47 +0000 (+0800) Subject: arm64: dts: imx8ulp: drop undocumented property in cgc X-Git-Tag: v6.6.17~6488^2~16^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e2c9e5146b2fd66bfd6049ece0eee3db3647593;p=platform%2Fkernel%2Flinux-rpi.git arm64: dts: imx8ulp: drop undocumented property in cgc The clocks and clocks-names are not documented in binding doc, and the clk-imx8ulp driver not use the undocumented property, so drop them. Signed-off-by: Peng Fan Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8ulp.dtsi b/arch/arm64/boot/dts/freescale/imx8ulp.dtsi index 3e8a1e4..8460a3c 100644 --- a/arch/arm64/boot/dts/freescale/imx8ulp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8ulp.dtsi @@ -164,8 +164,6 @@ cgc1: clock-controller@292c0000 { compatible = "fsl,imx8ulp-cgc1"; reg = <0x292c0000 0x10000>; - clocks = <&rosc>, <&sosc>, <&frosc>, <&lposc>; - clock-names = "rosc", "sosc", "frosc", "lposc"; #clock-cells = <1>; }; @@ -416,8 +414,6 @@ cgc2: clock-controller@2da60000 { compatible = "fsl,imx8ulp-cgc2"; reg = <0x2da60000 0x10000>; - clocks = <&sosc>, <&frosc>; - clock-names = "sosc", "frosc"; #clock-cells = <1>; };