ARM: dts: bcm2708-rpi: Define the downstream HDMI power at one place
authorStefan Wahren <wahrenst@gmx.net>
Sat, 21 Sep 2019 13:55:19 +0000 (15:55 +0200)
committerpopcornmix <popcornmix@gmail.com>
Mon, 30 Sep 2019 12:42:43 +0000 (14:42 +0200)
In order to keep downstream definition of the HDMI power domain separate
and independent from upstream changes, add them to bcm2708-rpi.dtsi.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
arch/arm/boot/dts/bcm2708-rpi.dtsi

index ca072d2..ce9795d 100644 (file)
 };
 
 &hdmi {
+       power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
        status = "disabled";
 };