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

Commit 64f48965 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: dts: uniphier: add clocks/resets to EHCI nodes of sLD3 SoC



Now, the clock/reset controller driver is available for this SoC.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 29ad7f49
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -242,6 +242,9 @@
			status = "disabled";
			reg = <0x5a800100 0x100>;
			interrupts = <0 80 4>;
			clocks = <&mio_clk 7>, <&mio_clk 8>, <&mio_clk 12>;
			resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 8>,
				 <&mio_rst 12>;
		};

		usb1: usb@5a810100 {
@@ -249,6 +252,9 @@
			status = "disabled";
			reg = <0x5a810100 0x100>;
			interrupts = <0 81 4>;
			clocks = <&mio_clk 7>, <&mio_clk 9>, <&mio_clk 13>;
			resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 9>,
				 <&mio_rst 13>;
		};

		usb2: usb@5a820100 {
@@ -256,6 +262,9 @@
			status = "disabled";
			reg = <0x5a820100 0x100>;
			interrupts = <0 82 4>;
			clocks = <&mio_clk 7>, <&mio_clk 10>, <&mio_clk 14>;
			resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 10>,
				 <&mio_rst 14>;
		};

		usb3: usb@5a830100 {
@@ -263,6 +272,9 @@
			status = "disabled";
			reg = <0x5a830100 0x100>;
			interrupts = <0 83 4>;
			clocks = <&mio_clk 7>, <&mio_clk 11>, <&mio_clk 15>;
			resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 11>,
				 <&mio_rst 15>;
		};

		sysctrl@f1840000 {