public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Tegra114: fdt: Move aliases from dtsi to dts file as per other Tegras
@ 2013-03-12 16:08 Tom Warren
  2013-03-12 17:37 ` Stephen Warren
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Warren @ 2013-03-12 16:08 UTC (permalink / raw)
  To: u-boot

All other Tegra boards have their aliase nodes in the .dts file

Signed-off-by: Tom Warren <twarren@nvidia.com>
---
 arch/arm/dts/tegra114.dtsi            |    8 --------
 board/nvidia/dts/tegra114-dalmore.dts |    8 ++++++++
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm/dts/tegra114.dtsi b/arch/arm/dts/tegra114.dtsi
index dfeac53..701c0f9 100644
--- a/arch/arm/dts/tegra114.dtsi
+++ b/arch/arm/dts/tegra114.dtsi
@@ -3,14 +3,6 @@
 / {
 	compatible = "nvidia,tegra114";
 
-	aliases {
-		i2c0 = "/i2c at 7000d000";
-		i2c1 = "/i2c at 7000c000";
-		i2c2 = "/i2c at 7000c400";
-		i2c3 = "/i2c at 7000c500";
-		i2c4 = "/i2c at 7000c700";
-	};
-
 	tegra_car: clock {
 		compatible = "nvidia,tegra114-car";
 		reg = <0x60006000 0x1000>;
diff --git a/board/nvidia/dts/tegra114-dalmore.dts b/board/nvidia/dts/tegra114-dalmore.dts
index 3e1e1ea..30cf1fb 100644
--- a/board/nvidia/dts/tegra114-dalmore.dts
+++ b/board/nvidia/dts/tegra114-dalmore.dts
@@ -6,6 +6,14 @@
 	model = "NVIDIA Dalmore";
 	compatible = "nvidia,dalmore", "nvidia,tegra114";
 
+	aliases {
+		i2c0 = "/i2c at 7000d000";
+		i2c1 = "/i2c at 7000c000";
+		i2c2 = "/i2c at 7000c400";
+		i2c3 = "/i2c at 7000c500";
+		i2c4 = "/i2c at 7000c700";
+	};
+
 	memory {
 		device_type = "memory";
 		reg = <0x80000000 0x80000000>;
-- 
1.7.0.4

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

end of thread, other threads:[~2013-03-12 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12 16:08 [U-Boot] [PATCH] Tegra114: fdt: Move aliases from dtsi to dts file as per other Tegras Tom Warren
2013-03-12 17:37 ` Stephen Warren

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