summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx53-ppd-uboot.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/imx53-ppd-uboot.dtsi')
-rw-r--r--arch/arm/dts/imx53-ppd-uboot.dtsi12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/dts/imx53-ppd-uboot.dtsi b/arch/arm/dts/imx53-ppd-uboot.dtsi
index d38a1bc264..d61b7cb876 100644
--- a/arch/arm/dts/imx53-ppd-uboot.dtsi
+++ b/arch/arm/dts/imx53-ppd-uboot.dtsi
@@ -24,15 +24,15 @@
&eeprom {
partitions {
compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
- vpd {
- offset = <0>;
- size = <1022>;
+ vpd@0 {
+ reg = <0 1022>;
};
- bootcount: bootcount {
- offset = <1022>;
- size = <2>;
+ bootcount: bootcount@1022 {
+ reg = <1022 2>;
};
};
};