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

Commit 59bafcf6 authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Arnd Bergmann
Browse files

arm/dts: omap4: Add ocp2scp data



Add ocp2scp data node in omap4 device tree file.

Acked-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 26a84b3e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -295,5 +295,13 @@
			interrupt-parent = <&gic>;
			ti,hwmods = "dmic";
		};

		ocp2scp {
			compatible = "ti,omap-ocp2scp";
			#address-cells = <1>;
			#size-cells = <1>;
			ranges;
			ti,hwmods = "ocp2scp_usb_phy";
		};
	};
};