diff options
author | Po Liu <[email protected]> | 2013-01-18 17:16:13 +0800 |
---|---|---|
committer | Kumar Gala <[email protected]> | 2013-02-13 07:49:09 -0600 |
commit | db29cd3c4497e7edf9176284ba7cf3cec1814c7a (patch) | |
tree | 1b3425f7d3b9dddfc9fa9e180ffaf04bb9d58f6f | |
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 <[email protected]>
Reviewed-by: Kim Phillips <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
-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 { 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>; |