From 60c833d5664e1b3f71c4471233469790adf505ca Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Thu, 25 Jul 2019 21:03:42 +0200 Subject: 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 Reviewed-by: Eric Anholt --- arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts') 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 { -- cgit v1.2.3-59-g8ed1b