1
0
Fork 0

ARM: dts: OMAP5: Add ocp2scp data

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>
hifive-unleashed-5.1
Kishon Vijay Abraham I 2013-03-07 19:05:18 +05:30 committed by Benoit Cousson
parent fedc428e32
commit e98319673b
1 changed files with 8 additions and 0 deletions

View File

@ -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";
};
};
};