Skip to content

Commit

Permalink
ARM: dts: OMAP5: fix ocp2scp DTS data
Browse files Browse the repository at this point in the history
Fix the DTS data for ocp2scp node by adding the
missing reg property.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
  • Loading branch information
Felipe Balbi authored and Benoit Cousson committed Sep 17, 2013
1 parent 6f61ee2 commit b6731f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/omap5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b6731f7

Please sign in to comment.