diff options
author | Po Liu <po.liu@freescale.com> | 2013-01-18 04:16:13 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-02-13 08:49:09 -0500 |
commit | db29cd3c4497e7edf9176284ba7cf3cec1814c7a (patch) | |
tree | 1b3425f7d3b9dddfc9fa9e180ffaf04bb9d58f6f /arch/powerpc/boot/dts | |
parent | ed59b3eca05a1afe1605238494020007a1cdaa4f (diff) |
powerpc/85xx: dts - add ranges property for SEC
This facilitates getting the physical address of the SEC node.
Signed-off-by: Liu po <po.liu@freescale.com>
Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi b/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi index d4c9d5daab21..ffadcb563ada 100644 --- a/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi | |||
@@ -36,6 +36,7 @@ crypto@30000 { | |||
36 | compatible = "fsl,sec-v4.4", "fsl,sec-v4.0"; | 36 | compatible = "fsl,sec-v4.4", "fsl,sec-v4.0"; |
37 | #address-cells = <1>; | 37 | #address-cells = <1>; |
38 | #size-cells = <1>; | 38 | #size-cells = <1>; |
39 | ranges = <0x0 0x30000 0x10000>; | ||
39 | reg = <0x30000 0x10000>; | 40 | reg = <0x30000 0x10000>; |
40 | interrupts = <58 2 0 0>; | 41 | interrupts = <58 2 0 0>; |
41 | 42 | ||