mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am335x-phytec-state: Add backend-storage-type
@ 2019-07-10 11:26 Stefan Riedmueller
  2019-07-11  6:58 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Riedmueller @ 2019-07-10 11:26 UTC (permalink / raw)
  To: barebox; +Cc: d.schultz

Add the backend-storage-type for both states and set it to "direct" as
the backend is an EEPROM.

Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de>
---
 arch/arm/dts/am335x-phytec-state.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/dts/am335x-phytec-state.dtsi b/arch/arm/dts/am335x-phytec-state.dtsi
index 1f61cf5a2e6c..af4da4ea6469 100644
--- a/arch/arm/dts/am335x-phytec-state.dtsi
+++ b/arch/arm/dts/am335x-phytec-state.dtsi
@@ -23,6 +23,7 @@
 		compatible = "barebox,state";
 		backend-type = "raw";
 		backend = <&backend_state_mac_eeprom>;
+		backend-storage-type = "direct";
 		backend-stridesize = <40>;
 		keep-previous-content;
 
@@ -44,6 +45,7 @@
 		compatible = "barebox,state";
 		backend-type = "raw";
 		backend = <&backend_state_update_eeprom>;
+		backend-storage-type = "direct";
 		backend-stridesize = <54>;
 		keep-previous-content;
 
-- 
2.7.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-11  6:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10 11:26 [PATCH] ARM: dts: am335x-phytec-state: Add backend-storage-type Stefan Riedmueller
2019-07-11  6:58 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox