Skip to content

Commit

Permalink
arm/dts: omap4: Add ocp2scp data
Browse files Browse the repository at this point in the history
Add ocp2scp data node in omap4 device tree file.

Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Kishon Vijay Abraham I authored and Arnd Bergmann committed Aug 22, 2012
1 parent 26a84b3 commit 59bafcf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/omap4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
};

0 comments on commit 59bafcf

Please sign in to comment.