From: Stefan Agner <stefan@agner.ch> Date: 2016-02-17 23:40:26
Drop the fake simple-bus container 'regulators' and put the
regulators directly under the root node. This also makes the
artificial 'reg' properties superfluous. While at it, remove
the unnecessary regulator-always-on property and name the
regulators according to schematics.
Signed-off-by: Stefan Agner <stefan@agner.ch>
---
Changes since v2:
- remove regulator-always-on
Changes since v1:
- rename regulators according to schematics
- drop sys prefix
arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 42 ++++++++++++-------------------
1 file changed, 16 insertions(+), 26 deletions(-)
From: Stefan Agner <stefan@agner.ch> Date: 2016-02-17 23:40:29
Add the carrier boards 3.3V supply as fixed regulator. This allows
to specify the power supply for nodes like backlight.
Signed-off-by: Stefan Agner <stefan@agner.ch>
---
Changes since v2:
- remove regulator-always-on
arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
From: Stefan Agner <stefan@agner.ch> Date: 2016-02-17 23:40:50
Colibri modules need to be powered using the power pins 3V3 and
AVDD_AUDIO. Add fixed regulators which represent this power rails.
Potentially, those power rails could be switched on a carrier
board. A carrier board device tree could add a own regulator with
a GPIO, and reference that regulator in a vin-supply property of
those new module level system regulators.
Signed-off-by: Stefan Agner <stefan@agner.ch>
---
Changes since v2:
- remove regulator-always-on
Changes since v1:
- Add module prefix to avoid namespace issue with Carrier Board regulators
- Name the regulators according to schematics
arch/arm/boot/dts/vf-colibri.dtsi | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
On Wed, Feb 17, 2016 at 03:40:58PM -0800, Stefan Agner wrote:
Drop the fake simple-bus container 'regulators' and put the
regulators directly under the root node. This also makes the
artificial 'reg' properties superfluous. While at it, remove
the unnecessary regulator-always-on property and name the
regulators according to schematics.
Signed-off-by: Stefan Agner <stefan@agner.ch>
---
Changes since v2:
- remove regulator-always-on
Changes since v1:
- rename regulators according to schematics
- drop sys prefix