Skip to content

Commit

Permalink
nxp: imx: rename IMX_CCM_UART_CLK
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nashif committed Mar 10, 2022
1 parent 5e6fe46 commit e60a4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dts/arm64/nxp/nxp_imx8mm_a53.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand All @@ -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";
};
Expand Down

0 comments on commit e60a4af

Please sign in to comment.