From patchwork Fri Jan 18 09:16:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: powerpc/85xx: dts - add ranges property for SEC Date: Thu, 17 Jan 2013 23:16:13 -0000 From: Po Liu X-Patchwork-Id: 213555 Message-Id: <1358500573-19477-1-git-send-email-po.liu@freescale.com> To: Cc: Po Liu This facilitates getting the physical address of the SEC node. Signed-off-by: Liu po Reviewed-by: Kim Phillips --- 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..ef98fbf 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>;