diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2012-09-19 16:02:51 +0530 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-10-29 16:56:30 +0100 |
commit | 3ce0a99cd4c23762441f0efb18c0e0ef1e9d8bfc (patch) | |
tree | 4acc2b14f9d7cd83b7820a3fe614df7dc527ae12 /arch/arm/boot/dts/omap4.dtsi | |
parent | c8de91a24d66507f7ed81d4077c27014d91ed4c6 (diff) | |
download | blackbird-op-linux-3ce0a99cd4c23762441f0efb18c0e0ef1e9d8bfc.tar.gz blackbird-op-linux-3ce0a99cd4c23762441f0efb18c0e0ef1e9d8bfc.zip |
ARM: dts: OMAP4: add *reg* property for ocp2scp
*reg* property for ocp2scp was previously obtained from ti,hwmods property.
But that is now explicitly added to the dt node.
Also updated the documentation with *reg* info.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 3883f94fdbd0..812461efdea6 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -431,8 +431,9 @@ hw-caps-temp-alert; }; - ocp2scp { + ocp2scp@4a0ad000 { compatible = "ti,omap-ocp2scp"; + reg = <0x4a0ad000 0x1f>; #address-cells = <1>; #size-cells = <1>; ranges; |