Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5a8e3ad authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Merge tag 'bcm2835-dt-next-2017-01-17' into devicetree/next



This pull request brings in the DT changes for VEC (TV-out) on
Raspberry Pi.

Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parents 3b4b6252 5ab1a37c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -87,3 +87,8 @@
	power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
	status = "okay";
};

&vec {
	power-domains = <&power RPI_POWER_DOMAIN_VEC>;
	status = "okay";
};
+8 −0
Original line number Diff line number Diff line
@@ -476,6 +476,14 @@
			status = "disabled";
		};

		vec: vec@7e806000 {
			compatible = "brcm,bcm2835-vec";
			reg = <0x7e806000 0x1000>;
			clocks = <&clocks BCM2835_CLOCK_VEC>;
			interrupts = <2 27>;
			status = "disabled";
		};

		pixelvalve@7e807000 {
			compatible = "brcm,bcm2835-pixelvalve2";
			reg = <0x7e807000 0x100>;