Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63c6527b authored by Cédric Le Goater's avatar Cédric Le Goater Committed by Joel Stanley
Browse files

ARM: dts: aspeed: Add a fastread property



All chips on OpenPOWER platforms support the fastread SPI command.

Signed-off-by: default avatarCédric Le Goater <clg@kaod.org>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 1142aea9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
	status = "okay";
	flash@0 {
		status = "okay";
		m25p,fast-read;
		label = "bmc";
	};
};
@@ -32,6 +33,7 @@
	status = "okay";
	flash@0 {
		status = "okay";
		m25p,fast-read;
		label = "pnor";
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
	status = "okay";
	flash@0 {
		status = "okay";
		m25p,fast-read;
		label = "bmc";
	};
};
@@ -43,6 +44,7 @@
	status = "okay";
	flash@0 {
		status = "okay";
		m25p,fast-read;
		label = "pnor";
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
	status = "okay";
	flash@0 {
		status = "okay";
		m25p,fast-read;
		label = "bmc";
	};
};
@@ -46,6 +47,7 @@

	flash@0 {
		status = "okay";
		m25p,fast-read;
		label = "pnor";
	};
};