summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/imx6qdl-phytec-pfla02.dtsi')
-rw-r--r--arch/arm/dts/imx6qdl-phytec-pfla02.dtsi44
1 files changed, 10 insertions, 34 deletions
diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
index 0653fcc3c3..56b42cd1ef 100644
--- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
@@ -9,43 +9,25 @@
* http://www.gnu.org/copyleft/gpl.html
*/
-#include <arm/imx6qdl-phytec-pfla02.dtsi>
+#include <arm/nxp/imx/imx6qdl-phytec-pfla02.dtsi>
/ {
chosen {
environment-nand {
compatible = "barebox,environment";
- device-path = &gpmi, "partname:barebox-environment";
+ device-path = &env_nand;
status = "disabled";
};
environment-spinor {
compatible = "barebox,environment";
- device-path = &som_flash, "partname:barebox-environment";
- status = "disabled";
- };
-
- environment-sd1 {
- compatible = "barebox,environment";
- device-path = &usdhc1, "partname:barebox-environment";
- status = "disabled";
- };
-
- environment-sd2 {
- compatible = "barebox,environment";
- device-path = &usdhc2, "partname:barebox-environment";
+ device-path = &env_nor;
status = "disabled";
};
environment-sd3 {
compatible = "barebox,environment";
- device-path = &usdhc3, "partname:barebox-environment";
- status = "disabled";
- };
-
- environment-sd4 {
- compatible = "barebox,environment";
- device-path = &usdhc4, "partname:barebox-environment";
+ device-path = &env_sd3;
status = "disabled";
};
};
@@ -64,7 +46,7 @@
reg = <0x0 0x100000>;
};
- partition@100000 {
+ env_nor: partition@100000 {
label = "barebox-environment";
reg = <0x100000 0x20000>;
};
@@ -81,15 +63,6 @@
};
};
-&fec {
- /*
- * barebox doesn't have a driver for the PMIC providing the phy-supply
- * (dlg,da9063). So remove the phy-supply property and rely on the
- * PMIC's reset default which has this supply enabled.
- */
- /delete-property/ phy-supply;
-};
-
&gpmi {
partitions {
compatible = "fixed-partitions";
@@ -101,7 +74,7 @@
reg = <0x0 0x1000000>;
};
- partition@1000000 {
+ env_nand: partition@1000000 {
label = "barebox-environment";
reg = <0x1000000 0x100000>;
};
@@ -147,7 +120,7 @@
reg = <0x0 0xe0000>;
};
- partition@e0000 {
+ env_sd3: partition@e0000 {
label = "barebox-environment";
reg = <0xe0000 0x20000>;
};
@@ -162,5 +135,8 @@
watchdog-priority = <500>;
restart-priority = <500>;
reset-source-priority = <500>;
+ regulators {
+ barebox,allow-dummy-supply;
+ };
};
};