board: ge: bx50v3, imx53ppd: add eeprom partitions
Add eeprom partitions to device tree. Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
This commit is contained in:
parent
821c982e35
commit
b64088c5c2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user