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)
commitb136d55c142e10cfd152368f285598b21bf246e7
tree6b99469ec5632ee6b9d004c44fbd7c181b6df60f
parent09ecbb0ecc4abbaef20e108ceecfb0828a0b08ad
ARM: dts: mxs: Fix duart clock-names

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