Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/35fe1cb0c1a1bff450449b4bc7236aa6dbedb054 You should set ROOT_URL correctly, otherwise the web may not work correctly.

ARM: OMAP5: Power: add LDO2 support for Palmas driver

Add defines required to turn on LDO2 regulator.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
master
Dmitry Lifshitz 11 years ago committed by Tom Rini
parent 4b5d383924
commit 35fe1cb0c1
  1. 4
      include/palmas.h

@ -24,6 +24,10 @@
#define LDO1_CTRL 0x50
#define LDO1_VOLTAGE 0x51
/* LDO2 control/voltage */
#define LDO2_CTRL 0x52
#define LDO2_VOLTAGE 0x53
/* LDO9 control/voltage */
#define LDO9_CTRL 0x60
#define LDO9_VOLTAGE 0x61

Loading…
Cancel
Save