9
0
Fork 0

dts:imx6:pfla02:Move spi partitions imx6qdl-phytec-pfla02

Move the spi partition definition to imx6qdl-phytec-pfla02.dtsi

Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Christian Hemp 2014-09-12 15:33:45 +02:00 committed by Sascha Hauer
parent bd26cf01f6
commit 2d4bbed323
3 changed files with 14 additions and 30 deletions

View File

@ -20,18 +20,3 @@
&ecspi3 {
status = "okay";
};
&flash {
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "barebox";
reg = <0x0 0x80000>;
};
partition@1 {
label = "barebox-environment";
reg = <0x80000 0x10000>;
};
};

View File

@ -20,18 +20,3 @@
&ecspi3 {
status = "okay";
};
&flash {
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "barebox";
reg = <0x0 0x80000>;
};
partition@1 {
label = "barebox-environment";
reg = <0x80000 0x10000>;
};
};

View File

@ -20,6 +20,20 @@
compatible = "m25p80";
spi-max-frequency = <20000000>;
reg = <0>;
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "barebox";
reg = <0x0 0x80000>;
};
partition@1 {
label = "barebox-environment";
reg = <0x80000 0x10000>;
};
};
};