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

Commit b6731f78 authored by Felipe Balbi's avatar Felipe Balbi Committed by Benoit Cousson
Browse files

ARM: dts: OMAP5: fix ocp2scp DTS data



Fix the DTS data for ocp2scp node by adding the
missing reg property.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent 6f61ee23
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -652,10 +652,11 @@
			};
		};

		ocp2scp {
		ocp2scp@4a080000 {
			compatible = "ti,omap-ocp2scp";
			#address-cells = <1>;
			#size-cells = <1>;
			reg = <0x4a080000 0x20>;
			ranges;
			ti,hwmods = "ocp2scp1";
			usb2_phy: usb2phy@4a084000 {