diff options
author | Po Liu <po.liu@freescale.com> | 2013-01-18 17:16:13 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2013-02-13 07:49:09 -0600 |
commit | db29cd3c4497e7edf9176284ba7cf3cec1814c7a (patch) | |
tree | 1b3425f7d3b9dddfc9fa9e180ffaf04bb9d58f6f /arch/powerpc/boot | |
parent | ed59b3eca05a1afe1605238494020007a1cdaa4f (diff) | |
download | op-kernel-dev-db29cd3c4497e7edf9176284ba7cf3cec1814c7a.zip op-kernel-dev-db29cd3c4497e7edf9176284ba7cf3cec1814c7a.tar.gz |
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')
-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 d4c9d5d..ffadcb5 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 { compatible = "fsl,sec-v4.4", "fsl,sec-v4.0"; #address-cells = <1>; #size-cells = <1>; + ranges = <0x0 0x30000 0x10000>; reg = <0x30000 0x10000>; interrupts = <58 2 0 0>; |