summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Riedmueller <s.riedmueller@phytec.de>2019-07-10 13:26:53 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-07-11 08:58:16 +0200
commitba927c778091295310fdb105e10c257a0cfc61a3 (patch)
tree7845ebf213c78c49a1bed7da02cdcc6f35537cd7
parentd1831a0208c70381cd110eb4d62afcd0c5a6bbd5 (diff)
downloadbarebox-ba927c778091295310fdb105e10c257a0cfc61a3.tar.gz
barebox-ba927c778091295310fdb105e10c257a0cfc61a3.tar.xz
ARM: dts: am335x-phytec-state: Add backend-storage-type
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> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/am335x-phytec-state.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/am335x-phytec-state.dtsi b/arch/arm/dts/am335x-phytec-state.dtsi
index 1f61cf5a2e..af4da4ea64 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;