diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-09-24 15:18:12 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-09-29 21:48:21 -0400 |
commit | 178b2d09afc05a46f68b190c6594f3a429bc2385 (patch) | |
tree | 2489a810b68428934a396eceb861f229de161893 /arch/arm/boot/dts/imx7d.dtsi | |
parent | 0af822110871400908d5b6f83a8908c45f881d8f (diff) |
ARM: dts: imx7d: Fix UART2 base address
The UART2 memory space starts at address 0x30890000 (UART2_URXD).
Fix it so that UART2 can be used.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Fixes: 949673450291 ("ARM: dts: add imx7d soc dtsi file")
Cc: <stable@vger.kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7d.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi index b738ce0f9d9b..6e444bb873f9 100644 --- a/arch/arm/boot/dts/imx7d.dtsi +++ b/arch/arm/boot/dts/imx7d.dtsi | |||
@@ -588,10 +588,10 @@ | |||
588 | status = "disabled"; | 588 | status = "disabled"; |
589 | }; | 589 | }; |
590 | 590 | ||
591 | uart2: serial@30870000 { | 591 | uart2: serial@30890000 { |
592 | compatible = "fsl,imx7d-uart", | 592 | compatible = "fsl,imx7d-uart", |
593 | "fsl,imx6q-uart"; | 593 | "fsl,imx6q-uart"; |
594 | reg = <0x30870000 0x10000>; | 594 | reg = <0x30890000 0x10000>; |
595 | interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>; | 595 | interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>; |
596 | clocks = <&clks IMX7D_UART2_ROOT_CLK>, | 596 | clocks = <&clks IMX7D_UART2_ROOT_CLK>, |
597 | <&clks IMX7D_UART2_ROOT_CLK>; | 597 | <&clks IMX7D_UART2_ROOT_CLK>; |