9
0
Fork 0

ARM: tegra30: add environment path to Beaver DT

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2014-10-05 21:39:42 +02:00 committed by Sascha Hauer
parent 7de814ca55
commit c425821ef1
1 changed files with 8 additions and 1 deletions

View File

@ -11,6 +11,13 @@
rtc1 = "/rtc@7000e000";
};
chosen {
environment@0 {
compatible = "barebox,environment";
device-path = &emmc, "partname:boot1";
};
};
memory {
reg = <0x80000000 0x7ff00000>;
};
@ -750,7 +757,7 @@
bus-width = <4>;
};
sdhci@78000600 {
emmc: sdhci@78000600 {
status = "okay";
bus-width = <8>;
non-removable;