public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH V2] ARM: tegra: add Tegra124 pinmux node to DT
@ 2013-12-06 23:55 Stephen Warren
  2013-12-09  7:13 ` Laxman Dewangan
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2013-12-06 23:55 UTC (permalink / raw)
  To: linux-arm-kernel

From: Stephen Warren <swarren@nvidia•com>

Signed-off-by: Stephen Warren <swarren@nvidia•com>
Reviewed-by: Thierry Reding <treding@nvidia•com>
Tested-by: Thierry Reding <treding@nvidia•com>
---
v2: Fix register lengths to match the values from Laxman's patch
---
 arch/arm/boot/dts/tegra124.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi
index 9a8b5b8d8397..fe070bc4c862 100644
--- a/arch/arm/boot/dts/tegra124.dtsi
+++ b/arch/arm/boot/dts/tegra124.dtsi
@@ -97,6 +97,12 @@
 		#dma-cells = <1>;
 	};
 
+	pinmux: pinmux at 70000868 {
+		compatible = "nvidia,tegra124-pinmux";
+		reg = <0x70000868 0x164>,	/* Pad control registers */
+		      <0x70003000 0x434>;	/* Mux registers */
+	};
+
 	/*
 	 * There are two serial driver i.e. 8250 based simple serial
 	 * driver and APB DMA based serial driver for higher baudrate
-- 
1.8.1.5

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

end of thread, other threads:[~2013-12-09  7:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-06 23:55 [PATCH V2] ARM: tegra: add Tegra124 pinmux node to DT Stephen Warren
2013-12-09  7:13 ` Laxman Dewangan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox