diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-06-28 11:50:53 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-07-20 08:18:31 -0700 |
commit | e120289cc094b11e8729fe97cafe7a7738212de6 (patch) | |
tree | 8925172b240d245b88ef60563cd35f5981fbaa2e /arch/arm64/boot/dts/amlogic | |
parent | 6279f6669db51f02360951155dd9d44c32e11fb0 (diff) |
ARM64: dts: meson-axg: add s400 main 12v supply
Add a fixed regulator for the main 12v which is the main power supply
of the board.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts index 1dff41d0b797..c5fa32a6d1a9 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts @@ -16,6 +16,13 @@ serial1 = &uart_A; }; + main_12v: regulator-main_12v { + compatible = "regulator-fixed"; + regulator-name = "12V"; + regulator-min-microvolt = <12000000>; + regulator-max-microvolt = <12000000>; + }; + vddio_boot: regulator-vddio_boot { compatible = "regulator-fixed"; regulator-name = "VDDIO_BOOT"; |