[PATCH 07/17] arm64: dts: fsl-ls1012a-frdm: move clock-sc16is7xx under root node
Alexander Stein
alexander.stein at ew.tq-group.com
Tue Aug 13 01:32:00 PDT 2024
Am Dienstag, 13. August 2024, 06:35:02 CEST schrieb Frank Li:
> Move fixed clock "clock-sc16is7x" from dspi to root node to fix below
> warning:
> arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dtb:
> serial at 0: Unevaluated properties are not allowed ('clock-sc16is7xx' was unexpected)
>
> Signed-off-by: Frank Li <Frank.Li at nxp.com>
Acked-by: Alexander Stein <alexander.stein at ew.tq-group.com>
> ---
> arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts b/arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts
> index 2517528f684fe..75081ce3e9a6f 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts
> @@ -20,6 +20,12 @@ sys_mclk: clock-mclk {
> clock-frequency = <25000000>;
> };
>
> + sc16is7xx_clk: clock-sc16is7xx {
> + compatible = "fixed-clock";
> + #clock-cells = <0>;
> + clock-frequency = <24000000>;
> + };
> +
> reg_1p8v: regulator-1p8v {
> compatible = "regulator-fixed";
> regulator-name = "1P8V";
> @@ -69,12 +75,6 @@ serial at 0 {
> clocks = <&sc16is7xx_clk>;
> interrupt-parent = <&gpio1>;
> interrupts = <13 IRQ_TYPE_EDGE_FALLING>;
> -
> - sc16is7xx_clk: clock-sc16is7xx {
> - compatible = "fixed-clock";
> - #clock-cells = <0>;
> - clock-frequency = <24000000>;
> - };
> };
> };
>
>
>
--
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/
More information about the linux-arm-kernel
mailing list