Merge branch 'master' of git://git.denx.de/u-boot-usb
[oweals/u-boot.git] / arch / arm / dts / imx6q-bx50v3-uboot.dtsi
index 88dd7e29393c381914e98739e0cac8aa7e277c32..df446e0ed149fdf9084b706ad38a522e6dbdacb9 100644 (file)
@@ -5,8 +5,33 @@
  */
 
 / {
+       bootcount {
+               compatible = "u-boot,bootcount-i2c-eeprom";
+               i2c-eeprom = <&bootcount>;
+       };
+
        wdt-reboot {
                compatible = "wdt-reboot";
                wdt = <&wdog1>;
        };
+
+       panel-lvds0 {
+               compatible = "simple-panel";
+       };
+};
+
+&eeprom {
+       partitions {
+               compatible = "fixed-partitions";
+
+               vpd {
+                       offset = <0>;
+                       size = <1022>;
+               };
+
+               bootcount: bootcount {
+                       offset = <1022>;
+                       size = <2>;
+               };
+       };
 };