All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: tegra: remove UART5/UARTE from tegra124.dtsi
@ 2014-04-01 20:13 ` Stephen Warren
  0 siblings, 0 replies; 12+ messages in thread
From: Stephen Warren @ 2014-04-01 20:13 UTC (permalink / raw)
  To: arm, Mike Turquette
  Cc: Peter De Schrijver, Laxman Dewangan, linux-arm-kernel,
	linux-tegra, Stephen Warren, stable

From: Stephen Warren <swarren@nvidia.com>

Tegra124 only has 4 UARTs. Parts of the documentation hint at a fifth
UART, but this appears to be left-over from earlier SoC documentation.
Remove the non-existent DT node for UART5.

Cc: <stable@vger.kernel.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 arch/arm/boot/dts/tegra124.dtsi | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi
index cf45a1a39483..6d540a025148 100644
--- a/arch/arm/boot/dts/tegra124.dtsi
+++ b/arch/arm/boot/dts/tegra124.dtsi
@@ -233,19 +233,6 @@
 		status = "disabled";
 	};
 
-	serial@0,70006400 {
-		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
-		reg = <0x0 0x70006400 0x0 0x40>;
-		reg-shift = <2>;
-		interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
-		clocks = <&tegra_car TEGRA124_CLK_UARTE>;
-		resets = <&tegra_car 66>;
-		reset-names = "serial";
-		dmas = <&apbdma 20>, <&apbdma 20>;
-		dma-names = "rx", "tx";
-		status = "disabled";
-	};
-
 	pwm@0,7000a000 {
 		compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
 		reg = <0x0 0x7000a000 0x0 0x100>;
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-04-23 16:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-01 20:13 [PATCH 1/3] ARM: tegra: remove UART5/UARTE from tegra124.dtsi Stephen Warren
2014-04-01 20:13 ` Stephen Warren
     [not found] ` <1396383197-5979-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-04-01 20:13   ` [PATCH 2/3] clk: tegra: remove non-existent clocks Stephen Warren
2014-04-01 20:13     ` Stephen Warren
2014-04-02  8:10     ` Peter De Schrijver
2014-04-02  8:10       ` Peter De Schrijver
     [not found]     ` <1396383197-5979-2-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-04-23 16:24       ` Stephen Warren
2014-04-23 16:24         ` Stephen Warren
2014-04-01 20:13 ` [PATCH 3/3] dt: tegra: remove non-existent clock IDs Stephen Warren
2014-04-01 20:13   ` Stephen Warren
2014-04-14 20:53 ` [PATCH 1/3] ARM: tegra: remove UART5/UARTE from tegra124.dtsi Stephen Warren
2014-04-14 20:53   ` Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.