projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fedc428
)
ARM: dts: OMAP5: Add ocp2scp data
author
Kishon Vijay Abraham I
<kishon@ti.com>
Thu, 7 Mar 2013 13:35:18 +0000
(19:05 +0530)
committer
Benoit Cousson
<benoit.cousson@linaro.org>
Mon, 8 Apr 2013 22:21:01 +0000
(
00:21
+0200)
Add ocp2scp data node in omap5 device tree file.
The information for the node added here can be found @
Documentation/devicetree/bindings/bus/omap-ocp2scp.txt
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
arch/arm/boot/dts/omap5.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap5.dtsi
b/arch/arm/boot/dts/omap5.dtsi
index 116123b5701ced39b2ce3b3accce0b9412b01da9..438241d0e07c22fc0021513801c0114335b41754 100644
(file)
--- a/
arch/arm/boot/dts/omap5.dtsi
+++ b/
arch/arm/boot/dts/omap5.dtsi
@@
-544,5
+544,13
@@
reg-names = "control_dev_conf", "phy_power_usb";
ti,type = <2>;
};
+
+ ocp2scp {
+ compatible = "ti,omap-ocp2scp";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges;
+ ti,hwmods = "ocp2scp1";
+ };
};
};