Based on Patch by Robert Nelson <robertcnelson@gmail.com>:
https://github.com/RobertCNelson/Bootloader-Builder/raw/master/patches/v2014.10-rc2/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch
Gbp-Pq: Name 0001-Set-DCDC1-DDR3-to-1.35V-for-Beaglebone-Black.patch
return;
}
+ /* Set DCDC1 (DDR3) to 1.35V for Beaglebone Black. */
+ if (board_is_bone_lt(&header)) {
+ if (tps65217_voltage_update(TPS65217_DEFDCDC1,
+ TPS65217_DCDC_VOLT_SEL_1350MV)) {
+ puts("tps65217_voltage_update failure\n");
+ return;
+ }
+ }
+
/*
* Set LDO3, LDO4 output voltage to 3.3V for Beaglebone.
* Set LDO3 to 1.8V and LDO4 to 3.3V for Beaglebone Black.
#define TPS65217_DCDC_VOLT_SEL_1125MV 0x09
#define TPS65217_DCDC_VOLT_SEL_1275MV 0x0F
#define TPS65217_DCDC_VOLT_SEL_1325MV 0x11
+#define TPS65217_DCDC_VOLT_SEL_1350MV 0x12
#define TPS65217_LDO_MASK 0x1F
#define TPS65217_LDO_VOLTAGE_OUT_1_8 0x06