diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2018-06-22 21:05:24 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-06-27 20:34:14 +0200 |
commit | 5cbef9f97d0d60f411a2b2cbcc37a0423615ff55 (patch) | |
tree | 81f2e8c6b5a2b18fe08a6fd0e7e37ff5f64d4692 /arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | |
parent | fca63f58972508e07d0acbd82946e5ffceab67ed (diff) | |
download | lwn-5cbef9f97d0d60f411a2b2cbcc37a0423615ff55.tar.gz lwn-5cbef9f97d0d60f411a2b2cbcc37a0423615ff55.zip |
arm64: dts: allwinner: a64: add HDMI regulator to all DTs' simplefb_hdmi
On usual A64 board design the power of HDMI controller is connected to
DLDO1 of the AXP803 PMIC. If this regulator is shut down, the HDMI
output will be blank. Therefore the simplefb driver should keep this
regulator on.
Add the regulator to all currently available A64 boards' simplefb_hdmi
device node, if the board is capable of outputing HDMI.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts')
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts index a75825798a71..1b9b92e541d2 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts @@ -229,6 +229,10 @@ regulator-name = "vcc-rtc"; }; +&simplefb_hdmi { + vcc-hdmi-supply = <®_dldo1>; +}; + /* On Euler connector */ &spdif { status = "disabled"; |