diff options
author | Stefan Wahren <wahrenst@gmx.net> | 2019-07-25 21:03:42 +0200 |
---|---|---|
committer | Stefan Wahren <wahrenst@gmx.net> | 2019-08-15 19:35:15 +0200 |
commit | 60c833d5664e1b3f71c4471233469790adf505ca (patch) | |
tree | 6598e670fbbae9a56af1ad04cd86febe8a9af640 /arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | |
parent | 328e3e369bcee3375a8f48d9ae68daf173fc8453 (diff) | |
download | lwn-60c833d5664e1b3f71c4471233469790adf505ca.tar.gz lwn-60c833d5664e1b3f71c4471233469790adf505ca.zip |
ARM: dts: bcm283x: Enable HDMI at board level
There might be headless setups of the Compute Module without HDMI,
so better enable HDMI at board level. Btw this allows moving HDMI
base definition into upcoming bcm2835-common.dtsi.
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts b/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts index a1487ae3db8d..74ed6d047807 100644 --- a/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts +++ b/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts @@ -125,6 +125,8 @@ &hdmi { hpd-gpios = <&gpio 28 GPIO_ACTIVE_LOW>; + power-domains = <&power RPI_POWER_DOMAIN_HDMI>; + status = "okay"; }; &pwm { |