[PATCH 2/2] ARM: tegra124: add environment path to Jetson-TK1 DT

Lucas Stach dev at lynxeye.de
Sun Oct 5 12:39:43 PDT 2014


Signed-off-by: Lucas Stach <dev at lynxeye.de>
---
 arch/arm/dts/tegra124-jetson-tk1.dts | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/arch/arm/dts/tegra124-jetson-tk1.dts b/arch/arm/dts/tegra124-jetson-tk1.dts
index 16082c0..32e41f9 100644
--- a/arch/arm/dts/tegra124-jetson-tk1.dts
+++ b/arch/arm/dts/tegra124-jetson-tk1.dts
@@ -12,6 +12,13 @@
 		rtc1 = "/rtc at 0,7000e000";
 	};
 
+	chosen {
+		environment at 0 {
+			compatible = "barebox,environment";
+			device-path = &emmc, "partname:boot1";
+		};
+	};
+
 	memory {
 		reg = <0x0 0x80000000 0x0 0x80000000>;
 	};
@@ -1630,7 +1637,7 @@
 	};
 
 	/* eMMC */
-	sdhci at 0,700b0600 {
+	emmc: sdhci at 0,700b0600 {
 		status = "okay";
 		bus-width = <8>;
 		non-removable;
-- 
1.9.3




More information about the barebox mailing list