summaryrefslogtreecommitdiff
path: root/Misc
AgeCommit message (Expand)AuthorFilesLines
2013-07-29build: fix up announce message in announce targetDaniel Borkmann1-7/+8
2013-07-29build: fix up GIT_PEOPLE and GIT_LOG macrosDaniel Borkmann1-0/+6
2013-07-29build: use VERSION_SHORT instead of VERSION_STRINGDaniel Borkmann1-6/+6
2013-07-24build: split build system into smaller manageable piecesDaniel Borkmann1-0/+84
tion?id=5086e5c79602a4620fbc3ec208f38e445982e301'>patch) tree91bbce4d938e0da9db7edabea89951fc9671aef8 /Documentation parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
ARM: dts: omap5-board-common: fix ldo1_reg and ldo4_reg ranges
ldo4_reg is connected to DSS, and should always be 1.8V. However the The dts defines a range of 1.5V-1.8V, which requires somethings to set the actual voltage at runtime. Currently we set the voltage in omapdss driver. As the voltage must always be 1.8V, let's just define the range to 1.8V so that the driver doesn't need to deal with the voltage. In fact, the driver should not touch the voltage, except in the cases where the voltage needs to be changed at runtime. I presume the situation is the same for ldo1_reg, used for CSI, although I think it is not currently used in the mainline. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation')