Skip to content
Snippets Groups Projects
Commit b64088c5 authored by Robert Beckett's avatar Robert Beckett Committed by Stefano Babic
Browse files

board: ge: bx50v3, imx53ppd: add eeprom partitions


Add eeprom partitions to device tree.

Signed-off-by: default avatarRobert Beckett <bob.beckett@collabora.com>
parent 821c982e
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,19 @@
wdt = <&wdog1>;
};
};
&eeprom {
partitions {
compatible = "fixed-partitions";
vpd {
offset = <0>;
size = <1022>;
};
bootcount {
offset = <1022>;
size = <2>;
};
};
};
......@@ -43,7 +43,6 @@
/dts-v1/;
#include "imx53.dtsi"
#include "imx53-ppd-uboot.dtsi"
#include <dt-bindings/input/input.h>
/ {
......@@ -1084,3 +1083,5 @@
>;
};
};
#include "imx53-ppd-uboot.dtsi"
......@@ -10,3 +10,19 @@
wdt = <&wdog1>;
};
};
&eeprom {
partitions {
compatible = "fixed-partitions";
vpd {
offset = <0>;
size = <1022>;
};
bootcount {
offset = <1022>;
size = <2>;
};
};
};
......@@ -42,7 +42,6 @@
*/
#include "imx6q-ba16.dtsi"
#include "imx6q-bx50v3-uboot.dtsi"
/ {
mclk: clock-mclk {
......@@ -379,3 +378,5 @@
#interrupt-cells = <1>;
};
};
#include "imx6q-bx50v3-uboot.dtsi"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment