Commit e9831967 authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Benoit Cousson

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: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarBenoit Cousson <benoit.cousson@linaro.org>
parent fedc428e
...@@ -544,5 +544,13 @@ omap_control_usb: omap-control-usb@4a002300 { ...@@ -544,5 +544,13 @@ omap_control_usb: omap-control-usb@4a002300 {
reg-names = "control_dev_conf", "phy_power_usb"; reg-names = "control_dev_conf", "phy_power_usb";
ti,type = <2>; ti,type = <2>;
}; };
ocp2scp {
compatible = "ti,omap-ocp2scp";
#address-cells = <1>;
#size-cells = <1>;
ranges;
ti,hwmods = "ocp2scp1";
};
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment