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

Unverified Commit e5c851ef authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Merge tag 'bcm2835-dt-next-2018-03-13' into devicetree/next



This pull request brings in one last patch to add the BCM2835 DPI
controller to the device tree.

Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parents 3746fd75 ae67cfc4
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -441,6 +441,17 @@
			interrupts = <2 14>; /* pwa1 */
			interrupts = <2 14>; /* pwa1 */
		};
		};


		dpi: dpi@7e208000 {
			compatible = "brcm,bcm2835-dpi";
			reg = <0x7e208000 0x8c>;
			clocks = <&clocks BCM2835_CLOCK_VPU>,
				 <&clocks BCM2835_CLOCK_DPI>;
			clock-names = "core", "pixel";
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";
		};

		dsi0: dsi@7e209000 {
		dsi0: dsi@7e209000 {
			compatible = "brcm,bcm2835-dsi0";
			compatible = "brcm,bcm2835-dsi0";
			reg = <0x7e209000 0x78>;
			reg = <0x7e209000 0x78>;