From a8a03551034bee6d2a66fc514342664f760bb4b6 Mon Sep 17 00:00:00 2001 From: Daniel Schultz Date: Thu, 12 Apr 2018 11:13:02 +0200 Subject: ARM: dts: AM335x: Add keep-previous-content property Some of our customers may have data in the EEPROM region, which we newly have assigned as state partition. This property should prevent them of data loses. Signed-off-by: Daniel Schultz Signed-off-by: Sascha Hauer --- arch/arm/dts/am335x-phytec-state.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/dts/am335x-phytec-state.dtsi b/arch/arm/dts/am335x-phytec-state.dtsi index fbc35b9184..6bca597159 100644 --- a/arch/arm/dts/am335x-phytec-state.dtsi +++ b/arch/arm/dts/am335x-phytec-state.dtsi @@ -23,6 +23,7 @@ backend-type = "raw"; backend = <&backend_state_eeprom>; backend-stridesize = <40>; + keep-previous-content; #address-cells = <1>; #size-cells = <1>; -- cgit v1.2.3