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

Commit 361818cd authored by Robert Jarzmik's avatar Robert Jarzmik
Browse files

ARM: dts: pxa: add pxa27x-udc to pxa27x



Each pxa27x has an embedded usb udc controller. Add it in the pxa27x
device-tree description.

Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent d96672e6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -53,6 +53,13 @@
			status = "disabled";
		};

		pxa27x_udc: udc@40600000 {
			compatible = "marvell,pxa270-udc";
			reg = <0x40600000 0x10000>;
			interrupts = <11>;
			clocks = <&clks CLK_USB>;
			status = "disabled";
		};
	};

	clocks {