]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: omap5-board-common: fix ldo1_reg and ldo4_reg ranges
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 18 Apr 2016 10:06:06 +0000 (13:06 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 26 Apr 2016 16:52:13 +0000 (09:52 -0700)
commit0752e58a9e4dc058e5930fb95be1ed6c2cbad9a3
tree91bbce4d938e0da9db7edabea89951fc9671aef8
parentc40b63c04950cd745a34a62bdf37894058201eab
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>
arch/arm/boot/dts/omap5-board-common.dtsi