nxp: imx: rename IMX_CCM_UART_CLK

rename IMX_CCM_UART_CLK to IMX_CCM_UART4_CLK and
IMX_CCM_UART2_CLK a53 dtsi.

This was missed in a previsous patch set.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-03-10 15:34:28 -05:00
parent 5e6fe46d08
commit e60a4afcdf

View file

@ -80,7 +80,7 @@
interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL 0>;
interrupt-names = "irq_0";
interrupt-parent = <&gic>;
clocks = <&ccm IMX_CCM_UART_CLK 0x6c 24>;
clocks = <&ccm IMX_CCM_UART2_CLK 0x6c 24>;
label = "UART_2";
status = "disabled";
};
@ -91,7 +91,7 @@
interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL 0>;
interrupt-names = "irq_0";
interrupt-parent = <&gic>;
clocks = <&ccm IMX_CCM_UART_CLK 0x6c 24>;
clocks = <&ccm IMX_CCM_UART4_CLK 0x6c 24>;
label = "UART_4";
status = "disabled";
};