summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDaniel Schultz <d.schultz@phytec.de>2019-01-07 09:17:07 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-08 08:36:53 +0100
commitc87204d49a013cebf5f5cf1bf1fffc65b67f71de (patch)
tree0de31134547d6ceb81a0a34281dab91271283436 /arch
parent3815f6af0ec34db33aee145d4b56b26dde6319a3 (diff)
downloadbarebox-c87204d49a013cebf5f5cf1bf1fffc65b67f71de.tar.gz
barebox-c87204d49a013cebf5f5cf1bf1fffc65b67f71de.tar.xz
ARM: dts: am335x-phytec-state: Reduce partition size
Partition size was not calculated correct. Set the correct size. Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/am335x-phytec-state.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/am335x-phytec-state.dtsi b/arch/arm/dts/am335x-phytec-state.dtsi
index 6bca597159..d332abe4b9 100644
--- a/arch/arm/dts/am335x-phytec-state.dtsi
+++ b/arch/arm/dts/am335x-phytec-state.dtsi
@@ -46,7 +46,7 @@
#size-cells = <1>;
#address-cells = <1>;
backend_state_eeprom: state@0 {
- reg = <0x000 0x120>;
+ reg = <0x000 0x100>;
label = "state-eeprom";
};
};