ARM: dts: mxs: Fix duart clock-names
authorFabio Estevam <festevam@denx.de>
Thu, 21 Sep 2023 14:17:42 +0000 (11:17 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 25 Sep 2023 03:49:10 +0000 (11:49 +0800)
Per pl011.yaml, the first entry of clock-names should
be "uartclk".

Change it accordingly to fix the following schema warning:

imx23-xfi3.dtb: serial@80070000: clock-names:0: 'uartclk' was expected

The pl011 driver does not search for the clock name, so this
change is safe and was tested on a imx28-evk board.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/mxs/imx23.dtsi
arch/arm/boot/dts/nxp/mxs/imx28.dtsi

index 5eca942a52fd44ad382277ac5dc90b3e9d5d134f..7411061bf8146478643f71713f969a66c03178e6 100644 (file)
                                reg = <0x80070000 0x2000>;
                                interrupts = <0>;
                                clocks = <&clks 32>, <&clks 16>;
-                               clock-names = "uart", "apb_pclk";
+                               clock-names = "uartclk", "apb_pclk";
                                status = "disabled";
                        };
 
index 763adeb995ee767806531998a1a31864ad93629e..32815d2403de80e0355d646b69f9974c53fe4625 100644 (file)
                                reg = <0x80074000 0x1000>;
                                interrupts = <47>;
                                clocks = <&clks 45>, <&clks 26>;
-                               clock-names = "uart", "apb_pclk";
+                               clock-names = "uartclk", "apb_pclk";
                                status = "disabled";
                        };